the.Zedt

All articles

Skip Avira’s Free Antivirus reboot request on updates

If you’re using Avira’s Free antivirus and are a mad computer user like me that never reboots his computer (unless something blows up), you might have noticed that Avira periodically updates its program (beside the virus definitions) and asks for a system restart to complete this.

Using rsync to syncronize files between two systems

Rsync is a very handy tool at synchronizing the contents of two folders/directories.

And while being great for local folders, it also works remotely, via SSH, thanks to the -e ssh parameter: # rsync -ave ssh sourceserver:/home/user/ /home/user will sync /home/user from the sourceserver with /home/user on the local machine.

Dismount mounted drives that do not have letters in Computer Manager

Upon entering Computer Manager to remove the drive letters, the partitions do not have any letters assigned. In fact, no actions beside “Delete partitions” are present on the context menu. But the partitions show up in Windows Explorer as drives H: and K.

Luckily MOUNTVOL, a Windows utility (present in all Windowses since Xp) “creates, deletes, or lists a volume mount point”.