|
Unix Commands
|
|
Hits: 22 |
|
Date added: 02/27/2006 |
|
Unix usefull hacking commands. |
|
|
|
|
Mac OS X Terminal Basics
|
|
Hits: 5 |
|
Date added: 02/24/2006 |
|
This FAQ is intended to be a quick primer on Mac OS X's BSD Subsystem. The BSD Subsystem is a powerful tool that gives you an immense array of new capabilities and access to a large number of new applications. If you learn to use them wisely, you can do some truly incredible things. |
|
|
|
|
Remote Administration/Backup of Mac OS X Using rsy
|
|
Hits: 3 |
|
Date added: 02/23/2006 |
|
Remote Administration/Backup of Mac OS X Using rsync
If you're looking for something to fill the role of RevRDist on Mac OS X, rsync (more specifically, Kevin Boyd's HFS+ specific modifications to rsync released as RsyncX) is probably your answer. rsync allows you to synchronize files between folders locally on a machine or on two machines on a network.
Because Mac OS X is a unix-based operating system, security cannot be taken lightly. If you plan on synchronizing any files that belong to the root user, you will need to have administrative access on the server and root access on the client (this does not mean that the root account needs to be enabled on either machine). You also will need to use SSH as a communication medium. This has advantages and disadvantages, all of which will be addressed below. |
|
|
|
|
Securing Mac OS X
|
|
Hits: 6 |
|
Date added: 02/20/2006 |
|
Mac OS X (10.3) provides many built in security features that, when fully utilised, can greatly reduce the risk of a security incident. OS X is one of the most secure default installations when compared to other operating systems. The install follows the accepted best practice of disabling all network services unless explicitly enabled. The default security settings should suit the needs of most users in a workstation setting.
This guide is aimed at users in environments requiring stronger security controls in an operating system, making full use of the protection features offered in OS X. It would also be of use to system administrators wishing to enforce an organisation wide desktop security policy for Mac OS X. |
|
|
|
|
Mac OS X Server - Command Line Administration
|
|
Hits: 6 |
|
Date added: 02/14/2006 |
|
To access a UNIX shell command prompt, you open the Terminal application. In Terminal, you can use the ssh command to log in to other servers. You can use the man command to view online documentation for most common commands. |
|
|
|