Applications
Tightvnc Server
Use TightVNC fore remote access on linux computers
To install on Debian use
sudo apt-get install tightvncserver
To install use
/usr/bin/tightvncserver
For more info go to
Commands
Display Running Processes
ps aux | less
To look for a specific process if it is running use
ps aux | grep process_name
To stop a running process use
kill pid
OR
kill process_name
No comments:
Post a Comment