| bio | website | home.arcor.de/hirnstrom |
|---|---|---|
| location | berlin.de | |
| age | 47 | |
| visits | member for | 3 years |
| seen | May 2 at 21:26 | |
| stats | profile views | 101 |
scala, java, linux
searching job in Berlin.
|
May 2 |
awarded | Yearling |
|
Nov 10 |
comment |
Is there a simpler form of find . -name “*substring_of_filename*” on Mac OS X and Linux?iname is not equivalent, name is. It might be your favorite usage, but was not the question. |
|
Nov 10 |
comment |
Is there a simpler form of find . -name “*substring_of_filename*” on Mac OS X and Linux? @knittl: But locate is not restricted to the current dir and it's subdirs. |
|
Nov 10 |
comment |
Is there a simpler form of find . -name “*substring_of_filename*” on Mac OS X and Linux? @BenU: I don't have a System with Mac OS X, but on Linux, the need for quotes arises from the shell. If I don't quote the "*", the shell tries to expand it. It is not needed needed for find, and not, if the * doesn't match something in the current dir - then it is passed unchanged to find. You may try single quotes, which are allowed too in bash, but would prevent variable expansion (which isn't the case, here, but sometimes else) -name "*.pdf.$id" for example. |
|
Jul 22 |
awarded | Constituent |
|
Jul 9 |
awarded | Caucus |
|
Jun 18 |
comment |
Is it possible to sign archives? @grawity: Signed applets, zipped in a jar, ARE verified before execution. To generate a minimal shell script, which combines verification (jarsigner) with extraction (jar) will be trivial. |
|
Jun 15 |
comment |
Is it possible to sign archives? What do you mean with manual verification? What is the alternative? An autopopup, which verifies itself every 10 minutes? Shall the OS automatically verify the archive on boot up? When an archive is received - be it from CD, email-attachment, download, ...? Should it be a plugin in your virus scanner? |
|
May 19 |
revised |
Is it possible to sign archives? added links |
|
May 19 |
answered | Is it possible to sign archives? |
|
May 19 |
answered | How to transfer results to Excel |
|
May 18 |
comment |
Start Java GUI program as Root during Startup Linux @Ghost_000_cs: I didn't ask you why you prefer Java over C, but Antonio, who hasn't an account here, and gets no information about new comments. |
|
May 18 |
comment |
Start Java GUI program as Root during Startup Linux @Ghost_000_cs: ad 1) You automatically login as one user, don't you? Then add the program to the autostarted programs of that user. I guess - ad 2) instead of 'and fixing' I should have used 'and setting up '. To setup the sudoers file, read the manpage first, then ask a specific, new question. You can link to this thread for background information, to not repeat yourself. |
|
May 12 |
comment |
Start Java GUI program as Root during Startup Linux Can you explain why you think that especially Java programs are critical to run as root? Compared to what - python, C, C++, php? |
|
May 12 |
answered | Start Java GUI program as Root during Startup Linux |
|
May 2 |
awarded | Yearling |
|
May 2 |
comment |
Unix tools: what if a file is named minus something? Some remark wouldn't be wrong. |
|
Apr 28 |
comment |
Why I have to type “./” always before an executable to execute it in Linux? The answer is only partly correct. The problem could be surrounded if the current directory was only used as last option. Then standard tools would still be found first. |
|
Apr 23 |
comment |
Find multiple files in linux @PaulR: If you don't use regexexs, maybe, but both, find and locate, can handle regex, and therefore it can be alright here, imho. |
|
Apr 23 |
answered | Find multiple files in linux |