2,293 reputation
916
bio website gertvangool.be
location Blankenberge, Belgium
age 26
visits member for 2 years, 9 months
seen May 14 at 8:03
stats profile views 74

I'm an engineer at WeePee developing on their VOIP platform and maintaining servers.

Interested in reading, hiking, photography and long-term/ecological buildings. I take pictures at http://photos.gertvangool.be.


Oct
6
awarded  Commentator
Oct
6
comment Ubuntu won't Hibernate
Are you running Ubuntu 64 bit? I'm experiencing a slew of problems on 64bit and nvidia graphics cards.
Oct
6
answered Why does my vim-7.3 compile fail to include clientserver?
Oct
6
comment Why does my vim-7.3 compile fail to include clientserver?
It is possible you lack certain dependencies for those features.
Oct
5
answered LiveCD web browser distro
Oct
1
awarded  Enlightened
Sep
23
comment How do I get a mapping of Pid to Port?
It might be better to use netstat -nap | grep :7080. Especially for lower ports it reduces the output a lot.
Sep
23
comment samba does not work when offline
What network setting are you using in VirtualBox? NAT, Bridged, ...
Sep
22
comment Reseting USB for scanner
It might be handy to know the distro and scanner.
Sep
14
answered What does the Broken pipe message mean in an SSH session?
Sep
14
awarded  Organizer
Sep
14
revised How can I tell *which* application is asking for access to gnome-keyring/Seahorse?
edited tags
Sep
11
answered Sending audio through network
Sep
10
awarded  Nice Answer
Sep
9
answered Specifying which git repo to use
Sep
9
answered How to remove a file from the git index
Sep
3
awarded  Enlightened
Sep
3
awarded  Nice Answer
Sep
2
comment How to find binary executables within a directory
I'd say use find -type f -executable -exec sh -c "file -i '{}' | grep -q 'x-executable; charset=binary'" \; -print. It will only give you files (and thus can be passed to the next command he wants to run)
Sep
1
comment How to power off a system but still keep it available on the network
Where could I find ethertool?