Operating Systems
Apple OS X 10.4.11 update problems
Posted November 18th, 2007
in
Some people are having problems with the latest Mac OS X 10.4.11 update.
BSD vs Linux
Posted March 17th, 2007
in
"It's been my impression that the BSD communit{y,ies}, in general, understand Linux far better than the Linux communit{y,ies} understand BSD. I have a few theories on why that is, but that's not really relevant. I think a lot of Linux people get turned off BSD because they don't really understand how and why it's put together. Thus, this rant; as a BSD person, I want to try to explain how BSD works in a way that Linux people can absorb."
SSH tricks
Posted July 5th, 2006
in
"SSH (secure shell) is a program enabling secure access to remote filesystems. Not everyone is aware of other powerful SSH capabilities, such as passwordless login, automatic execution of commands on a remote system or even mounting a remote folder using SSH! In this article we’ll cover these features and much more."
Full article: SSH tricks
OS X and Linux Command line reference
Posted June 21st, 2006
in
SS64.com is a useful site with:
- An A-Z Index of the Linux BASH command line.
- An A-Z Index of the Apple OS X command line.
Incremental backups on the Mac using rsync and ssh
Posted June 21st, 2006
in
Instructions for setting up secure incremental backups to a remote server: How to Backup your Mac incrementally over SSH (from Pete Freitag's Homepage).
20 ways to secure Apache
Posted June 21st, 2006
in
These steps are from Pete Freitag's Homepage.
- First, make sure you've installed latest security patches.
- Hide the Apache Version number, and other sensitive information.
- Make sure apache is running under its own user account and group.
- Ensure that files outside the web root are not served.
- Turn off directory browsing.
- Turn off server side includes.
- Turn off CGI execution.
- Don't allow apache to follow symbolic links.
- Turn off multiple Options.
- Turn off support for .htaccess files.