Skip to main content

Posts

Showing posts from 2016

steps to install Synaptic Package Manager in Linux

Synaptic Package Manager in Kali Linux tested in kali linux and ubuntu  as we know in kali there is no package installer like in ubuntu have softwere center . see this to know how u can get package installer GUI for kali linux and linux op   hello guys i am from rock star devil   Kali Linux is a fantastic operating system for penetration testing and security evaluation. It comes with virtually all security tools built in, it’s lightweight by default, and it has a huge ecosystem that is constantly helping with the project. A great benefit of using Kali comes from the larger Linux community. Open source repositories are common and can deliver virtually any kind of software you might want. You just need to know where to look, and hopefully the name of the package that you want. One package that I install on every Kali installation is Synaptic Package Manager. It is a GUI-based utility that lets me search for packages across a variety of repositories and install

E: Unable to locate package for ubuntu [SOLVED]

E Unable to locate package   Solution. Elevating to root . @ubuntu:~$ sudo su Adding to deb . root@ubuntu:~# echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" > /etc/apt/sources.list.d/webupd8team-java.list Adding to deb-src root@ubuntu:~# echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" >> /etc/apt/sources.list.d/webupd8team-java.list Making sure we have the key as well. root@ubuntu:~# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 Lets update our apt-get repository. root@ubuntu:~# apt-get update  SOLVE FOR UBUNTU LINUX BY ROCK STAR DEVIL  

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

Basic commands for hardware (linux)

Basic commands for hardware by rock star devil #rockstardevil Code: lspci; lsusb; dmesg; lsmod lspci   (man page) List all PCI devices (e.g. Internal devices). Code: root@kali:~# lspci 00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 01) 00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 01) 00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 08) 00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) 00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 00:07.7 System peripheral: VMware Virtual Machine Communication Interface (rev 10) 00:0f.0 VGA compatible controller: VMware SVGA II Adapter 00:10.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 01) 00:11.0 PCI bridge: VMware PCI bridge (rev 02) 00:15.0 PCI bridge: VMware PCI Express Root Port (rev 01) 00:15.1 PCI bridge: VMware PCI Express Root Port (rev

command for finding linux version

Displays which version of Kali-Linux is currently installed lsb_release -a example -> root@kali:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux Kali Linux 1.0.6 Release: Kali Linux 1.0.6 Codename: rockstardevil root@kali:~# #founder rockstardevil

IRC guid in linux

What is IRC? Internet Relay Chat (IRC) is a form of real time chat designed for group (channel) communication or private communication via private messaging. IRC was created back in 1988 by Jarkko Oikarinen, and since then, its popularity has grown and grown. IRC is an open protocol using TCP (sometimes TLS) working on a server/client model. The standard server port is TCP 6667, but it’s also run under several other nearby ports (6668, 6669, etc.) On the IRC server, there are many channels, each created for a purpose, for a group of people of similar interest. Channels and users have  modes  which are represented by letters. Becoming familiar with the common IRC modes will help you quickly identify a wide range of information. For more information, please refer to the  Wikipedia IRC entry . Installing HexChat HexChat  is an IRC client that lets you connect to various IRC servers. HexChat is not installed by default in Kali Linux but it can easily be installed as follows:  ap

How to update and upgrade kali linux 2017.1 to latest version

As we know Offensive security always released newer version of Kali Linux.  The newer version fixes bugs and adds latest kernel, version of tools, and some time adds new tools.  There are two terms update and upgrade. In update advance package tool (APT)  fetched headers data of available tools on repository and saved into local drive. Update Kali Linux can be performed by following commad for kali linux 2017.1 # apt-get update or $ sudo apt-get update  In Upgrade, apt install newer version of tools, and removed older version. It upgrade only tools. # apt-get upgrade Or $ sudo apt-get upgrade To upgrade newer version of Operating System use following command # apt-get dist-upgrade Or # sudo apt-get dist-upgrade   now enjoy latest version kali linux 2017.1 Finally, it’s here! We’re happy to announce the availability of the Kali Linux 2017.1 rolling release , which brings with it a bunch of exciting updates and features. As with all new releases, you have the co