Monday, 15 June 2015

How to install XDM Downloader on Kali Linux




XDM is a cool downloader to download any thing present on the web . You can download youtube videos directly through xdm.

To install XDM Downloader on Kali Linux machine follow the steps:

Step 1: Download XDM through any of the following link 

 
Link 1: Click Here to download


Step 2: By default it should be in your "root" folder but if it present in any other directory then copy it to the root directory.


Step 3: Then open Terminal and run following command


       dpkg -i xdman.deb

Step 4: Then open it from Applications>Internet>XDM Downloader

How to Install Screen Recorder or Desktop Recorder on Kali Linux

Today we are going to install "DesktopRecorder" through which you can record your desktop


Steps:

Step 1: Open Terminal and type the following command


apt-get clean

apt-get install gtk-recordmydesktop


Step 2: Now go to Application>Sound&Video>RecordmyDesktop


If you face any problem ...please comment below....

How to install Wifi driver in Kali Linux


Today we are going to install in our Kali Linux

It is very easy to install so follow me....

Steps:

Step 1: First download the driver from the following link


Link 1: Click Here to download

Link 2: Click here to Download


Step 2: Copy that file to your desktop and Extract it (Right-click and Select Extract here)

 

Step 3: Open the extracted folder "broadcom-wl-4.80.53.0"





Step 4: And then right click on "kmod" folder and open it in terminal






Step 5: and then use the following commands



      sudo b43-fwcutter -w /lib/firmware/root ./wl_apsta.o


      sudo modprobe b43



Step 6: Now restart your computer and wait till it searches. Sometimes it take 2-3 minutes. Check the wifi button on your laptop ,off and on it again. If then also you face any problem comment below....

How to Add/Remove shortcuts from top/bottom Panel in Kali Linux


If you are using Kali Linux , and you have to open a specific app so many times a day....and you want to add a shortcut to your screen.... so no problem , I am here for that...





To Add a Shortcut

Suppose you want to add  "VLC Media Player" to your screen then,

Go to "Applications"  in Top-Left Corner and then "Sound and Video"  and 'select and Hold' VLC Media Player and drag it to the top or bottom panel wherever you want .

that's it now got your shortcut on screen but if you want to remove it ,then

To Remove a Shortcut

Suppose you want to remove VLC from screen

Simply move your cursor to the icon and Press "Alt + Right Mouse Button" on the icon , then select "Remove from Panel".
Hurrahh ... your icon is removed........

How to enable TouchPad/Mouse Click with Touch Pad on Kali Linux


Today, we are going to learn that how you can enable clicking with your TouchPad on your laptop with Kali Linux Inside because On Kali Linux , Touch with Touch pad is, by default 'Disabled'. .......so let's start......


Steps:


Step 1:  Go to "System Settings" and then click on"Mouse and TouchPad"



Step 2: Now a dialog box will open and then click  on "TouchPad" Tab (as shown)



Step 3: Now select the option "Enable mouse click with TouchPad". that's you are done. 

There are few more options that you can change according to your need like Acceleration and Sensitivity and Different Scrolling options.



I hope you like ..... if you face any problem please comment below...bye!!!!!!!

Saturday, 13 June 2015

How to install Opera mini in Kali Linux



Steps :


Step 1:   Open Terminal and type the following code and wait for the opera to be downloaded.


wget deb.opera.com/opera/pool/non-free/o/opera/opera_12.16.1860_i386.deb




Step 2: then, type 


            dpkg -i opera*.deb                                                                                       



Step 3:  then, we simply open ' Opera browser' from Applications>Internet.





Sunday, 7 June 2015

How to Create a Non-root User in Kali Linux


Steps:

Here I am creating a new user with User name name and password 12345678

1.  Open Terminal and type the following command and replace 
     'name' with your desired User name.

            useradd -m name                                                                                                
     where   -m  create the user's home directory.

2.   Now to set a password , use passwd command with your 
      user name.

          passwd name                                                                                                                                                    
       Then it will ask you to Enter Password and again to confirm it.
   
       that's done. Now try out by logging out of your account and 
        login with your new user account.