| bio | website | |
|---|---|---|
| location | Marseille, France | |
| age | 32 | |
| visits | member for | 9 months |
| seen | 2 hours ago | |
| stats | profile views | 82 |
Bioinformatician and long-time Linux geek.
|
3h |
answered | Running K3b from the command line |
|
3h |
comment |
Running K3b from the command line Is there a specific reason you want to use k3b (a GUI app) and not a command line tool? You can rip/burn/copy CDs directly from the command line with no need for k3b or similar. |
|
1d |
comment |
How to update remote file? Print out the data, walk to the server's location, log on to the server, copy the data into the file :). |
|
1d |
comment |
How to update remote file? What do you need to update? What content? How do you connect to the remote server? The more information you give, the likelier it is someone will be able to answer you. |
|
1d |
comment |
Automating tasks on a website on a headless server We would need to know how the login is performed, what the task is, what the webpage looks like (simple html, php, javascript etc). You question is not answerable in its current form. |
|
1d |
answered | How to automate connecting to multiple network devices, running a command and saving the output to a file? |
|
2d |
answered | sed command to leave two decimals and remove the rest after comma |
|
May 22 |
comment |
How to get name of Display Manager on Linux? @JosephR. that is probably because the root user has not started any Desktop Session, it is your user who has launched it. |
|
May 21 |
comment |
How can I display octal notation of permissions with ls - and can octal represent all permissions? @cwd the file sizes will align just fine if you remove the %h which is what changes the line length. %h is the number of hard links to the file which is not something you need most times you run ls. |
|
May 20 |
comment |
get free string genre id3-tag and not only genre number in bash script What does eyeD3 give you? I can see an arbitrary text string as genre: eyeD3 foo.mp3 | grep genre | cut -f 3 returns genre: foobar (id None) |
|
May 17 |
answered | How do I pipe colored diff output to less? |
|
May 17 |
comment |
Rename two files Is there any reason why touch is needed? echo will create the file and you can just chmod it at the end. |
|
May 17 |
revised |
Colorful ssh banner added 2015 characters in body |
|
May 17 |
revised |
Colorful ssh banner added 131 characters in body |
|
May 17 |
answered | Colorful ssh banner |
|
May 17 |
comment |
Can sed remove 'double' newline characters? @ruakh thanks! I'd never heard of that one. |
|
May 17 |
comment |
Can sed remove 'double' newline characters? @StephaneChazelas you're quite right on both counts, answer edited. |
|
May 17 |
revised |
Can sed remove 'double' newline characters? added 1145 characters in body |
|
May 16 |
answered | How to select 30 files and do a bunch of sed commands on them |
|
May 16 |
revised |
Replace certain strings with value from former line typo |