Sunday 6 November 2016

steps to use Calculator in terminal

Calculator language


command to install Calculator language

" apt-get install bc "

past this command in linux terminal (without ")


run this command with 

"bc"


example :-

root@kali:~# bc
bc 1.06.95
Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.






example to cal :-


  root@kali:~# bc
bc 1.06.95
Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
1+1
2





for any problem plzz comment or share  here

http://rockbookzz.blogspot.in/p/idforumembed-typetextjavascript.html

How to fix Sound Problem in Kali linux

How to fix Sound Problem or Audio Issue in Rolling Kali 2016.2

dost worry #rockstardevil solved this problem......

  note - first try this command -

systemctl --user enable pulseaudio && systemctl --user start pulseaudio

 

  Method 1:
Follow me for fixing Audio issue in Rolling Kali 2016.2 rolling,

> First open your terminal and type,

 
  systemctl �user enable pulseaudio && systemctl �user start pulseaudio
 

After writing this or Copy-Paste this code hit Enter.

> Wait until it running.After running this code successfully you should Restart/Reboot system.After Restart/Reboot system you will notice that your audio is working properly.

some time this doesnt work becouse of user problem but we have three more steps here 

 

 

 Method 2: <i & my crew use this method>
> First open your terminal and type  lspci and hit enter.Then you will show your audio device which you are using already.

> Now type and copy-paste this line and hit enter,
sudo apt-get install libasound2 alsa-utils alsa-oss
after typing and and copy-paste this code wait some time it installing some package on your system.

> After completing install type alsamixer and hit enter.A new window will be open on your terminal.

> In this window you will see some channel which are muted.If any of these channels are muted then you will show in the bottom MM.If you enable sound then you should enable it.First you should need to select channel which you want to enable.You could enable it by pressing m button.After enabling it will show 00 instead of MM.Then you will see audio is working properly.

 

 

Method 3: (this method many work without root user & if u use in root user it will temorary work)

> Open your terminal and type 
 pulseaudio -D
Hit enter and you will show "This program is not intended to be run as root(unless --system is specified)"

> If we run this at system start up then we will need to edit bashrc file.So type on terminal gedit .bashrc and bashrc open in gedit.(To run it at startup, need to create a new user with name and password and login with user credentials(username and password).)

> Go to end of the bashrc file which is opened already and write,
           pulseaudio -D
           clear
and Save and Restart/Reboot.

 

 

 

Method 4: (last method )

> First open your terminal and type,
 leafpad /etc/pulse/daemon.conf
A configuration file will be open and now we will need to find default-sample-channels , so press Ctrl+f and a box will be open and paste default-sample-channels and hit enter you will find this then we will need to some thing.You will see a semicolon 
 ; default-sample-channels = 2
is before default-sample-channels now you will need to remove this and remove 2 instead of 1
So finally it will like be,
 default-sample-channels = 1 then save it.

> Type on your terminal pulseaudio --start (its return a error like this "This program is not intended to be run as root(unless --system is specified)",but working now) and reboot your system.

summary 

steps 2 is best plzz try that.......

 

 

That's all.Keep in touch and check next post :) from #rockstardevil

comment if you get any type of problem..... enjoy

 

Saturday 5 November 2016

How to install Teamviewer on Kali Linux

How to install Teamviewer on Kali Linux


Download Teamviewer from their website or HERE


Place it in the root directory



root@kali:~#dpkg --add-architecture i386
root@kali:~#apt-get update






root@kali:~#dpkg -i teamviewer_linux_x64.deb





*You will get dependency error, so you need to execute this command




root@kali:~#apt-get install -f
That's all now you can enjoy tearmview for shareing file or bussisness porpose
have a great day!!!!!!!!!!



@rock star devil@

How to install Wine on Kali Linux, ubuntu, mint and Debian

Have you been trying to figure out the easiest way to install Wine on Kali Linux and Debian 8?. This guide will show you how to get wine working on Kali Linux. It�s also essential for running i386 packages on an amd64 version of Kali or Debian Distribution




 Wine enables you to run Windows Applications on a Linux box. It�s just a Windows emulator on top of Linux. Wine works on Linux,,FreeBSD,Unixware NetBSD,Unixware,SCO OpenServer 5 and Solaris hence you can smoothly run Windows applications on these systems.


 steps--
 Typically you�ll need the following to run wine

 
  1.   The compiled Wine binary
  2.    A properly configured wine.conf and wine.sym
  3.    An installed and working X Window system
  4.    Some MS Windows programs to test

Install Wine on Kali Linux , mint and ubuntu (in kali without $)

 

 

 If you are running Ubuntu and Linux Mint, just enter commands below on your terminal:

$ sudo add-apt-repository ppa:ubuntu-wine/ppa
 
 
 

if you running kali linux just enter commands below on your terminal: ,(without ")

"sudo dpkg --add-architecture i386"

"sudo apt-get update"

 

 

 

than for all linux add this command(in kali without $)

$ sudo apt-get update

$ sudo apt-get install wine

$ sudo apt-get install winetricks

 

Install Wine on Debian Jessie from jessie-backports

With backports, you�ll get latest Wine on your Debian jessie machine, just follow steps below
1. Add repo
# nano /etc/apt/sources.list.d/wine.list
2. Add content to the file:

 

deb http://httpredir.debian.org/debian jessie-backports main
 
 

3. Update repositories

# apt-get update
 
 
4. Enable maltiarch on 64-bit system

# dpkg --add-architecture i386 && apt-get update
 
 
 
 
5. Now install wine

# apt-get install \
wine/jessie-backports \
wine32/jessie-backports \
wine64/jessie-backports \
libwine/jessie-backports \
libwine:i386/jessie-backports \
fonts-wine/jessie-backports



That�s all. You should have wine installed now. See
 
 
some people get problem getting problem in kali becouse of maltiarch

so we will update and enable  then install
steps

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine:i386
sudo apt-get install wine-bin:i386
 
 
It will download the packages and install them. After finishing the installation, check again to confirm that the wine have been installed successfully.
Type

wine --version
 
If you want an all in one command, here it is.


 sudo dpkg --add-architecture i386 && apt-get update && apt-get install wine-bin:i386
 
 







thanks you for visting here share this post and enjoy!!!!
if u have any problem plzz comment
or fb me.....

#rockstardevil




E: Unable to locate package on kali linux [SOLVED]


[Kali Linux16.2] How to Fix "E Unable to locate package" or
E: Unable to locate package

WATCH VIDEO TO UNDERSTAND !!!!


FOR KALI 16.2                                                                                 


mirrorDo you ever experience something like this you are about to install something?

"E: Unable to locate package..."
sooo.... now dont worry about this we are going to fix this problem!!!!!!!!!!!!

Here is the solution, replace the source.list code below and place it in the /etc/apt/   HERE FIND SOURCE LIST ND REPLACE WITH .  >>>







deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free


for kali 2016.2      <The Kali Rolling Repository>



OH NOOOO


Permission Denied?



DONT WORRY WE HAVE SOLUTION FOR EVERYTHINK
If you cannot copy and paste the source.list to the specific directory even though as root, you need to type in the terminal



Code:
"sudo nautilus"

You will be prompted to enter your password. Enter your password and try again copy and paste the file into the directory.

What's next?


After done replacing the source.list, open your terminal and type these command.

Code:
sudo apt-get update


Code:
sudo apt-get -f install



After you have done all of these steps, you now can enjoy installing.




                            or if u useing kali 2.0       

Retired Kali sana (2.0) Repositories

 

replace source code from this>>>>

 deb http://old.kali.org/kali sana main non-free contrib
# For source package access, uncomment the following line
# deb-src http://old.kali.org/kali sana main non-free contrib


          for    Retired Kali moto (1.0) Repositories



deb http://old.kali.org/kali moto main non-free contrib
# For source package access, uncomment the following line
# deb-src http://old.kali.org/kali moto main non-free contrib




                check your linux detail click here for steps - https://devilzlinux.blogspot.com/2016/09/command-for-finding-linux-version.html

                install irc online kali linux  chat room steps given here - https://devilzlinux.blogspot.com/2016/09/real-time-hacking-chat.html

 #ROCK STAR DEVIL#
 



tag



how to fix e: unable to locate package in kali linux fix
how to fix e unable to locate package error
e unable to locate package ubuntu
kali linux application install error, kali linux error, kali error, kali linux error e: unable to locate package, error, linux, kali, kali linux e: unable to locate package, e: unable to locate package, kali repository, kali linux repositories, kali linux repos, kali linux vmware, kali linux, software repository (website category)
kali sana error, kali 2.0 e: unable to locate package, kali sana e: unable to locate package, kali 2.0 repositories, kali 2.0, kali sana, kali linux error e: unable to locate package, kali linux error, kali e: unable to locate package, error, linux, kali, e: unable to locate package, kali repositories, kali linux repositories, kali linux repos, kali linux vmware, kali linux, software repository ( website category ),in linux kali 2.0, linux kali, linux, error apt install, apt intall, e: unable to locate package KALI LINUX 2017 ,LINUX 2017 FIXED