The Simon Says blog has been online for a long time. Here is an entry from 2008 about ripping CDs on a Mac. In a way this site shows what is wrong with the web. Twenty years ago blogs and websites had favorites and blog rolls. Through this people discovered many great sites. Around 2012 WordPress removed the Link Manager from the default WordPress and the blog-sphere began to fade away because the links began to fray. From there, Google began to limit search results to the chosen few. Recently Bing search has begun allowing scrolling to many different search results again. I went to page 16 the other day just to see. To use a Search Engine like it’s 2009, which was way better than now, use Mojeek. I hope they don’t break it. That’s how I found that 2008 entry about ripping CDs on a Mac. That is a discovery that one would never find on Google. It was like stepping into a time machine.
Monthly Archive for June, 2024
Use about:config
–> browser.uidensity
.
browser.uidensity
is set to 0
by default. Changer the value to 1 and it takes immediate effect.
To convert a dynamic VirtualBox disk to a Fixed disk, run the following command:
vboxmanage clonemedium disk /path/disk.vdi /path/newdisk.vdi -variant Fixed
using –variant Standard would create a dynamic disk. Then open the virtual machine and remove the existing disk and attach the new disk. Then use the media manager to delete the unused media.
Use the following command to list registered virtual disks:
vboxmanage list hdds