578 reputation
6
bio website
location South Africa
age 27
visits member for 5 months
seen May 16 at 12:29
stats profile views 20

Jan
25
revised How to disable energy saving on notebook screen when using Scientific Linux 6.3?
edited tags
Jan
24
comment Running an executable in PATH with the same name as an existing function
(The absence of /bin/command might explain why scripts use /bin/env after the hash-bang if they do not want to hard-code the shell path)
Jan
24
answered copying files from unix to windows?
Jan
22
comment Running an executable in PATH with the same name as an existing function
It is not a buildin on Solaris 10 Bourne (That is also available as heirloom-sh). The advantages of an executable with a known path is that it can't be overwritten by a function.
Jan
21
awarded  Custodian
Jan
21
reviewed No Action Needed Running an executable in PATH with the same name as an existing function
Jan
21
answered Running an executable in PATH with the same name as an existing function
Jan
11
comment Wine/PoL giving numerous errors in Fedora 17
You might want to try Wine on itsw own first, and look at the appdb for settings that might be needed... Most of the messages in your output is fine... The problem there is that it can't find the EXE for the game... (Possibly specifiy a path?)
Jan
3
comment locate vs find: usage, pros and cons of each other
Also, find is a command specified in standards like POSIX (although some implementations have extensions, like regex search support, that is present in GNU find). I haven't locate on anything but Linux and OS X...
Jan
3
comment Why can't I run this C program?
@OrangeDog On Solaris, Sun studio needs to be installed for cc to work... On Solaris 10, gcc is installed in /usr/sfw/bin in a default full install, which is useful if you do not have a Sun studio / Oracle Solaris Studio image nearby...
Jan
3
comment How to make cd arguments case INsensitive?
Which shell are you using?
Jan
3
answered What a 64 bit Linux can do that 32 bit linux can't?
Jan
2
comment Synchronize software packages between different Linux distributions
For those two specific distributions, it might be easier than say Ubuntu and Fedora... Ubuntu and Mint use the same package manager and Mint is based on Ubuntu. Is it one way (like the other comment seem to indicate) or a continuous two-way syncronization?
Jan
2
comment What's the difference between “command directory” and “command directory/”?
That is where the "normal directories" part come from...
Jan
2
comment What are character special and block special files in a unix system?
So short version: Minor / Major number assignments are OS dependent and on Linux, driver dependent as well. (Some hard-coded, some dynamic)
Jan
2
answered What's the difference between “command directory” and “command directory/”?
Jan
2
answered Allow user to see how many iptables rules are loaded, but not actual contents?
Jan
2
comment Allow user to see how many iptables rules are loaded, but not actual contents?
The reason that pipe commands do not work with sudo, is because it is actually two separate commands...
Jan
2
revised How to setup squid simplest way for safe proxy?
Clarified
Jan
2
comment /shell-script: syntax error near unexpected token `done'
some general comments: You probably want to quote any filename variables that might possibly contain spaces.