Kali the rolling Debian

You like a certain distro? Tell us why here

Moderators: b1o, jkerr82508

Forum rules
Try to avoid "fanboyism" Spam is strictly forbidden. The general rules apply: viewtopic.php?f=8&t=568
User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Kali the rolling Debian

Postby viking60 » 13 May 2016, 15:34

Image
Since it was called Backtrack there has been some changes. The distro is called Kali and it is still a forensic distro with all the hacker tools in place.

But Kali is also a rolling Debian based distro using the Debian Testing repos.

Now this is interesting since Debian is rock solid but rather conservative and it is a good thing that we only need too install once.

Because Kali can be installed these days.

So I installed it without any problems (I had to add my user) and was met by that dark Kali desktop...But it was Gnome3 and I gave that up years ago. Gnome 3 is not good enough and disturbs the workflow.

Oh well I decided to install pacapt because I am no apt fan; before any updates.
That went well so i did a:

Code: Select all

pacman -Syu
to update the entire enchilada.

There were lots and lots of updates but it all went through nicely. At this point I added myself to the sudoers.

Then I decided to install Xfce4 which was no problem and here comes the interesting part; I decided to get rid of Gnome 3 +1
So I typed:

Code: Select all

sudo apt-get autoremove –purge gnome*
and that removed a lot.
My screen went black there so I rebooted and had to log in via the terminal. Here I continued my crusade against Gnome 3 and removed the orphans:

Code: Select all

sudo apt autoremove


Then I installed lightdm and the lightdm-gtk3-greeter
Then I enabled it:

Code: Select all

sudo systemctl enable lightdm.service

and rebooted
...into a tty and my network was gone so to get the network up I did a:

Code: Select all

systemctl restart network-manager.service
this brought my network up so now I can reinstall xfce4...(I was probably a bit rough with removing those orphans)
Using pacapt:

Code: Select all

pacman -S xfce4
and there were lots to install. :-D

Now I could exit and pick xfce4 in lightDM.
All my configs were there and it was fully functional so mu Xfce desktop is now working just fine.

One word of caution: If you plan to use Kali for forensic purposes then you should keep Gnome because some of the forensics functionality is removed if you remove Gnome3.

And since the Kernel is especially adapted to Kali and its purpose; you will not be happy with Kali if you are a gamer.

This thing should be a rock solid rolling Debian release thoug and that is great.

I'll keep it for a while to check if it keeps behaving.

:A
Image
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

Return to “Distro talk”