| bio | website | lekensteyn.nl |
|---|---|---|
| location | Netherlands | |
| age | 19 | |
| visits | member for | 1 year, 11 months |
| seen | 23 hours ago | |
| stats | profile views | 67 |
Former Kubuntu desktop user, now using Arch Linux. Open-source enthusiast, programming in JS, PHP, C and more.
Currently working on Bumblebee Project which provides support for Nvidia Optimus hardware on GNU/Linux.
|
Jun 10 |
awarded | Yearling |
|
Jun 5 |
answered | nVidia proprietary driver |
|
May 27 |
revised |
chmod: What does the `+a` parameter mean? mac os x hmm |
|
May 27 |
answered | chmod: What does the `+a` parameter mean? |
|
May 13 |
accepted | How do I build the iptables kernel module for a loaded kernel? |
|
May 13 |
comment |
How do I build the iptables kernel module for a loaded kernel? Oh, I also had to make M=net/netfilter for generic changes. |
|
May 13 |
comment |
How do I build the iptables kernel module for a loaded kernel? Thanks for your answer, but I'm already building with the same gcc version. |
|
May 13 |
comment |
How do I build the iptables kernel module for a loaded kernel? Yep, all my config files are backed up. I managed to build iptables like this: 1. copy .config and Module.symvers 2. make prepare&&make tools 3. make M=net/ipv4/netfilter 4. make M=net/ipv4/netfilter modules_install. Now I have to find out how to modprobe -r ip_tables so I can use the newly built modules. |
|
May 13 |
comment |
How do I build the iptables kernel module for a loaded kernel? I build my kernel in tmpfs, so modules_install has to recompile everything. Isn't there a smarter way as done with nouveau? |
|
May 12 |
asked | How do I build the iptables kernel module for a loaded kernel? |
|
May 12 |
comment |
Can the Linux kernel be compiled on Mac OS X 10.6.8? @Coder404 GNU binutils: gnu.org/software/binutils |
|
May 8 |
comment |
Why does tar --exclude=“.*” create an empty archive? You're not completely right on the dot part, although * does not match hidden files unless dotglob is set, subdirectories can still contain hidden files which are happily tarred if not using an exclude rule. |
|
May 6 |
answered | Batch copying/moving files in unix? |
|
May 6 |
comment |
Batch copying/moving files in unix?cp and mv are pretty good choices. What additional features do you need? For renaming, see unix.stackexchange.com/q/1136/8250 |
|
May 4 |
awarded | Popular Question |
|
Apr 24 |
comment |
Build a module from another kernel It should work, the kernel requirements are still like 2.6.37 |
|
Apr 24 |
answered | Build a module from another kernel |
|
Apr 21 |
comment |
Can Bumblee really help with Optimus Laptops? @user997704 With Bumblebee you need to run optirun [program name] to render applications on the graphics card. When installing Bumblebee, you should immediately notice power savings because the nvidia card is not powered. See also this Optimus question on AU |
|
Apr 3 |
answered | How can I pass strings with single quotes to grep? |
|
Mar 20 |
comment |
How to connect to a serial port as simple as using SSH? feels ashamed I wrongly connected the TX/RX :o |