Fulltext results:
- ZFS Playground @blog:2009
- e 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: no
- How To Create a Moveable VM with VirtualBox @blog:2010
- rganizes the disk images in one directory and the configuration files in another. It kees a record of ... remember the VM and the associated disk image and complain when they are missing. To ease the handlin... ange if you use the script. The ''VBOX='' setting contains the full path to VBoxManage, VirtualBox's command line tool. ''SCRIPT_EXT='' is the extensions
- IPS Repository Appliance @blog:2010
- good guide how to setup a [[https://blogs.oracle.com/observatory/entry/local_repository_mirror|Local ... a hurry, it's good to know that you don't need to copy the entire repository of about 8GB to a local d... g?nolink|}} You will get this warning, click on "Continue" to ignore it. {{osolrepo04.png?nolink|}} ... After finishing the Wizard, open the VM's Storage config and add another "CD/DVD Device". Insert the L
- Drupal: Reverse Proxy @blog:2010
- the reusability, I substituted * ''www.example.com'' with ''$_SERVER['SERVER_NAME']'' and * ''ssl... itionally, I added the line \\ ''ini_set('session.cookie_path', '/'.$_SERVER['SERVER_NAME'].'/');'' \\ to limit the cookies to the path, which is associated with the host. That the cookie will bei set for the path ''/andunix.net/'' i
- Dice Roller @blog:2009
- ws the individual dice and the resulting sum. For convenience, there is a second form where you can ju... tp://andunix.net/pub/dice.html]]. And here's the code. You can use it under the [[http://apache.org/l... ribution 3.0 Unported]]. ===== HTML Form ===== <code html> <form name="rolldice" method="GET"> ... true" type="text" name="r" size="4"/> </form> </code> ===== Javascript Code ===== <code javascript
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- the file system type ''vboxfs''. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If you want to share the filesystem ''/share'' ... which has the "System Adminitrator" profile. The commands will be executed with the rights given by t... sn't exist. You will have to do this only once. <code bash> pfexec mkdir /share </code> Now, mount t
- Memory Usage of a Solaris Container (Zone) @blog:2010
- 10-04-21 10:17~~ ====== Memory Usage of a Solaris Container (Zone) ====== Last week one of my servers... Which zone is eating up my RAM? So, here are the commands I used. ===== Part 1: Find the Zone ===== 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.ht
- ReLAX @blog:2009
- erno.org/|Wolfgang Stief]] and [[http://blogs.sun.com/constantin|Constantin Gonzalez]], I got hold on one of the proceedings of the [[http://www.linux-kongres... tp://www.osdevcon.org/2009/|OpenSolaris Developer Conference]]. In this book, I found amoung other, al
- Hello Drupal @blog:2010
- sc. wiki systems and Wordpress, I wanted to try a content management system. I had a quick look into D... of Drupal is the [[http://drupal.org/project/cck|Content Construction Kit (CCK)]]. This was also the main reason to choose Drupal. I've already set up my Projects a special content nodes and thinking about doing the same for
- Simulating slow network connections with trickle @blog:2014
- ====== Simulating slow network connections with trickle ====== You can limit the downlink of a Firefox 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
- Workaround for FolderSync with ownCloud 7 @blog:2014
- Sync always showed "Bad Request" when testing the connection. ANd when I looked into the Apache log, t... a second line with the HTTPS port ''443'' to your config.php: In ''${OWNCLOUD_DIR}/config/config.php'': <code> 'trusted_domains' => array ( 0 => 'www.example.org', 1 => 'www.
- Home Server Goals @blog:2010
- 03-02 16:41~~ ====== Home Server Goals ====== As Constantin [[http://constantin.glez.de/content/seven-useful-zfs-home-server-tips|suggested]], here is a list of services, wh... on my Laptop than on my home server. * **to be continued...**: There will be more requirements in t
- Start and Stop the Apple File Server from Command Line @blog:2011
- ====== Start and Stop the Apple File Server from Command Line ====== You can use ''/sbin/service'' t... he 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
- Set PHP Variables in .htaccess Files @blog:2010
- bhoster, 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, yo... ue to "0", which means no limit, add this line: <code> php_value max_execution_time 0 </code> I suggest to either set it to unlimited, run the long runn
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- with appropriate permissions (''pfexec/sudo''). <code bash> echo Existing boot environments: beadm li... ive -R /mnt beadm umount $be beadm activate $be </code> Now, reboot the system to enter the new boot environment. Then enable the GDM service: <code bash> svcadm enable gdm </code> Based on the OpenSolaris [[http://hub.opensolaris.org/bin/view/Pro