| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 6 months |
| seen | Jun 10 '12 at 16:17 | |
| stats | profile views | 99 |
|
Dec 15 |
awarded | Yearling |
|
Aug 1 |
awarded | Enlightened |
|
Aug 1 |
awarded | Nice Answer |
|
Jun 8 |
awarded | Caucus |
|
Dec 15 |
awarded | Yearling |
|
Jun 6 |
comment |
Backing up MySQL Database (Up to a month or while theres space) You should be aware, that the binary files in /var/lib/mysql/ may not be in a usable state (i.e. out of sync with each other) while mysql is running. To backup these files you will have to stop the database first, thereby syncing them. Also, using these files with another version of mysql might not be possible! |
|
Apr 5 |
answered | How to view dvi files with evince |
|
Feb 3 |
comment |
“lo: Disabled Privacy Extensions” and ipv6 disabling? @Smartkid: Well, there is this exhaustion thing: APNIC |
|
Jan 26 |
comment |
Use real browser instead of w3m on SSH connections Why can you not connect to the remote server via http? Do you specifically need the request to originate from localhost for testing purposes? @Javier X forwarding, especially for firefox, is heavy on bandwidth and I would not recommended it for non-local connections. |
|
Jan 19 |
comment |
always prompt the user before executing a command in the shell Do you really want that for any command? Including cd and ls? |
|
Jan 17 |
answered | Is there a way to create a hidden account? |
|
Jan 13 |
answered | How do I find the build dependencies of a package? |
|
Jan 13 |
revised |
How can I customize a system locale? added link for generating custom locale |
|
Jan 13 |
comment |
How can I customize a system locale? I see. Taking en_US for LC_NUMERIC and de_DE for LC_MONETARY and LC_MEASUREMENT gives you other side effects? See also the new link for generating a personal locale. |
|
Jan 13 |
answered | How can I customize a system locale? |
|
Jan 11 |
awarded | Commentator |
|
Jan 11 |
comment |
Automatically mount sshfs on startup? I believe in newer releases, you should use the network manager scripts for this task, see e.g. this guide. Christopher's link however also covers questions for password and allow_others etc. |
|
Jan 10 |
comment |
How do I permanently add an identity for SSH? To copy the key to ther server you can just use ssh-copy-id -i ~/.ssh/id_dsa.pub serveruser@servername or ~/.ssh/id_rsa.pub respectively. Actually, if you use the default name for the key file you do not even have to specify it. |
|
Jan 6 |
comment |
Alt+F2 (Run Application) doesn't work for custom commands Yes, if .profile is being executed by a bash! The conditional checks for the $BASH_VERSION being defined, which Gnome won't do. And by the way, removing the condition will result in problems with some desktop environments, such as LXDE. |
|
Jan 4 |
comment |
How to assign correct permissions to both webserver and svn users? The user www-data is automatically a member of the group www-data. You could add the svnuser to that group as well. But if the group has write-permission on the directory (and its subdirectories) the www-data user should be able to upload files to that directory. |