News

If you're not yet comfortable with writing scripts on Unix and Linux systems, this post might get you off to a healthy start. Creating a script on a Unix or Linux system can be dead easy or ...
When writing about digital technology, or any topic, is something you do, it takes time to accumulate credibility. Even if you put in the study time up front to know your stuff, building trust takes ...
I'm posting this here because OS X is my main unix system, though I also use some linux stuff (synology and a ubuntu virtual machine in my mac). I've dabbled with unix off and on for more than 20 ...
To start your journey with the Linux command line, it's important to know a few things before diving in. These aspects of the terminal are fundamental to getting the most out of the tool. Shall we ...
I’ve followed your guide to building a home server with FreeNAS, but I’m not sure what to do with the permissions on my files. Can I just set them all to 777, or is that insecure? This stuff is like ...
To transfer files back and forth to CS unix servers from a unix system, use either the scp(non-interactive) or sftp(interactive) commands. Both of these commands will ...