May 13, 2013Tech Gnome Unlock Keyring at login If you have set your Ubuntu machine to auto-login everytime you start your computer, you will find that as soon as you […]
May 13, 2013May 13, 2013Tech Disable Office 2011 Updates from Command Line defaults write com.microsoft.autoupdate2 HowToCheck -string "Manual"
May 10, 2013Tech Disable Gnome startup in Centos GDM is the GNOME Display Manager, a graphical login program for Redhat, RHEL, Fedora and CentOS Linux based systems. The X Window […]
May 10, 2013Tech Installing RHEL EPEL Repo on Centos 5.x or 6.x How to install RHEL EPEL repository on Centos 5.x or 6.x The following article will describe how to configure a CentOS 5.x-based […]
May 10, 2013Tech Centos 6 No Network as Default ! This is for those of you who are new to CentOS. By default CentOS 6 will not configure network interfaces on a […]
May 10, 2013May 10, 2013Tech Old Airport Utility 5.6 for ML Allows you to config ALL settings on the base stations, including SNMP AirPortUtility56
May 7, 2013Tech Get File Extension in BASH The command basename is often used to extract the real file name without the file type specific file extension: basename thisfile.txt .txt […]
April 29, 2013April 29, 2013Tech Spotify for IOS 3 Still works fine on older iPhone’s or iPods Spotify (v0.4.13 LP os30)-most_uniQue.ipa Have a look at whiteD00R too. http://www.whited00r.com
April 22, 2013Tech Count variables and store in an Array in bash The $# expansion will tell you the number of elements in a variable / array. If you’re working with a bash version […]
April 16, 2013Tech Removing Policy Icons From Casper To do this you can log into the mysql database and use the following commands: use jamfsoftware; delete from attachments where attachment_id=#; […]
April 15, 2013Tech Disable Time Machine Asking when a drive is attached defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool YES
April 4, 2013April 4, 2013Tech Example nginx SSL Reverse Proxy config user nginx; worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1024; } http { […]
April 4, 2013April 4, 2013Tech How to auto start services on boot in Centos / Redhat To auto start services in Centos or Redhat OS, you can use builtin chkconfig utility. It is located in /sbin directory. If […]
April 2, 2013April 2, 2013Tech Use VPN for specific sites, on Mac OS X The problem is, routing through VPNs in Mac OS X is kind of an all-or-nothing deal: either it uses the VPN for […]
March 28, 2013Tech Ubuntu Apache2 enable .htaccess EnablingUseOfApacheHtaccessFiles WARNING: This page was written based on Ubuntu 10.04 (Lucid), although the same may apply to other releases. You are encouraged […]
March 28, 2013March 28, 2013Tech Password Protection using .htaccess Password Protecting Your Pages with htaccess
March 21, 2013Tech SQLite GUI Browser An excellent little util for reading SQLite Files sqlitebrowser_200_b1_osx Or visit there website http://sqlitebrowser.sourceforge.net/index.html
March 19, 2013March 19, 2013Tech “Ignore Ownership on this Volume” and where it’s set vsdbutil has been depreciated in favor of using the diskutil function. I would check the posix permissions, ace entries, and file flags […]