SSH Send remote command
When connecting to a system remotely using SSH (Secure Shell), usually you provide the SSH command string to log in to the […]
It's all in the Mac magic…
When connecting to a system remotely using SSH (Secure Shell), usually you provide the SSH command string to log in to the […]
When the computer goes into sleeping mode, its behavior depends on a power management variable called hibernate mode. The hibernate mode can […]
openssl req -x509 -nodes -days 900 -newkey rsa:2048 -keyout server.key -out server.crt openssl x509 -x509toreq -in server.crt -out server.csr -signkey server.key This […]
http://www.sslshopper.com/article-most-common-openssl-commands.html The Most Common OpenSSL Commands
After a lot of searching and trying I have finally come up with a way of rebuild the local KDC in OS […]
Including Recovery Partitions sudo diskutil Partitiondisk /dev/disk0 1 JHFS+ "Macintosh HD" 100%
If you’re a Mac owner you know that every time the Mac reboots or starts up it makes a startup chime sound. […]
Since Apple has announced the Fusion drive, people have wondered if it’s possible to use the fusion drive on older machines with […]
#!/bin/bash var=a if [ "$var" -eq "$var" ] 2>/dev/null then echo number else echo not a number fi Redirection of […]
Most HE institutions in the UK have a discount with Apple. Apple have a URL of each one and to access the […]
Well “With Administrator Privileges” won’t require a password if you are running it as root, but if you’re not, i can see […]
If you absolutely don’t want the graphical login screen, edit /etc/defaults/grub , Changing GRUB_CMDLINE_LINUX_DEFAULT and GRUB_CMDLINE_LINUX to “text”. Then run update-grub . […]
sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib/libmysqlclient.18.dylib
Install Brew by using ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)" As PHP is included with OS X, Brew wont add it. However new […]
You can use cp -a to copy directory trees, but rsync can do the same and give you more flexibility. rsync supports […]
Use the following command to remove all Recon, Imaging, or Casper Suite-related files from a managed workstation: /usr/sbin/jamf removeFramework See “JAMF Software […]
After update to 0.8.1 column “date of mail” is empty “in the list of all emails”. When I click on the emial […]
https://github.com/tjfontaine/airprint-generate However under 12.04 it apears that just sharing the printer will advertise it via AirPrint ?!?!?!
You can disable GDM with the following command: Code: echo “manual” | sudo tee -a /etc/init/gdm.override The splash screen can cause some […]