| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 8 months |
| seen | Apr 28 at 7:27 | |
| stats | profile views | 22 |
Open Source CCTV software: https://github.com/rameus/PyNetCCTV/wiki/PyNetCCTV-Home
|
Oct 15 |
answered | How to run a file with sudo without a password? |
|
Sep 12 |
awarded | Yearling |
|
Oct 1 |
comment |
HSDPA modem only working on certain USB ports It might be interesting to see the output of dmesg in each case too. |
|
Sep 21 |
comment |
Kernel panic when booting from USB If you want to change to linux (and have a CD drive) then have a go at installing from CD. If you get the same kernel panic then update your answer to say so. |
|
Sep 21 |
comment |
Why does turning Caps Lock off take such a long time to work? I had this problem a few years ago, and I fixed it. Or it went away. I've just looked back at old xorg.conf files, and I think that maybe the following line (in the Keyboard "InputDevice" section) might have fixed it. I'm really not sure though... : Option "AutoRepeat" "500 30" |
|
Sep 21 |
comment |
How to Install rpm with dependences AFAIK synaptic or kpackagekit will install a local rpm and automatically sort out the dependencies - or at least they'll have a go... |
|
Sep 20 |
awarded | Commentator |
|
Sep 20 |
comment |
Not able to setup delete and backspace compatibility in terminal They should work by default - what is it you want them to do? If there's a problem then maybe your keyboard isn't set to the correct keymap... |
|
Sep 20 |
answered | Why do I need to run source command for making .bash_profile alias available? |
|
Sep 20 |
comment |
Bugzilla is not running - Access forbidden To follow a symlink a user needs to be able to navigate to the folder in question, so needs X all the way. If you don't like this then you could use mount (-o bind, from memory) to mount your folder on top of /var/www/bugzilla. |
|
Sep 19 |
answered | Bugzilla is not running - Access forbidden |
|
Sep 19 |
comment |
Bugzilla is not running - Access forbidden Oh, and the apache error_log file might well tell you more about the problem. |
|
Sep 18 |
comment |
Cursor stuck in select mode Does pressing ESC during this problem get you out of select mode? |
|
Sep 16 |
awarded | Editor |
|
Sep 16 |
revised |
ssh -X “Xt error: Can't open display: :0.0” added 259 characters in body |
|
Sep 16 |
comment |
ssh -X “Xt error: Can't open display: :0.0” I'll edit the answer... (1) |
|
Sep 16 |
comment |
ssh -X “Xt error: Can't open display: :0.0” What's your local machine running? The :0.0 is concerning, since it's the default for a local X server, not a remote one... |
|
Sep 16 |
answered | ssh -X “Xt error: Can't open display: :0.0” |
|
Sep 14 |
comment |
Pgagent startup script (under the postgres user) Try adding -l 2 to the args for pgagent for more verbose logging and post back. |
|
Sep 13 |
comment |
“Cannot import name genshi” error when installing the Swab library It's worth seeing if the right files are there. What do you get for the following? "cd /usr/local/lib/python2.6/dist-packages/ && find -name pestotools* -print" |