1 du -h --max-depth=1 / | grep '[0-9]G\>' | sort -hr
1
du -h --max-depth=1 / | grep '[0-9]G\>' | sort -hr
After I had set up everything at home, I wanted to transfer the whole thing into a simple monitoring system like Nagios for the fun of it. Unfortunately, I used the Raspberry Pi for the UniFi contr...
Assuming you need lines 32 to 34 out of a large file. using awk 1 awk 'FNR>=32 && FNR<=34' <nameofthefile> using sed 1 sed -n '32,34p;45q' <nameofthefile>
Convert vmdk direct to an empty attached Storage 1 qemu-img convert path_and_name_of_vmdk_file -O raw /dev/devicename
Postfix Google as SMTP Relay
Set Gnome Calender App as default Application
A new version of content is available.