| bio | website | wirespeed.xs4all.nl/mediawiki |
|---|---|---|
| location | Eindhoven, Netherlands | |
| age | 43 | |
| visits | member for | 1 year, 3 months |
| seen | 2 days ago | |
| stats | profile views | 154 |
Do you love your Pets as much as I do? Check the Q&A proposal!
Thirsty? Check this new Q&A site: Beer
I'm into:
- Linux;
- Networking;
- IT Security;
- Perl;
- System integration;
- Arduino;
- ATtiny & ATmega Microcontrollers;
- Analog electronics;
|
Jan 8 |
comment |
Reserve Ports for modem Please share your file in your question. |
|
Jan 4 |
comment |
Reserve Ports for modem Does unbuffer udevadm monitor --environment | grep 'ID_SERIAL=' output different serial numbers for both modems when detaching/attaching it? |
|
Jan 2 |
comment |
Problem accessing an Apache-hosted folder First figure out what physical directory is related to http://localhost/repos. Then check all parent directories of proper privileges for the user your webserver is running under. |
|
Jan 2 |
comment |
Why can't Steam's window be dragged or moved normally? Screenshot? Including a normal window and a steam window? |
|
Jan 2 |
comment |
How to disable select-on-release right mouse button in Linux What X server software are you using on your Windows box? |
|
Dec 27 |
comment |
Capture screen content for error parsing Check script but again you have an extra file on your system to worry about. |
|
Dec 26 |
comment |
list of vitualization technology that run on linux Like this? en.wikipedia.org/wiki/Comparison_of_platform_virtual_machines |
|
Dec 26 |
comment |
useradd fails on archlinux What happens when you leave out the spaces in lp, scanner, au.........? |
|
Dec 26 |
comment |
Finding computer uptime from first day until now What is the actual problem you are trying to solve? |
|
Dec 25 |
comment |
How to backup debian system? Creating images is very slow as you generally copy the entire harddisk, regardless of what's on it. Usually the system has to go down and booted from a different medium. Perhaps easiest for you is to create an image once in a while and combine that with regular file backups. Best of both worlds. |
|
Dec 25 |
comment |
How to backup debian system? In contrast to your comment above, dirvish is file backup, it doesn't do full disk images. Dirvish is very good to do daily backup of all changed files. It is really fast and economic though for that. |
|
Dec 25 |
comment |
Why won't my bash script exit after execution? (k)ubuntu 12.10 |
|
Dec 25 |
comment |
Why won't my bash script exit after execution? yup. What OS / distribution are you on? |
|
Dec 25 |
comment |
Why won't my bash script exit after execution? Strange, I copied your script and works fine here. Only difference is that I didn't use an exit 1 |
|
Dec 25 |
comment |
How to backup debian system? What retention time? Do you want off site storage? Tapes? Disks? |
|
Dec 25 |
comment |
How to backup debian system? File backup or image backup? With a file backup you cannot do a full restore without an already working operating system, but ideal for restoring one or more lost/corrupted files; With an image backup, each backup set is huge, but comes with the advantage that a complete system can be recovered to the state it was in at the time of the backup. Restoring a single file from an image is nearly impossible. |
|
Dec 25 |
comment |
Why won't my bash script exit after execution? does it work with another program? Eg.: xclock? |
|
Dec 25 |
comment |
Changing permissions for files in linuxchmod 777 is very high in the top-10 of worst Unix practices ever. Especially in combination with -R. Your files can loose vital properties (like s-bits) and everybody can change the files and directories. You do not want that. |
|
Dec 25 |
comment |
ncmpcpp character problem What does set | grep LANG say? |
|
Dec 25 |
comment |
NFS server causes high load even when idle What is the output for dstat -cdD sdb -ng 60 3? Wait three minutes for the command to complete. |