| bio | website | tkos.co.il |
|---|---|---|
| location | Tel Aviv, Israel | |
| age | ||
| visits | member for | 1 year, 1 month |
| seen | Nov 10 '12 at 15:35 | |
| stats | profile views | 20 |
Software and hardware development, primarily for embedded Linux, FreeRTOS and Open Source technologies
|
May 14 |
comment |
Editing a file without overwrite permission @mgorven - That's the best you can do! |
|
Apr 28 |
comment |
How do I shut down ports remotely without shutting myself out? Edited answer to address comment. |
|
Apr 19 |
comment |
Can't view Chinese chars in evince or xpdf I am guessing that you are trying to view a document produced on some other platform such as Windows that does not contain embedded fonts. Is this the case? |
|
Apr 17 |
comment |
Where are “headers” for other languages kept? I'd say '/usr/lib/<lang>/include'. 1+ |
|
Apr 10 |
comment |
User associated with a socket Add the output of 'ss -p' to your question. Have you tried 'netstat -net' as root? |
|
Apr 8 |
comment |
Shell script to detect PDFs with non-ASCII contents Did you look at this zeltser? |
|
Apr 7 |
comment |
Adding two default gateways in Debian interfaces file The kernel stores the metric but does not use it to route. To use the metric, you need to run a routing daemon such as quagga (was zebra) or bird. |
|
Apr 5 |
comment |
Adding two default gateways in Debian interfaces file I edited, adding metric parameters to get the desired route order. My system has a number of other interfaces that I edited out of the output, and my interface names are not ethX, so I am not 100% sure that my solution will work for you. Try it and let me know the results. |
|
Apr 3 |
comment |
Cross LFS - PPC - Error while compiling We need to know which kernel version you are compiling. You should see "instruction" used in the block if (cpu_has_feature(CPU_FTR_NODSISRALIGN)) { after line 704 |
|
Apr 2 |
comment |
What is an effective method for installing up-to-date software on an out-dated production machine? You can download rpm packages to your personal directory and then use these instructions to extract the files, including any executables |
|
Apr 1 |
comment |
Creating recursively sorted RAR archive Either mistake in my original post or an editing error. I re-edited now. Should read find * -type f | sort | xargs rar a ../eliezer.rar |