January 30, 2012January 30, 2012Tech QuickTime Streaming on Lion Server Apple, in it’s Infinite wisdom, has decided that we no longer need QuickTime Streaming as a function of OS X Server. A […]
January 24, 2012Tech Stop 10.5 and above registering multiple IP’s with DDNS Add the following to the /etc/smb.conf at the end [global] interfaces = eth1 lo bind interfaces only = yes
January 20, 2012January 20, 2012Tech Track an applications usage in Mac OS X with opensnoop Using the command line tool ‘opensnoop’ you can track any Mac applications (or system process) usage of the file system. This is a very […]
January 19, 2012November 20, 2014Tech Stop 10.7 Server running a screensaver on the LoginWindow edit /Library/Preferences/com.apple.screensaver.plist to read <?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>loginWindowIdleTime</key> <integer>0</integer> <key>loginWindowModulePath</key> <string>/System/Library/Screen Savers/Flurry.saver</string> […]
January 17, 2012Tech Add and Remove users from admin group via command line To make a user an admin user do the following, replacing “test” with the users name sudo dseditgroup -o edit -n /Local/Default […]
January 14, 2012October 21, 2012Tech iPod Touch 1G Firmware and Jailbreak iPod 1G 3.1.2 Firmware Spirit.app
January 12, 2012Tech Scripts for getting current track from Spotify for Nicecast Some simple scripts for auto Metadata extraction from spottily into nicecast Spot Scripts
January 12, 2012January 17, 2012Tech Icecast2 Metadata not Displaying in iTunes 10 They lied, it seems that with the 10.5 update I’ve tried with, it does not request metadata for your URL and that […]
January 10, 2012May 10, 2012Tech Get Icecast2 to collect a feed from Nicecast You don’t need to specify the listen.m3u in the config file Just use a slash / <relay> <server>tributary.rave.ac.uk</server> […]
January 10, 2012Tech Installing Apple’s calendarserver on Ubuntu http://www.deanspot.org/content/installing-apples-calendarserver-ubuntu
January 9, 2012January 9, 2012Tech Run Screen Saver Over Login Window As of Snow Leopard, it is now possible to set a screen saver to run over the login window. Unfortunately Apple haven’t […]
January 5, 2012April 23, 2012Tech Problem rotating Postfix Logs Ubuntu http://www.linuxquestions.org/questions/linux-software-2/problem-rotating-postfix-logs-478744/ Problem rotating Postfix logs
January 4, 2012January 4, 2012Tech Change Ubuntu Server Console Resolution in /etc/default/grub I edited the GRUB_CMDLINE_LINUX=”” line to say GRUB_CMDLINE_LINUX=”vga=0x318″ then update grub settings files sudo update-grub Then Reboot List Of Resolutions […]
December 13, 2011January 3, 2012Tech SNMP Ubuntu not listening on IP address net-SNMP on deb installs needs to have it’s run string changed so that it will listen to SNMP requests. goto edit /etc/default/snmpd […]
November 28, 2011November 28, 2011Tech Find files with time You can use the find command to find all files that have been modified after a certain number of days. For example, […]