Monday, November 4, 2024

Using telebit to forward your port

 

 

Install telebit

Say your apache webserver is hosting files on 8080 port then just execute following to forward your 8080 port 


 ~/telebit http 8080

Editing root owned file using GUI text editor in Ubuntu

 

If you would like to edit any file owned by root using GUI text editor in ubuntu


Say for example you want to edit file : /var/www/html/index.html

 gedit admin:///var/www/html/index.html