Fulltext results:
- ZFS Playground @blog:2009
- disks, 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 status </code> <code> pool: demo state: ONLINE scrub: none
- How To Create a Moveable VM with VirtualBox @blog:2010
- is the extensions for the generated scripts. <code bash> VBOX="/usr/bin/VBoxManage" SCRIPT_EXT="command" </code> Next, there are defaults for the VMs parameters in case the user enters no value. <code bash> RAM="512" DISK_SIZE="8196" DISK_TYPE="vdi" </code> The script asks for the parameters and uses the
- IPS Repository Appliance @blog:2010
- y Appliance ====== Brian Leonard wrote a good guide how to setup a [[https://blogs.oracle.com/observa... pen a terminal and check the repository path. <code bash> df -h ls -d /media/*/repo </code> {{osolrepo06.png?nolink|}} NOTE: You need to execute the fo... "pfsh" or "pfexec" to obtain root privileges. <code bash> svccfg -s application/pkg/server setprop pk
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- he file system type ''vboxfs''. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If you want to share the filesystem ''/share'' fr... 't exist. 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 /s
- Simulating slow network connections with trickle @blog:2014
- irefox browser to 512 KB/s with this command: <code bash> trickle -d 512 /usr/bin/firefox -no-remote -P test </code> More informations can be found on these pages: ... |trickle Homepage]] * [[http://wiki.ubuntuusers.de/Trickle|Trickle in the Ubunutuuser Wiki]] (german) === trickle -h === <code> Usage: trickle [-hvVs] [-d <rate>] [-u <rate>] [
- Dice Roller @blog:2009
- ://andunix.net/pub/dice.html]]. And here's the code. You can use it under the [[http://apache.org/lic... bution 3.0 Unported]]. ===== HTML Form ===== <code html> <form name="rolldice" method="GET"> ... ue" type="text" name="r" size="4"/> </form> </code> ===== Javascript Code ===== <code javascript> function roll() { var count = parseInt(document.ro
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- ETA:date created = 2010-10-04 14:33~~ ====== Upgrade Solaris 11/OpenSolaris from Text to Graphical ===... talled with a text interface. Here is how to upgrade to a graphical system. Do the following as root ... th appropriate permissions (''pfexec/sudo''). <code bash> echo Existing boot environments: beadm list... e -R /mnt beadm umount $be beadm activate $be </code> Now, reboot the system to enter the new boot en
- Drupal: Reverse Proxy @blog:2010
- e the very helpful article "[[http://drupal.org/node/339552|Drupal via HTTPS/SSL Proxy Server (shared ... names for one installation. It has also a nice side effect: I separated my normal editor account from... time, I can do this using different domains. <code php> $request_type = ($_SERVER['HTTP_X_FORWARDED_HOST'] == 'ssl.webpack.de') ? 'SSL' : 'NONSSL'; if ($request_type != "SSL")
- Set PHP Variables in .htaccess Files @blog:2010
- oster, then you will see a message like this: <code> Fatal error: Maximum execution time of 30 seconds exceeded in ... </code> To override the default for your webspace, you can use the php_value directive in a .htaccess file.... to "0", which means no limit, add this line: <code> php_value max_execution_time 0 </code> I sugges
- Memory Usage of a Solaris Container (Zone) @blog:2010
- To see the memory usage of the running zones: <code bash> prstat -Z </code> From the [[http://docs.oracle.com/cd/E19082-01/819-2240/prstat-1m/index.html... information about processes and zones. In this mode, ''prstat'' displays separate reports about proce... t RAM in the zone, use one of these commands: <code bash> prstat -z zone -s rss prstat -z zone -s siz
- Start and Stop the Apple File Server from Command Line @blog:2011
- 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 stop </code> {{tag>cli mac osx share shell sysadmin}}
- Workaround for FolderSync with ownCloud 7 @blog:2014
- t I found the solution [[http://www.android-hilfe.de/synchronisation/625383-foldersync-owncloud-funkti... p: In ''${OWNCLOUD_DIR}/config/config.php'': <code> 'trusted_domains' => array ( 0 => 'www.e... le.org', 1 => 'www.example.org:443', ), </code> {{tag>android owncloud webhosting workaround co
- Home Server Goals @blog:2010
- ls ====== As Constantin [[http://constantin.glez.de/content/seven-useful-zfs-home-server-tips|suggest... ist of services, which my home server should provide: * **Personal Video Recorder**: I'm using the
- Hello Drupal @blog:2010
- for this solution go to [[http://constantin.glez.de/|Constantin Gonzalez]] which implemented this coo
- Project Idea: WikiTable @blog:2009
- uthorisation and wiki syntax in the table. The code should be small and simple so that it can easily