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 all known disk images and virtual machines. If you ... rtualBox will put it in the default directory. Second, you don't have an option to specify where to p... remember the VM and the associated disk image and complain when they are missing. To ease the handlin
- 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
- 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
- Dice Roller @blog:2009
- ws the individual dice and the resulting sum. For convenience, there is a second form where you can just enter the number of dice and press the butten for... tp://andunix.net/pub/dice.html]]. And here's the code. You can use it under the [[http://apache.org/l... Apache License, Version 2.0]] or [[http://creativecommons.org/licenses/by/3.0/|CC Attribution 3.0 Unpo
- 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
- 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'' ... _shared_folder_16px.png?nolink|add shared folder icon}} Then select the folder to share (''/share'' i... which has the "System Adminitrator" profile. The commands will be executed with the rights given by t
- 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... .org/2009/|Linux Kongress]] and [[http://www.osdevcon.org/2009/|OpenSolaris Developer Conference]]. In
- 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... rSync working with ownCloud 7 you have to add a second line with the HTTPS port ''443'' to your config.php: In ''${OWNCLOUD_DIR}/config/config.php'': <code> 'trusted_domains' => array ( 0 =>
- 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
- 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... me server should provide: * **Personal Video Recorder**: I'm using the EyeTV Hard- and Software fro
- 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, you can use the php_value dire... ue to "0", which means no limit, add this line: <code> php_value max_execution_time 0 </code> I sugg
- 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
- Project Idea: WikiTable @blog:2009
- en can be included in wiki pages. The first step could be a small standalone application which manage... is snippet can be included by most wikis. In a second step, the application could be transformed to a plugin for wiki systems. This enable users to manag... authorisation and wiki syntax in the table. The code should be small and simple so that it can easil