• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » co
Trace: • community • ISO 3166-1 alpha-2 • config • http • ips • audio • download • homeserver • MacPorts • localeadm

co
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@blog
  • Any namespace
  • blog:2010 (9)
  • blog:2009 (8)
  • blog:2011 (3)
  • blog:2014 (3)
  • blog:2013 (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Memory Usage of a Solaris Container (Zone)
  • Hello Drupal
  • Start and Stop the Apple File Server from Command Line
  • Welcome Back
  • Simulating slow network connections with trickle

Fulltext results:

ZFS Playground @blog:2009
54 Hits, Last modified: 17 years ago
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
29 Hits, Last modified: 16 years ago
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
12 Hits, Last modified: 15 years ago
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
10 Hits, Last modified: 13 years ago
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
9 Hits, Last modified: 17 years ago
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
9 Hits, Last modified: 17 years ago
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
9 Hits, Last modified: 16 years ago
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
8 Hits, Last modified: 16 years ago
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
8 Hits, Last modified: 16 years ago
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
7 Hits, Last modified: 12 years ago
====== 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
7 Hits, Last modified: 11 years ago
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
6 Hits, Last modified: 10 years ago
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
5 Hits, Last modified: 10 years ago
====== 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
5 Hits, Last modified: 16 years ago
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
4 Hits, Last modified: 15 years ago
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
Project Idea: WikiTable @blog:2009
3 Hits, Last modified: 17 years ago
Project PDA @blog:2011
3 Hits, Last modified: 13 years ago
Travian Village Planner @blog:2009
2 Hits, Last modified: 13 years ago
2009 @blog:2009
1 Hits, Last modified: 13 years ago
2011 @blog:2011
1 Hits, Last modified: 13 years ago
2010 @blog:2010
1 Hits, Last modified: 13 years ago
2014 @blog:2014
1 Hits, Last modified: 12 years ago
2013 @blog:2013
1 Hits, Last modified: 13 years ago
Virtual Network Visualization @blog:2009
1 Hits, Last modified: 17 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki