Fulltext results:
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- 11 12:16~~ ====== OpenSolaris / VirtualBox: Mount Shared Folder ====== To mount a shared folder in a OpenSolaris guest in VirtualBox, you have to install... le system type ''vboxfs''. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If you want to share the filesystem ''/share'' from th
- ZFS Playground @blog:2009
- 6~~ ====== ZFS Playground ====== This small demo shows the basic ZFS operations. You will need a Sola... , but they are only files for this demo. <code bash> cd /var/tmp mkfile 200m c0d0 c0d1 c0d2 c1d0 c1d1 c1d2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool st... disk to the existing, creating a mirror. <code bash> pfexec zpool attach demo /var/tmp/c0d0 /var/tmp/
- How To Create a Moveable VM with VirtualBox @blog:2010
- he extensions for the generated scripts. <code bash> VBOX="/usr/bin/VBoxManage" SCRIPT_EXT="command" ... meters in case the user enters no value. <code bash> RAM="512" DISK_SIZE="8196" DISK_TYPE="vdi" </cod... example, the question for the disk size: <code bash> echo -n "Enter disk size in MiB [${DISK_SIZE}]: ... gured according to the parameters above. <code bash> mkdir -p "${VM_DIR}" ${VBOX} -q createvm --nam
- IPS Repository Appliance @blog:2010
- ignore it. {{osolrepo04.png?nolink|}} After finishing the Wizard, open the VM's Storage config and a... = Now boot the VM and wait until OpenSolaris finished booting. Open a terminal and check the repository path. <code bash> df -h ls -d /media/*/repo </code> {{osolrepo06.... ds with adequate privileges. Use "su", "sudo", "pfsh" or "pfexec" to obtain root privileges. <code ba
- Start and Stop the Apple File Server from Command Line @blog:2011
- bin/service'' to start 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.AppleFileServer sto
- Travian Village Planner @blog:2009
- field and the character defines which building to show. You can have a look at the current version at ... ch are still missing: * Tribe - currently only showing gaul village * Drag & Drop - this should be optional as I prefer the current solution with two... ks * Village Name - add another parameter which is shown as village name {{tag>javascript travian}}
- Memory Usage of a Solaris Container (Zone) @blog:2010
- t week one of my servers ran out of RAM and Swap. Shame on me for not monitoring that, but it's now. ... e the memory usage of the running zones: <code bash> prstat -Z </code> From the [[http://docs.oracle... in the zone, use one of these commands: <code bash> prstat -z zone -s rss prstat -z zone -s size </c
- Drupal: Reverse Proxy @blog:2010
- rg/node/339552|Drupal via HTTPS/SSL Proxy Server (shared certificates)]]". While following his advice,... //' . $_SERVER['SERVER_NAME']; // NO trailing slash! $cookie_domain = $_SERVER['SERVER_NAME']; } el... '/' . $_SERVER['SERVER_NAME']; // NO trailing slash! $cookie_domain = $_SERVER['HTTP_X_FORWARDED_HO
- Home Server Goals @blog:2010
- here is a list of services, which my home server should provide: * **Personal Video Recorder**: I'... eway**: I want to sercurely log into the LAN via SSH and transfer files from and to the server. * I ... ches). {{tag>backup homeserver java mac osx mediaserver mysql opensolaris php ssh virtualbox webapp}}
- Project Idea: WikiTable @blog:2009
- r lacks support for tables. The wikis are able to show tables, but building a table using lots of pipe... application which manages the tables. The tables should also be available as a HTML-snippet (just the... orisation and wiki syntax in the table. The code should be small and simple so that it can easily por
- ReLAX @blog:2009
- t fascinating idea is the building of an API with shell-scripts. I adopted this from LAX. * LAX uses... ight want to have a look there.. {{tag>api framework project project_relax scripting shell sysadmin}}
- Virtual Network Visualization @blog:2009
- ted a perl script which takes the output of dladm show-link and generates a dot-File, which then can b... phviz]]. Update: The dladm2dot.pl script now also shows the non-global zones of the interfaces. {{:bl
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- propriate permissions (''pfexec/sudo''). <code bash> echo Existing boot environments: beadm list echo... nvironment. Then enable the GDM service: <code bash> svcadm enable gdm </code> Based on the OpenSola
- Simulating slow network connections with trickle @blog:2014
- x browser to 512 KB/s with this command: <code bash> trickle -d 512 /usr/bin/firefox -no-remote -P te
- Dice Roller @blog:2009
- he offset and press the button “roll”. The script shows the individual dice and the resulting sum. For