Pario TechnoBlob
About
Posts
Posts
Show mounted partitions with a nice layout
This command shows the result of a mount command in a nice table layout # mount | column -t Result /dev/sda1 on / type ext4 (rw,errors=remount-ro) /dev/sda2 on /home type ext4...
Compare a remote file with a local file using ssh and diff
ssh user@example.com cat /path/to/remotefile | diff /path/to/localfile -
Datarecovery using Ubuntu Linux
This post describes my workflow in recovering data from defective harddrives. These harddrives are usually not readable in Windows and in most cases not even readable or...
Redirect failing URLs to other webserver
A typical FAQ about URL rewriting is how to redirect failing requests on webserver A to webserver B. Usually this is done via ErrorDocument CGI-scripts in Perl, but there is...
««
«
1
2
3
…
21
22
23
…
126
»
»»