Home » 20 things to do after installing Kali Linux 1.x

20 things to do after installing Kali Linux 1.x

by blackMOREOps
221 comments

20 things to do after installing Kali Linux 1.x

I’ve compiled a small list of things that I always perform after installing a fresh copy of Kali Linux in this post. Because I got multiple laptops and workstations, I’ve tried to generalize the following instructions to suit everyone’s(including mine??) requirements. This is my top list of 20 things to do after installing Kali Linux. Your requirement’s might be completely different. If you have a suggestion, let me know via comments section. You can comment without registering.. so that’s an easy way to give me feedback and opinion.

WARNING: Following guide was written and tested for Kali Linux 1.x. I am working best to write a guide on Kali Linux 2.0 – Kali Sana. Use this guide at your own risk for Kali Linux 2.0 – Kali Sana.

20 things to do after installing Kali Linux - blackMORE Ops

Standard Packages:

Standard packages contains anything and everything I found useful. This list if divided into 3 parts:

  • Kali Specific

Kali Linux is a special build from Debian. Kali Linux inherits a lot of the issues from Debian Linux. This section shows you how to resolve of those. They are not specific to Kali Linux only and you might be leave them as it is, but I found that if I see an error my OCD kicks in and I have to make it go away…

  • Useful utilities and Software’s

A collection of utilities and software’s I found useful. These are day to day software’s that are available in most other Linux distributions or at least I think they should be made available as part of a default installation.

  • Enhancements and accessibility

Kali Linux is made to boot up fast and low of resources. But if you have some more CPU and GPU power to spare, you might want to try to make it look more colorful.

Kali Specific:

1. Fix Device not managed error – wired network

If you want NetworkManager to handle interfaces that are enabled in /etc/network/interfaces: Set managed=true in /etc/NetworkManager/NetworkManager.conf. So this file looks like:

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=true

How to fix Wired Network interface is Unmanaged error in Debian or Kali Linux - 1 - blackMORE Ops

Read the full article on fixing Wired Network interface “Device not managed” error in Debian or Kali Linux.

2. Fix default repository

The simplest way is to edit the /etc/apt/sources.list remove or comment every-line with # at the front and add the following lines..

 leafpad /etc/apt/sources.list

Comment or remove existing config with the following lines:

Kali Linux 2.0 – Kali Sana users – Use the following Repo list:

# Regular repositories
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
# Source repositories
deb-src http://http.kali.org/kali sana main non-free contrib
deb-src http://security.kali.org/kali-security sana/updates main contrib non-free

Kali Linux 1.x users – you can keep using the repo below:

## Regular repositories
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
## Source repositories
deb-src http://http.kali.org/kali kali main non-free contrib
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free

Save and close the file.

Kali Linux 1.x details and explanations can be found in adding official Kali Linux 1.x Repositories page.

Kali Linux 2.x – Kali Sana details and explanations can be found in adding official Kali Linux 2.0 – Kali Sana Repositories page.

3. Update, Upgrade, Dist-Upgrade

Clean, update, upgrade and dist-upgrade your Kali installation.

 apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y

4. Fix PulseAudio warning

My Kali throws me this warning:

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

Debian variants also throws similar warning during boot.To fix this do the following:

leafpad /etc/default/pulseaudio

Find this line:

PULSEAUDIO_SYSTEM_START=0

Replace 0 with 1

PULSEAUDIO_SYSTEM_START=1

Where, 0 = don’t start in system mode, 1 = start in system mode

reboot

I am having second thoughts about this step, refer to the whole article below to know WHY! If you have a suggestion about it, leave that on that article so that I can sort through them and pick the best one.

Details and explanations can be found in Fixing PulseAudio configured for per-user sessions … (warning) in Kali Linux page.

5. Enable sound on Boot

Follow the steps below to fix sound mute in Kali Linux on boot

apt-get install alsa-utils -y

In GNOME Desktop (The default Kali Desktop)

  • Right Click on the small volume ICON and select Sound Preferences
  • Alternatively, you can also go to Applications > System Tools > Preferences  > System Settings > Sound to bring up the same options.
  • Use the Output volume slider to ON, shown similar the screenshot above. That’s it you’re done. Close Sound window.

Fix sound mute in Kali Linux on boot - 2 - blackMORE Ops

Details and explanations can be found in fixing sound mute in Kali Linux on boot page.

You may also like

221 comments

Geoffrey Morrison January 29, 2015 - 3:47 am

Another issue concerns the increasing limitations of Adobe’s Flash in Firefox and variants. A related concern is the lack of Windows- and Google-related media playback support. Adobe has decided to kill support for Flash in Firefox–natively, users are stuck with Linux binary version 12.2. (Chrome invokes “Pepper,” a more advanced Flash architecture.) For a time, distro developers were able to get around this. Nonetheless, error messages and non-function again greet open source users frequently.

A relatively new project, “Pipelight,” greatly alleviates such issues (so far) in Firefox and variants. Pipelight proves analogous to a “wrapper” for current binary Windows media plugins from Adobe, Google, and Microsoft. (Other available plugins prove more experimental at this time.) After installing Pipelight, via terminal commands and repository additions, one may then chose the plugins to enable (or to disable).

Needless to say, installing Pipelight is not supported directly by Linux distros. It proves instead akin to installing Linux binary video card or wireless/wired network hardware device drivers and firmware.

I find that the project proves to be planned and executed very patiently and expertly….

Reply
Joe Wulf March 27, 2015 - 2:15 am

I’d be interested in learning more about pipelight, especially if it is a viable/working alternative to adobe Flash. Thank you.

