Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:mac != unix (Score 1) 699

All of the other ones I've seen have a web interface which can be controlled via curl or links scripts. For example, I had a buffalo router that would eventually get into a state such that it would not reconnect to the DSL modem when the connection was reset, so I had a script to check the state of the internet connection and force the router to reconnect (or reboot itself if that didn't work).

You can't do that with the airport line of routers.

Comment Re:mac != unix (Score 2, Informative) 699

Try to load /Library/Preferences/com.apple.loginitems.plist in vim and tell me if that is an xml file. However there is a converter that can convert non-xml (binary) plists to xml format, so it doesn't matter that much.

The point still remains that there are configuration items that cannot be changed outside of the GUI (not everything is represented in plists as far as I can tell). I would love to be proven wrong in this.

Another example outside of my list above isn't exactly OSX, but it is close. The Airport Extreme router cannot be remotley restarted or configured without using the proprietary GUI. I came close by doing some applescript that I invoke from the shell, but that doesn't work all of the time.

Comment Re:mac != unix (Score 1) 699

Not all of them are xml!

-[jeff@whitecloak]--<10:33 AM:Fri Apr 03>-
-(0:~)-: ls -al /Library/Preferences/com.apple.loginitems.plist
-rw-r--r-- 1 root admin 906 2009-04-01 19:59 /Library/Preferences/com.apple.loginitems.plist
-[jeff@whitecloak]--<10:33 AM:Fri Apr 03>-
-(0:~)-: file /Library/Preferences/com.apple.loginitems.plist
/Library/Preferences/com.apple.loginitems.plist: Apple binary property list
-[jeff@whitecloak]--<10:33 AM:Fri Apr 03>-
-(0:~)-: cat /Library/Preferences/com.apple.loginitems.plist
bplist00&#209;^privilegedlist&#210;ZController_CustomListItems&#162;&#212;
_com.apple.loginitem.legacyprefs&#210;TPathTHide_-/Library/Printers/hp/hpio/HPEventHandler.app/Q0O&#208;&#208;&#196;&#203;f$H+&#182;&#191;&#249;?&#192;r&#192;E    &#255;&#254;&#255;&#255;&#255;&#255;&#182;&#191;&#167;a&#248;U&HPEventHandler.appMacintosh HD+Library/Printers/hp/hpio/HPEventHandler.app/&#255;&#255;^HPEventHandler&#212;
&#210;_N/Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app/O&#236;&#236;&#196;&#203;f$H+&#229;q&#229;&#192;=U         &#255;&#254;&#255;&#255;&#255;&#255;&#229;q&#210;&#207;EU"HP Scheduler.appMacintosh HDLLibrary/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app/&#255;&#255;\HP Schedule*<?HMdjo&#179;&#184;&#189;&#194;&#242;&#244;&#199;&#214;&#223;&#226;&#231;8'4-[jeff

Comment Re:mac != unix (Score 3, Interesting) 699

Really? I love doing everything from the command line, but am unsure how to do the following (at least I can't find anything after scouring google for some of these). Is it possible to do the following? I just picked some from looking at the system preferences pane:

* Time Machine: Configure what to back up
* Time Machine: Restore files
* Configure Parental Controls
* Change an account's picture
* Configure an account's login options
* Configure when to put the monitor/computer to sleep
* Change the desktop background
* Change the screensaver
* Configure the sounds
* Spotlight: Configure what to index
* Configure filevault settings
* Disable automatic login

I'm aware that some of them may be achievable by editing plists, but of those, the plist may not be in a human-readable format. Others I don't know where to change those settings outside of the GUI.

Slashdot Top Deals

Ya'll hear about the geometer who went to the beach to catch some rays and became a tangent ?

Working...