Linux Record Desktop Function & Serve Current Folder Via Python Web Server
Page 1 of 1
Linux Record Desktop Function & Serve Current Folder Via Python Web Server
Linux Record Desktop Function & Serve Current Folder Via Python Web Server
Kali Linux & Other Linux Like Mint
- Code:
sudo gedit .bashrc
- Code:
function record(){
echo "Recording Desktop Quit To Save When Ready..."
recordmydesktop out
mv ~/out.ogv ~/Videos/
}
function to share current folder
function webthis(){
echo "Serving Current Folder At 127.0.0.1:8000 Quit To Stop!"
python -m SimpleHTTPServer
}
May take up to a minute for other nodes on the network to get access to the simple web server (use network ip instead of 127.0.0.1:800 example 168.192.0.100:8000
For outside network access you will need port forwarding on your firewall and router!
To Quick both these just ctrl c to quit!
Similar topics
» Multiple ways to record your desktop on linux!
» Record Audio and screen capture with 1 command on Linux
» Securing Your Linux Web Server Folder Access By IP
» Fedora Server Commands to enable GUI Desktop
» Record An IP Cam Network Stream In Linux
» Record Audio and screen capture with 1 command on Linux
» Securing Your Linux Web Server Folder Access By IP
» Fedora Server Commands to enable GUI Desktop
» Record An IP Cam Network Stream In Linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum