Skip to main content

Posts

Showing posts from November 6, 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