Choosing a Computer for Digital Photography
So you’re a digital photographer, videographer, graphics designer, or other creative? Faced with choosing a computer for digital […]
So you’re a digital photographer, videographer, graphics designer, or other creative? Faced with choosing a computer for digital […]
Recursively chmod directories only OR files only Recursively search directory tree (starting at the current directory ‘dot’): Recursively […]
Here is a simple way to get a disk usage summary in Linux or Mac OS X using […]
Using rsync without the “archive flag” (-a). What does -a default to? It is the archive mode. -a, […]
Need to bind multiple IP addresses to an network interface? Here is a nice article I found online: […]
To install the X Window System (X-Windows) on Linux: yum groupinstall "X Window System"
How to burn an ISO file to CD on Linux cdrecord -v dev='ATAPI:1,1,0' driveropts=burnfree -sao -eject "filename.iso"
The --delete flag in rsync will deactivate if something goes wrong during the sync, such as invalid files. […]