↧
Show network processes
This command indentifies which process is running on which port. Displays pid and name. 1netstat -lnp
View ArticleMount a remote filesystem using SSH as transport layer
This allows mounting of a remote file system over ssh. Ensure that the sshfs package is installed. 1sshfs phillips321@torrenter.co.uk:/var/www /media/ssh -o allow_other
View ArticleSetting up networking from the command line
So I’m often getting asked how to set up simple networking from the command line. This drives me nuts a simple google would get the answers! But, now I can just point people here and save wasting my...
View Article