Skip to main content

Posts

Showing posts from 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

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     The compiled Wine binary    A properly configured wine.conf and wine.sym    An installed and working X Window system    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 linu

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 (2017.2)                                                                                 Do you ever experience something like this?? "E: Unable to locate package..."  now dont worry about this we are going to fix this problem!!!!!!!!!!!! Here is the solution(fixed) 1> fire up terminal. 2> type command- root@kali:~# cd /etc/apt 3> now again type command  root@kali:/etc/apt# leafpad sources.list 4>replace all lines with these given below-- deb http://http.kali.org/kali kali-rolling main contrib non-free # deb-src http://http.kali.org/kali kali-rolling main contrib non-free and save this file 5> open new terminal apt-get update apt-get upgrade                 check your linux detail click here for steps - https://devilzlinux.blogspot.com/2016/09/command-for-finding-linux-vers