• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » co
Trace: • gps • webhosting • Clear DNS Cache • fstyp • Travian Analyzer Bookmarklet • ReLAX • fun • debian • Travian • Travian Village Planner - Tribe & Village Name

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.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@blog
  • Any namespace
  • blog:2010 (9)
  • blog:2009 (8)
  • blog:2011 (3)
  • blog:2014 (3)
  • blog:2013 (2)
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
60 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
32 Hits, Last modified: 16 years ago
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
14 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
14 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
Simulating slow network connections with trickle @blog:2014
11 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
Dice Roller @blog:2009
11 Hits, Last modified: 17 years ago
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 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
OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
10 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'' ... _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
9 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... .org/2009/|Linux Kongress]] and [[http://www.osdevcon.org/2009/|OpenSolaris Developer Conference]]. In
Workaround for FolderSync with ownCloud 7 @blog:2014
8 Hits, Last modified: 11 years ago
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
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
Home Server Goals @blog:2010
8 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... me server should provide: * **Personal Video Recorder**: I'm using the EyeTV Hard- and Software fro
Set PHP Variables in .htaccess Files @blog:2010
6 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, 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
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
Project Idea: WikiTable @blog:2009
4 Hits, Last modified: 17 years ago
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
Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
4 Hits, Last modified: 15 years ago
Project PDA @blog:2011
3 Hits, Last modified: 13 years ago
Welcome Back @blog:2013
2 Hits, Last modified: 12 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