Mount FTP-servers using CurlFTPFS in Linux
Allot of us server/website administrators use FTP to quickly upload new files and changes to the server. But when you are tinkering with something on the server, and you quickly…
The World Will Turn If You're Ready or Not
Allot of us server/website administrators use FTP to quickly upload new files and changes to the server. But when you are tinkering with something on the server, and you quickly…
SSH can be used to do allot of great things. Login remotely, transfer files with scp and run single commands for a quick fix. All encrypted! Another great and well-known…
for i in fil{1..1000} do touch $i echo “==========Hello world, im here, im ready==========” > $i done Result…
As with any application in Linux, piping the output from an application to a logfile or perhaps another application. Can sometimes clarify what is going on. It would be even…
Sometimes you need to add a handy time-stamp to your bash output. For back-up purposes, archiving-purposes or just for experimenting. Doing so is simple, you just need to add the…