20 things to be done after installing Kali Linux, kalilinux

Source: Internet
Author: User
Tags ftp client filezilla filezilla ftp root access windows remote desktop kali linux filezilla ftp client remmina

20 things to be done after installing Kali Linux, kalilinux
20 things to be done after installing Kali Linux

 

There are always several things to be done after Linux. Since I have multiple laptops and workstations, we recommend that you expand the scope of the following steps to meet your needs. This is the 20 things I did after installing Kali Linux. Your requirements may be totally different. If you have any suggestions, please leave a message. Leave a message without registration. You are welcome to give feedback and make comments.

This article contains everything I think is useful. This article consists of three parts:

Dedicated for Kali users

 

  • Utilities and software

 

  • Improvement and auxiliary functions

Dedicated for Kali users

If you want NetworkManager to process interfaces enabled in/etc/network/interfaces, set managed to true in/etc/NetworkManager. conf. Therefore, the file looks like:

  1. Pluginsifupdownmanagedtrue

Please read the full text: "unable to host devices" error for resolving wired network interfaces in Debian or Kali Linux.

The simplest way is to edit/etc/apt/sources. list, remove each line or comment each line with # At the beginning, and add the following lines:

  1. Leafpad/etc/apt/sources. list

 

  1. Deb-src http://security.kali.org/kali-security kali/updates main contrib non-free

3. Update, upgrade, and release version upgrade

 

  1. Apt-get clean & apt-get update & apt-get upgrade-y & apt-get dist-upgrade-y

This warning message pops up frequently in my Kali:

  1. [Warn] PulseAudio configured for per-user sessions... (warning ).

 

  1. Leafpad/etc/default/pulseaudio

 

  1. PULSEAUDIO_SYSTEM_START0

 

  1. PULSEAUDIO_SYSTEM_START1

 

  1. Reboot

5. Make sure the sound is triggered at startup.

 

  1. Apt-get install alsa-utils-y

Right-click the volume icon and select Sound Preferences ).

In addition, you can choose Applications> System Tools> Preferences> System Settings> Sound ), you can call up the same options.

 

6. install Java

 

  1. Cd/opt/jdk1.7.0 _ 45

 

  1. Update-alternatives -- set mozilla-javaplugin.so/opt/jdk1.7.0 _ 45/jre/lib/amd64/libnpjp2.so

Test options.

This is quite simple and easy. For most people, there should be no problem: in the terminal, type this command:

  1. Apt-get install flashplugin-nonfree

 

  1. Update-flashplugin-nonfree---install

8. Install File roeller (archive Manager)

 

  1. Apt-get install unrar unace rar unrar p7zip zip unzip p7zip-full p7zip-rar file-roller-y

Now you can find the Archive Manager in Applications> Accessories> Archive Manager.

By default, Kali Linux only has root users. Although most applications require root access, it is always a good idea to add a second user. Open the terminal and enter the following command to create a user (replace user1 with the user name you want ).

  1. Useradd-m user1

 

  1. Passwd user1

 

  1. Usermod-a-G sudo user1

 

  1. Chsh-s/bin/bash user1

10. add-apt-repository

First install the Python software property package.

  1. Apt-get install python-software-properties

 

  1. Apt-get install apt-file

 

  1. Apt-file update

 

  1. Apt-file search add-apt-repository

 

  1. Python-software-properties:/usr/share/man/man1/add-apt-repository.1.gz

 

  1. Vi add-apt-repository

 

  1. NMNAME
  2. Ppa_name
  3. /Etc/apt/sources. list
  4. /Dev/null 2/tmp/namespaces name1__apt_add_key.txt
  5. Key
  6. Fi

. NET/$ ppa_name/ubuntu oneiric main ">/etc/apt/sources. list, I use Oneiric. You can use Lucid, Raring, or Saucy based on your choice. Now, use the chmod and chown commands to perform operations on the file.

  1. Chown root: root/usr/sbin/add-apt-repository

 

  1. /Usr/sbin/add-apt-repository ppa: alecive/antigone

