When I have a shell script that I want to save some complex comments or notes in, instead of putting a comment mark before each line, I often will put a heredoc after the exit 0, like this... :
We needed something to stop the cables from falling under the desk when unplugging them from the laptop. Lego to the rescue! Attached to the desk with mounting tape.
I've been trying to clean our apartment. It is tough since we seem to have more stuff than space to put it all. We have to play a game of tetris overtime we need to put anything away. And it usually
I recently built my kids a queen size loft bed. I got the plans from the OP Loftbed Company. OP Loftbed has plans for Twin, Full, Queen, and King mattress sizes at three different heights. You can
Get Serial from command prompt: wmic bios get serialnumber or in powershell Get-WmiObject Win32_BIOS | Select SerialNumber Get Manufacturer and Model from command prompt wmic csproduct get
When installing VMWare (or running) you get a message to uninstall HyperV if it is enabled - something to do with HyperV using hardware virtualization. Instead of uninstalling, you can turn it off:
The Finder "Compress" option creates a pkZip archive. Here is how to compress and extract with the command line. Compress: ditto -c -k --sequesterRsrc --keepParent src_directory archive.zip To