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

Scheduled Skype Message in Python

To send a message on Skype at a scheduled time, you can use the schedule library in Python along with the skype4py library to interact wit...