

- ACTIVATE SSH ON MAC OS X LEOPARD HOW TO
- ACTIVATE SSH ON MAC OS X LEOPARD UPDATE
- ACTIVATE SSH ON MAC OS X LEOPARD PASSWORD
- ACTIVATE SSH ON MAC OS X LEOPARD LICENSE
- ACTIVATE SSH ON MAC OS X LEOPARD TORRENT
ACTIVATE SSH ON MAC OS X LEOPARD HOW TO
How to export Mailman Lists to text files on an OSX Server installation.
ACTIVATE SSH ON MAC OS X LEOPARD PASSWORD
How to quickly change the mailman password on an OSX Server installation.
ACTIVATE SSH ON MAC OS X LEOPARD UPDATE
Search and replace in SQL UPDATE wp_posts SET post_content = replace (post_content, "", "" ) Sudo rm /Applications/Microsoft Office 2008/Office/ist sudo rm ~/Library/Preferences/Microsoft/Office 2008/Microsoft Office 2008 ist
ACTIVATE SSH ON MAC OS X LEOPARD LICENSE
If your not fortunate enough to be using a site license for Microsoft Office then you can remove or revoke a license in the terminal like this. Manually Set SUS in OSX sudo defaults write /Library/Preferences/ CatalogURL Remotely Set Volume level on a computer sudo osascript -e "set Volume 10" In Teminal at the server: cd /var/db/swupd/html sudo rm index.sucatalog sudo -u _softwareupdate ln -s /var/db/swupd/html/content/catalogs/others/ index.sucatalogĮnable Screen Share (VNC) from Terminal cd /Library/PreferencesĮcho -n enabled > This sometimes happens, where the symlinks on the server will break, instead of changing all the clients to point to the other catalog that you mentioned, I changed the symbolic link at the server to point to it instead. SSLCertificateChainFile "/etc/apache2/gd_bundle.crt"

You can run this command with Unison to start a file syncronization. mkdir ~/.unisonįor more information on Unison you should check out this site. When setting up Unison you must copy it to /usr/bin/ and then create this directory for it to run. Unison is an amazing utility that runs as a service on OSX that will do two way file syncing over ssh or locally. cat ~/.ssh/id_dsa.pub | ssh 'cat - > ~/.ssh/authorized_keys' This command will allow you to establish a secure connection over ssh with an encrypted key pair. I later adapted these commands to a script that runs on login.
ACTIVATE SSH ON MAC OS X LEOPARD TORRENT
torrent files on users computers, so I run this via ARD every morning on the entire network. sudo slapconfig -destroyldapserver mkpassdb -dumpĬhange the computer name over ARD or SSH. This will completely destroy your servers open directory.

Note, this should only be done in the event that there is no possible way to recover or restore the OD. sudo db_recover -h /var/db/openldap/openldap-data/ To permanently add a machine to the whitelist, use -w with the IP sudo /usr/libexec/afctl -w #.#.#.0/24ġ0.5, 10.6, and 10.7 have a recover tool that will help you recover a damaged or corrupt ldap directory. To add an IP to the blacklist, use the -a option, also followed by the IP sudo /usr/libexec/afctl -a #.#.#.0/24 To remove a specific IP address that has been blacklisted, use the -r option followed by the IP address (rules are enforced by IP) sudo /usr/libexec/afctl -r #.#.#.0/24 To re-enable them, use the -e option: afctl -e When run, the adaptive firewall’s rules are disabled. To do so, simply run afctl (all afctl options require sudo) with a -d option: afctl -d The most basic task you can do with the firewall is to disable all of the existing rules. After 4 years of saving these commands I am giving back and creating the ultimate post to aid all new sys admins out there. Over the years I have stored a file that has many of the day to day commands that I use to administer the computers at my workplace.