Reply
Zen February 4, 2015 - 6:39 am

Loving your work. Nice list , Thank you.

Reply
Jens Müller February 7, 2015 - 4:30 am

BMO, i’m so addicted to this page that i can’t install kali without coming here…..but my fear is will this page exist till i die? lolz…………..sometimes when the server is down, i get disappointed…..Thanks man, great work.

Reply
Akhil February 7, 2015 - 7:20 pm

Bro can u tell me how to dual boot Kali with windows 8.1 single language bing edition(a detailed guide).Its not only my problem as most of the beginners are facing this problem and its challenging too.I hope you will also find it interesting .Once again thanx for this wonderful communication hub(Blackmore ops).

Reply
sparky February 19, 2015 - 2:12 pm

I am trying to get my second monitor to display (via HDMI) from my kali linux 3.18.0-kali1-amd64. I have an Intel Corporation Haswell-Ult DRAM Controller. xserver-xorg-video-intel is version 2.2.19.0-6. I realize this is very old, but don’t know if/how I can upgrade without dependency issues. I don’t even know if that will correct my issue.

The second Monitor isn’t recognized and show “unknown”. Does anybody else have this issue and have a reasonable solution? I have looked allot and cannot figure out the solution.

Reply
idan March 1, 2015 - 6:04 pm

Awsome dude love it!

Reply
Rakesh March 17, 2015 - 6:46 pm

After installing kali 1.1.0 i was getting sound while playing videos on youtube but after installing flash there is no sound at all. Would you please help me with this ?

Reply
Rakesh March 17, 2015 - 9:52 pm

I did install flash along with other software’s mentioned in this page. But there is no problem with the sound as i can play movies and videos. I got an info from another page that after installing the drivers for AMD/ATI that would have an issue with the sound in the browser.So i removed the fglrx drivers and still the issue persists.Would you please let me know what can be done to fix it.

Reply
MoEez March 21, 2015 - 10:03 pm

brother plz help to install adobe flash player :( this trick isn’t working on kali linux 1.1.0

Reply
xyber March 26, 2015 - 2:57 am

when installing archive manager command says unable to locate packages any help

Reply
blackMORE Ops March 26, 2015 - 4:42 am

Fix repositories.

Reply
xyber March 26, 2015 - 3:03 am

you can see here as well http://i59.tinypic.com/2ytoema.jpg

Reply
xyber March 26, 2015 - 5:41 pm

HI admin the default repository fix doesn’t work for me either coz it asks to replace original sources.list and i click yes then it gives me error “Can’t open the file to write”

you can see here

http://i57.tinypic.com/4vgye8.jpg

Reply
blackMORE Ops March 26, 2015 - 5:50 pm

You’re not root user?

Reply
lin March 31, 2015 - 12:17 am

i cant type in terminal when it asks for pass….and i cant install softwares by using apt-get install…..it keep giving error cant parse or open such things…help me? thanks in advance

Reply
Jay Bratt April 11, 2015 - 4:23 am

how do you put a torent downloader

Reply
Elliott April 20, 2015 - 4:19 pm

Hey BMO,

This is probably the 15th or 16th time i’ve used your post as a reference when mucking with a clean Kali install. About 6 months ago I jumped into the linux world with Kali and this one post alone has taught me so much! I really can’t express my gratitude for your great posts! Keep up the good work mate!

Reply
Sunil April 23, 2015 - 2:33 am

@www.blackmoreops.com how much data has been used in apt-get update, apt-get upgrade && apt-get install dkms in Kali Linux as i have a slow connection and its taking too much time and sometimes fails. Do You Know about it

Reply
blackMORE Ops April 24, 2015 - 1:28 pm

Hi Sunil,
I don’t know! But you probably can find out by typing:

apt-get update
apt-get upgrade

When you type in apt-get upgrade it shows you the estimated download volume.
Another way is to change repo to a faster one.. Follow this article. It allows you to change repo to a faster and closer one to your location. Hope either helps. Cheers,
-BMO

Reply
[email protected] April 24, 2015 - 8:23 am

Sorry, I may miss this.. I am new with Kali Linux.. after installing Recordmydesktop and Reminna Remote Desktop Client, how can I use these features esp the remote desktop ?
Thanks!

Reply
blackMORE Ops April 24, 2015 - 1:17 pm

Hi NewKali,
Google it mate, heaps of articles on that as the software is standard across all Linux distro’s. I didn’t wanted to make this article too long …
-BMO

Reply
PeteLim April 26, 2015 - 3:27 am

This is very useful to me. I’m appreciated. Thank you so much.

Reply
CallateTonto April 30, 2015 - 5:37 pm

Excellent resource your site, many thanks. I broke many installs trying to get CUDA running, and now I am stuck on 340.xx NVIDIA drivers. Before I tackle that again, is there a way to make a system image (much like Windows) so I can start from a known working point if I fail again?

Reply
aryan khan May 11, 2015 - 6:44 am

point no 13, 15, 16 doen’t work

Reply
rkh May 16, 2015 - 8:12 am

awesome post m8 keep the good work! “chapeau!”

Reply
Amit Singh May 17, 2015 - 2:19 pm

Hi admin, I am unable to find an appropriate driver for my wireless card. Any help is appreciated. Thanks in advance.

Reply
1 3 4 5 6 7

Leave your solution or comment to help others. Comment don't need registration or real email, so feel free.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About Us

blackMORE Ops - touch-icon-72x72

blackMORE Ops” does not promote, encourages and excite hackers, its purpose is to make people aware that what is going around. Know Hacking but No Hacking!

Feature Posts

Newsletter