Problem After a few days of absence, I was unfortunately faced with some problems on my Raspberry smart home server. Among other things, the Mosquitto…
Leave a CommentTag: linux-commands
To start a ssh tunnel from some machine ports 80 to your localhost port 2001 use the following syntax: ssh -N -L 2001:localhost:80 somemachine Enjoy…
Leave a CommentTo type a long and complex command from linux command line can be painful. Helpful might be to invoke an editor for writing the details. …
Leave a CommentTo run the last command as root you simply can use this command: sudo !! Enjoy !
Leave a Comment