| bio | website | retracile.net |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 11 months |
| seen | May 2 at 0:27 | |
| stats | profile views | 76 |
Software engineer, http://retracile.net from kernel to security to source control. And I have my own business, https://brickbuiltnameplates.com — LEGO® nameplate sets for your desk!
(Not affiliated with The Lego Group.)
|
Oct 31 |
comment |
What range of MAC addresses can I safely use for my virtual machines? As of 20121031, standards.ieee.org is not responding. |
|
Jul 26 |
comment |
Using DD for disk cloning @Tozz: You can improve the compressibility of a filesystem image by filling the filesystem with a file filled with 0's, syncing it to disk, then deleting it. dd if=/dev/zero bs=1M of=/balloon; sync; rm /balloon (Modulo extra intelligence in the filesystem layer.) |
|
Jul 26 |
comment |
Using DD for disk cloning I should also note that adding 'bs=1M' to the dd command will usually greatly improve speed. |
|
Jul 26 |
comment |
How to copy a large number of files quickly between two servers @user11749: There are two -f options in that command, both of which are required. Are you talking about passing -f to ssh to have it go to the background? |
|
May 29 |
awarded | Yearling |
|
May 30 |
awarded | Yearling |
|
Feb 10 |
awarded | Citizen Patrol |
|
Sep 6 |
answered | Can a trac backup be restored onto a older version, 0.11.7 -> 0.11.6 |
|
Jul 12 |
awarded | Enthusiast |
|
Jun 16 |
comment |
How to debug Trac? enable logging (to file, debug level); that should give a traceback that will have useful clues. |
|
Jun 16 |
answered | Trac changesets not displaying |
|
Jun 11 |
comment |
Is it possible install one instance of Trac for multiple independent projects? You can pass all the required arguments to trac-admin. So yes, a simple wrapper will let you create new trac instances from a web page. Might look at coderesort.com as well; one of the other Trac devs runs that. |
|
Jun 10 |
answered | How to properly create a startup script for tracd on Synology DS209+II? |
|
Jun 4 |
comment |
Routing Apache TracEnv Can you explain why TracEnvParentDir is not an option? |
|
May 30 |
awarded | Yearling |
|
May 5 |
revised |
Forward svn port added 162 characters in body |
|
May 5 |
answered | Forward svn port |
|
Apr 19 |
answered | Probelms Intstalling Trac using apt-get Ubuntu Jaunty |
|
Jan 11 |
answered | Trac authentication: htaccess with passwd file, but also allowing anonymous access instead of 401 |
|
Jan 11 |
answered | VirtualPC Trac appliance |