Safari Push Notifications in Mavericks
WordPress based plugin called Roost is very good and free goto www.roost.me
It's all in the Mac magic…
WordPress based plugin called Roost is very good and free goto www.roost.me
To enable Verbose booting, you will need to launch the terminal (while logged into an account with administrative permission) and type (or copy […]
You can use the following sed commands to trim white space from lines of text: Trim white space from both sides of […]
Installing command line tools in OSX 10.9 Mavericks changes slightly than previous versions of MAC OSX , Now You Dont Have to […]
defaults write /Library/Preferences/com.apple.loginwindow EnableExternalAccounts -bool false
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>KeepAlive</key> <dict/> <key>Label</key> […]
Tomcat 7 is the first Apache Tomcat release to support the Servlet 3.0, JSP 2.2, and EL 2.2 specifications. Please note that […]
This had me stumped for a while while trying to restore my preference files. So, after copying or editing a plist, for […]
How to create a self-signed SSL Certificate … … which can be used for testing purposes or internal usage Overview The following is an […]
The grep command supports regular expression pattern. To search multiple words, use following syntax: grep ‘word1\|word2\|word3’ /path/to/file In this example, search warning, […]
Sed sed ‘/pattern to match/d’ ./infile Awk awk ‘!/pattern/’ file > temp
This is different on a Mac from other Unix systems sed ‘s/;/\’$’\n/g’ This will sub the semicolon for a newline or sed […]
Want to connect with the currently logged in user when using a VNC viewer rather than seeing the Login Window (ARD 3.5/OS […]
edit /etc/redhat-release and remove the centos entry and add Red Hat Enterprise Linux Server release 6.4 (Santiago)
Allow ESXi to talk to VMware esxcli network firewall ruleset set -e true -r httpClient Enter the folioing in the ESXI cli […]
New version of script to build a Recovery Partition. Added Mavericks Support createRecoveryHDUpdater10.7-10.9 http://www.brunerd.com/blog/software/
It is totally different in mavericks. I won’t bore you with the tortuous details of the change starting with DP1 (involving manipulating […]
http://www.tecmint.com/20-linux-yum-yellowdog-updater-modified-commands-for-package-mangement/