| bio | website | |
|---|---|---|
| location | Santiago, Chile | |
| age | ||
| visits | member for | 2 years, 1 month |
| seen | May 17 at 22:22 | |
| stats | profile views | 25 |
|
May 15 |
comment |
Executing commands with PHP: using normal user, but its home directory is /root I asked this question on superuser site, but it didn't receive enough attention, so I deleted it and re-asked it here. |
|
Jan 30 |
comment |
Difference between [[ $variable ]] and [[ -n $variable ]]? No, they aren't. But in the answer I cite, both forms are considered. |
|
Jan 25 |
comment |
Why put some config info in conf/httpd.conf and some in files in the conf.d folder? Take a look at this document in the Apache's wiki: DistrosDefaultLayout |
|
Jan 25 |
comment |
What is the purpose of Apache2's configuration files? To complement this answer, the document DistrosDefaultLayout explains the differences among distros regarding the layout of config files for Apache. |
|
Dec 9 |
comment |
Backtrack 5 R2 Dual-Boot w/Windows 7 No Longer Loads Read carefully this link: hackingdna.com/2012/02/…. |
|
Dec 9 |
comment |
Backtrack 5 R2 Dual-Boot w/Windows 7 No Longer Loads You can use the install CD. It should give you the option safe mode. |
|
Dec 7 |
comment |
Why can I only use apt-get as super user ? Mint 14 Linux Try doing sudo -E apt-get install ... and tell us what happens. |
|
Dec 7 |
comment |
Why can I only use apt-get as super user ? Mint 14 Linux What is the syntaxis you're using to set the proxy? |
|
Dec 7 |
comment |
Why can I only use apt-get as super user ? Mint 14 Linux Aren't you issuing su -? If you are using just su, then I don't know why apt-get knows the proxy environment variable. How did you setup the proxy? |
|
Oct 10 |
comment |
Use Emulated Scrollwheel Instead of Real One X11 Which model is your mouse? |
|
Feb 21 |
comment |
Autocompletion for Makefile rules in tcsh Thanks again @Gilles, "sourcing" that file in Debian gives me immediately auto-completion for make |
|
Dec 9 |
comment |
Vim: mouse support lost after using netrw in xterm No, it keeps on working without any response to the mouse. |
|
Dec 1 |
comment |
vim horizontal line count Am I the only one wrong, or your question isn't clear enough? Are you asking about block selection? |
|
Nov 8 |
comment |
How to get the complete and exact list of mounted filesystems in Linux? You should also read the accepted answer to this question: unix.stackexchange.com/questions/12040/… |
|
Nov 2 |
comment |
convert djvu to pdf You can try these solutions: superuser.com/questions/100572/… |
|
Oct 30 |
comment |
SSH Public key comment separator Thank you for your answer. I didn't know that the separators were just blank spaces. |
|
Oct 28 |
comment |
How to run Abinit via MPI? Which distribution and version of linux are you using? |
|
Oct 28 |
comment |
Why am I getting a Non-existent class error in PHP on Fedora? It's been added as answer. :) |
|
Oct 27 |
comment |
Why am I getting a Non-existent class error in PHP on Fedora? You should compare the files php.ini used by Fedora and Ubuntu. There are probably a few different settings that make the difference. |
|
Oct 19 |
comment |
For a same unix or linux user, different sets of environment variables Indeed I already follow that strategy, so I have my own alias "sourcing" my custom .tcshrc. Thank you anyway! :D |