6,533 reputation
1821
bio website linuxgen.com
location Nashville, TN
age 25
visits member for 1 year, 4 months
seen 1 hour ago
stats profile views 219

Perl developer.


2h
comment /tmp permission denied
That's directory permissions, not mount options. Look at the output of mount.
2h
comment /tmp permission denied
Does /tmp show mounted with exec after you ran that command?
1d
answered How to install Suggests dependencies of a package
May
21
comment How to install gnome-shell for ubuntu 12.10 without error
Looks like you have been mixing distros or releases. Not enough information here.
May
21
revised How to install gnome-shell for ubuntu 12.10 without error
added 160 characters in body
May
20
comment How can I connect mail(1) to my Gmail/Yahoo/Hotmail account?
mail(x) doesn't speak any network protocols (IMAP, POP, SMTP). You would need to configure your local MTA (that provides /usr/lib/sendmail) to login to your remote account and use it as a smarthost. For receiving, you would need something external such as fetchmail. Use a better MUA.
May
17
comment Puppet. Firewall module syntax
What page is that from? I don't see firewall in the type reference.
May
17
answered Unable to install ia32-libs in Debian Wheezy
May
17
comment Alternatives to Nautilus that support a list of files to hide in .hidden
view -> show hidden files.
May
16
revised Ubuntu filesystem buffers/cache always empty
added 1 characters in body
May
16
revised Open any kind of application with BASH
edited body
May
15
comment Fork vs. thread system time
language matters here. Some languages have very poor threading implementations (eg perl).
May
15
comment Tab completion doesn't work for arguments when command is an alias
Do you have the bash-completion package installed? Are you sourcing /etc/bash_completion?
May
15
answered Ubuntu filesystem buffers/cache always empty
May
14
comment Passing a stream to a bash function
@user1960118 - the pipeline spawns a subshell. Try fgrep -f "$1" /etc/group without the UUOC.
May
12
comment Install new packages on old unmaintained computer
You may be asking the wrong question.
May
12
comment Install new packages on old unmaintained computer
(( foo++ )) works in bash 3, and I don't know what array bugs you are talking about. It doesn't support associative arrays. What OS do your scripts target?
May
12
comment Install new packages on old unmaintained computer
libc6 hasn't changed that much in 8 years.
May
12
comment Install new packages on old unmaintained computer
Bash 3.0 shouldn't be difficult to target at all. It would be the same as targeting RHEL 5, which is still a very relevant OS. What shiny bash 4 features are you using?
May
11
comment Why is make unavailable on the default Gentoo liveCD?
Because usually you would compile inside your stage3 chroot and not the livecd?