Pario TechnoBlob
About
Posts
Posts
Howto enter VMware ESXi license key after it has expired
“Disable VMware ESX” is the warning message that is displayed when you open your VMware vSphere Client after the 60-day evaluation period has expired without typing in a new...
Disable Windows super key in Ubuntu
I am running a virtualized Windows 8 installation on VMware Worlstation in Ubuntu 12.10 and this can be confusing since the window manager uses the same key as my Windows...
Howto mount UDF ISO-13346 ISO file in Ubuntu
This is just a short note on how you can mount a UDF ISO-file in a Ubuntu console window. # sudo mount -t udf,iso13346 -o loop ISO-filename.iso mountpoint Remember to create...
Script to delete files listed in a file
This is a short one liner bash script to delete files in a file. The script also handles filenames with space in them. <br /> $ while read file; do rm "$file";...
««
«
1
2
3
…
11
12
13
…
126
»
»»