Posts

Showing posts with the label kali rolling

Missing "New Document" in Right-Click Menu in Kali

Having a new document /text file in right menu is very convenient. In Kali rolling i found it missing. Below is the method of how to add a new text file/ New Document to the right click menu. In Root Folder search for Templates folder. Inside Templates folder , if you are in GUI , right click and open In terminal , Now you are in Terminal , type leafpad "New Document". I am using leafpad , you can use any text editor of your choice  that is installed in your system. Save that New Document empty text file in templates folder. and thats it, you have New document / Text file in your right menu. 574r570rm

How to install Virtual box in Kali linux rollling

I made Kali linux (rolling) as the primary OS for one of my systems.The problem i faced was in installation of virtual box. Regular method i.e. apt-get install virtualbox , was not working. After doing my research ,i found this method working for me... S Sharing here so that someone in a similar situation as mine can use it. Add the following line to /etc/apt/sources.list deb http://mirror.nus.edu.sg/kali/kali kali-rolling main non-free contrib do the following, second command might take some time, let it finish completely. apt-get update apt-get dist-upgrade Once the upgrade is completed , run apt-get install virtualbox CYB3RTR0N