3,096 reputation
49
bio website systemajik.com
location Gatineau, Canada
age 58
visits member for 2 years, 3 months
seen May 16 at 14:09
stats profile views 61
I have over 30 years experience in all phases of software development and delivery. I have administered a variety of midrange servers, and worked with systems from PCs to Mainframes.

Feb
28
answered How to create a dupe of a KVM/libvirt/virt-manager VM?
Feb
28
answered ssh-agent error on ubuntu server 10.04 LTS
Feb
25
comment Unix file naming convention
@ultrasawblade Thanks, shows how often I script Windows. I tried to skip the rarer executable extensions like cmd, pif, vb*, wsh, and the rest of them.
Feb
25
awarded  Editor
Feb
25
revised Unix file naming convention
Added scr to windows executable list.
Feb
23
comment setting up mail system
Unless you have a static address configure your system to use a Smarthost. Usually your ISP will have an SMTP server intended for such use.
Feb
21
answered Why does Linux scale so well to different hardware platforms?
Feb
16
answered Dynamic Symlinks
Feb
15
answered Can't ping broadcast
Feb
15
answered rename directory of images numeric
Feb
15
answered avoid IPv6 link local address on interface
Feb
14
answered Force directory to always be in cache
Feb
14
comment Unix file naming convention
@Mikel I also program Java where CamelCase is a convention. Sometimes patterns and conventions conflict.
Feb
13
answered Unix file naming convention
Feb
10
answered ssh public keys instead of SASL for authenticated SMTP sending?
Feb
7
awarded  Teacher
Feb
6
answered “Split I/O”s on a Linux VM, disk alignment
Feb
6
comment Detailed sparse file information on Linux
@Juliano Still requires kernel mods as well as changes to lseek. As per the blog entry this is fairly new functionality at Sun. For it to work the file system code needs to modified as well. It certainly would require changes to all the file systems supporting sparse files to provide the kernel hooks.
Feb
6
answered Can I create override dns similar to writing in /etc/hosts without root access
Feb
6
comment Detailed sparse file information on Linux
@Juliano A look at the Linux lseek option doesn't have these options. Solaris supports very few file systems, so it would be relatively easy to support. Linux supports a wide variety of file systems, some of which do not support sparse files. Support for SEEK_DATA / SEEK_HOLE would impose support in code for all the file systems. These methods may not do what you expect. See blogs.sun.com/bonwick/entry/seek_hole_and_seek_data for more data from the Sun side.