I deleted all the screens in this article, but if you want to see clearly how it works, we recommend that you refer to add-apt-repository to the PPA software library in Kali Linux for more details.

Tor is a free software and an open network that can help you defend against traffic analysis. Traffic Analysis is a network monitoring activity that threatens personal freedom and privacy and confidentiality. This Guide describes how to install Tor in Kali Linux. Tor protects you by transmitting your communication content through a distributed transit network operated by volunteers around the world: it can prevent people from monitoring your Internet connections and understanding which websites you visit. It can also prevent the websites you visit from knowing your actual addresses.

Tor is used in the Kali software library. to install it directly from the software library, just open the terminal and type the command:

  1. Apt-get install tor

 

  1. Service tor start

 

  1. Proxychains iceweasel

12. Install the Filezilla FTP Client

 

  1. Apt-get install filezilla-common-y

HTOP is a special tool that displays running processes and memory used, including more details. (You can also use the top command, but HTOP is much more useful .) NetHogs is also useful. It displays the traffic used by the application by interface. Run the following command to install the two tools:

  1. Apt-get install htop nethogs-y

 

  1. Nethogs wlan0

14. Install proprietary drivers for graphics cards

Recordmydesktop allows you to record activities in Kali Linux and make videos. Remmina is similar to Windows Remote Desktop client. Both are very practical. Run the following command to install them:

  1. Apt-get install gtk-recordmydesktop remmina-y

Dpkg is a powerful tool, but it does not automatically install dependencies. To this end, we need a package Installation tool to obtain all necessary dependencies while installing the. deb package. The most outstanding package Installation tool is not gdebi. Run the following command to install it:

  1. Apt-get install gdebi-y

Improvement and auxiliary functions

It is a good idea to install theme and beautify the desktop. Kali's default desktop is monotonous and boring. You can change a topic in two different ways.

    Manually install theme
  • Install theme using the PPA software library

I prefer XFCE desktop, but you can try to install/delete different desktop environments or Window managers in Kali Linux. Select the following link as needed:

2. How to install/delete different KDE Desktop environments in Kali Linux? See /.

4. How to install/delete GNOME desktop in Kali Linux? See /.

6. How to install/Delete the MATE desktop environment in Kali Linux? See /.

This is a simple change. Open and edit the file named/etc/gdm3/daemon. conf. Assume that you are using GNOME Display Manager (gmd3) as the main Display Manager. You may want to try other desktops as well. The following link describes how to add/delete different desktop managers in Kali Linux. see http://www.blackmoreops.com/2013/10/11/how-to-installremove-different-desktop-environment-or-window-manager-in-kali-linux-1-x /.

  1. Root @ kali :~ # Leafpad/etc/gdm3/daemon. conf

 

  1. AutomaticLoginEnable
  2. AutomaticLogin

 

  1. AutomaticLoginEnable
  2. AutomaticLogin

Last but not least, restart the system and check whether it works. (This works because it is Linux and Kali is excellent .)

  1. Reboot

The following sections explain how to give full play to the functions of your system, especially the functions of your video card.

Last but not least, the GPU processing speed is much faster when you try to crack the password. You can select the following methods, depending on the video card used:

Install the AMD atidriver (fglrx) in Kali Linux 1. x. For more information, see /.

 

  • How to install amd app sdk in Kali Linux?
  • How to install Pyrit in Kali Linux?
  • How to install CAL ++ in Kali Linux?

NVIDIA graphics card users can refer to the official instructions for installing the NVIDIA driver. If the official instructions are useless or you have no plans, refer to another article I have written to introduce how to manually install the NVIDIA graphics binary driver.

Conclusion

Link: http://www.blackmoreops.com/2014/03/03/20-things-installing-kali-linux/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.