-
Open Source lovin’ for your Server….
Continuing with our coverage of “Free your Apps”, here is how you can free your Server (and workstation) of those expensive (usually useless) so-called Enterprise Applications. BitNami stacks make it incredibly easy to install your favorite open source server software. Application stacks include an open source application and all the dependencies necessary to run it,…
-
How to uninstall almost any application in OSX manually
-
Changing DNS hostname on OSX Server
If you ever need to check the DNS hostname under OSX server here is the command: $ sudo changeip -checkhostnameIf you need to change it (ie: after a DNS table change) use the following command (for OD sites):changeip /LDAPv3/127.0.0.1/ 192.0.0.12 192.0.0.12 old.example.com new.example.comchangeip also has a lot of other uses (ie: if you change the…