Fulltext results:
- ZFS Playground @blog:2009
- , 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/... llers. So, let's replace c0d1 with c1d0. <code bash> pfexec zpool replace demo /var/tmp/c0d1 /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
- 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 bash> svccfg -s application/pkg/server setprop pkg/ins... nd replace ''{IP}'' with the IP address. <code bash> pkg set-publisher -O http://{IP} opensolaris.org
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- le system type ''vboxfs''. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If... ist. You will have to do this only once. <code bash> pfexec mkdir /share </code> Now, mount the share. <code bash> pfexec mount -F vboxfs share /share </code> If
- Home Server Goals @blog:2010
- 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}}
- Memory Usage of a Solaris Container (Zone) @blog:2010
- 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
- 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
- Start and Stop the Apple File Server from Command Line @blog:2011
- e 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
- Drupal: Reverse Proxy @blog:2010
- //' . $_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
- 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