| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | 4 hours ago | |
| stats | profile views | 113 |
|
1d |
comment |
Converting *.ram to *.avi While ffmpeg is great for encoding, I'd prefer mplayer for a file in wtf-format. |
|
2d |
comment |
Any other way to define an environment variable? yes, as debian user you have a hard time reading man pages with an invariant section. use google for man bash. you will find your answers there |
|
May 17 |
comment |
How to stop users from Switching to Root user If my anser works for you, you may want to mark it as correct. |
|
May 14 |
comment |
Routing 4 Networks even with the /24 ? |
|
May 14 |
comment |
Routing 4 Networksip rule add from 10.45.15.0/24 table UseCable probably does the trick |
|
May 14 |
revised |
Routing 4 Networks added 1 characters in body |
|
May 14 |
comment |
Can AMD and NVIDIA display cards work together on linux? Well, the AMD engineer is probably right. And I think I remember that at least the AMD driver comes with its own libGL. Another reason not to use the CS drivers. |
|
May 14 |
comment |
Routing 4 Networks I edited my answer to include the RTs you need. You were supposed to only delete all DEFAULT routes but one. Not all the routes. |
|
May 14 |
revised |
Routing 4 Networks added 58 characters in body |
|
May 14 |
comment |
Routing 4 Networks you need to specify the whole "default via xxx" for route del. |
|
May 14 |
answered | Routing 4 Networks |
|
May 13 |
answered | Can AMD and NVIDIA display cards work together on linux? |
|
May 10 |
comment |
Vim syntax highlight length-delimited fields Vim has no generic concept of that. Vim can highlight keywords, patterns and stuff between two patterns. You are aiming for context sensitive highlighting rules, for patterns that adapt when matching. I never hacked vim, but theoretically you can get what you want by making vim first parse the file, then create specialized highlighting rules from a template and finally have vim use the specialized rules. |
|
May 7 |
comment |
LPIC-1 for non-professional experienced user LPIC-1 is not a problem in terms of required skills. LPIC-1 is a matter of knowledge. I don't know if the test changes, but not too long ago it included some questions, for example about printers and modems, about stuff people hardly need these days. Means to say: even though it is not a hard and quite doable test, you still need to study for it. |
|
May 5 |
comment |
Why is dnsmasq putting my router IP in /etc/resolv.conf instead of 127.0.0.1? Yes, it is unbelievable that the commercial (!) makes of Ubuntu would do that to their distribution, but they messed up their DNS. Check your machine B for files in /etc/resolvconf/ and see if any appears like it may be causing your problem. |
|
May 3 |
comment |
Can I duplicate my Apache server settings on a new Linux install? Why don't you just copy all the files from sites-available from your old install to the new install, den go to sites-enabled and create a symlink for each available site you want enabled? |
|
May 2 |
comment |
what's wrong with embedding php scripts inside bash ones? I would guess if you dont quote the here-document marker the character { is in interpreted as well. |
|
Apr 28 |
revised |
Reorder items in an XFCE4 menu included image |
|
Apr 28 |
suggested | suggested edit on Reorder items in an XFCE4 menu |
|
Apr 24 |
comment |
What does which's --tty-only option do? Nice! I did't realise which can do fancy things I always figured it for as dull a tool as there are. |