Fulltext results:
- Start and Stop the Apple File Server from Command Line @blog:2011
- ed = 2011-03-07 12:33~~ ====== Start and Stop the Apple File Server from Command Line ====== You can u... t or stop the "Personal File Sharing". Start the Apple File Server ("Personal File Sharing"): <code bash> sudo /sbin/service com.apple.AppleFileServer start </code> And likewise stop it: <code bash> sudo /sbin/service com.apple.Apple
- IPS Repository Appliance @blog:2010
- reated = 2010-10-27 14:36~~ ====== IPS Repository Appliance ====== Brian Leonard wrote a good guide ho... to obtain root privileges. <code bash> svccfg -s application/pkg/server setprop pkg/inst_root=/media/ENTER_DISK_NAME_HERE/repo svccfg -s application/pkg/server setprop pkg/readonly=true svcadm enable application/pkg/server </code> {{osolrepo07.png?noli
- Project Idea: WikiTable @blog:2009
- learn that such a this already exists) is a small application which creates tables which then can be in... ages. The first step could be a small standalone application which manages the tables. The tables shou... be included by most wikis. In a second step, the application could be transformed to a plugin for wiki... the tables in the wiki and not to use a separate application. The biggest benefit would be to use the
- Project PDA @blog:2011
- ser Experience) facing the user. Can be a desktop app, web app or smartphone app. Whatever is next to the user. So far for now, stay tuned. {{tag>java programming}
- Home Server Goals @blog:2010
- Internet. * **Web Hosting**: I want to run web application at home. Usually, I'm hosting my webapps at Host Europe, but there are some apps which I can't or don't want to host there. This includes PHP and JEE applications with MySQL as database. * **LAN Gatewa
- Workaround for FolderSync with ownCloud 7 @blog:2014
- or FolderSync with ownCloud 7 ====== The Android App "FolderSync" stopped working when I upgraded my o
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- ystem. Do the following as root (''su'') or with appropriate permissions (''pfexec/sudo''). <code bas