Find files modified recently in Linux and OSX
The “find” command is very flexible, powerful, and worth knowing whether you administer UNIX-based systems or are just a power user.
The “find” command is very flexible, powerful, and worth knowing whether you administer UNIX-based systems or are just a power user.
On Friday, I hiked from Todd Lake to Broken Top with my sister. We’d read about the hike in Virginia Meissner’s Central Oregon hiking guidebook, and thought ...
Sometimes, after doing a Photomerge in Photoshop (File -> Automate -> Photomerge), you end up with a panorama that looks like this:
I recently wrote a multithreaded download queue manager in Python. I had the actual file downloads running in its own thread. I only wanted the program to do...
My coworker was configuring a Windows Update server recently, and the domain was being blocked. We realized that there was a DNS entry that redirected Window...
I borrowed a friend’s old GPSmap 60CSx to build an elevation profile of a hike that we had gone on. The device was purchased in 2006 and not supported out-of...
It’s pretty straightforward to daemonize and communicate with a Python script using the PYRO (Python Remoting Objects) library. I found this example on Stack...
I spun up a VPS recently and needed to pull files down via SFTP. I automated this process by using SSH keys and a BASH script.
I ran out of space on a VirtualBox Windows VM recently and needed to resize the virtual hard disk. I searched around and these are the steps that ultimately ...