| bio | website | let.the.reblochon.be |
|---|---|---|
| location | France | |
| age | 26 | |
| visits | member for | 1 year, 6 months |
| seen | 12 hours ago | |
| stats | profile views | 9 |
|
Jun 3 |
revised |
How can find support large files? deleted 2 characters in body |
|
Jun 3 |
asked | How can find support large files? |
|
May 28 |
accepted | How can I defragment my SSD on linux? |
|
May 28 |
revised |
How can I defragment my SSD on linux? added 77 characters in body |
|
May 27 |
asked | How can I defragment my SSD on linux? |
|
May 16 |
comment |
At init, run my own script instead of the shell You might have missed my first sentence: "this is purely theoretical". I have no plans to spread my own buggy version of linux for the moment, I just want to know how I could do it if I wanted to. |
|
May 16 |
asked | At init, run my own script instead of the shell |
|
May 13 |
asked | Why is brk(0) called? |
|
May 12 |
comment |
Linux/GParted can see partition table but dd bs=512 count=1 can't hmm. maybe because you don’t use one? The magic with GPT is the Partition Table which replaces the MBR (but the MBR can be preserved in order for boot loaders that expect one to keep working). |
|
May 12 |
comment |
Linux/GParted can see partition table but dd bs=512 count=1 can't what do you mean by dd is unable to read the data ? |
|
May 12 |
awarded | Commentator |
|
May 12 |
comment |
Linux/GParted can see partition table but dd bs=512 count=1 can't What output does dd give? |
|
May 12 |
comment |
Can I launch a process as root without launching root's login shell? what about su? or gksu? something like su -c 'sed -i s,root:/:zsh,root:/:/usr/bin/zsh, /etc/passwd' |
|
May 12 |
accepted | Can I pipe any two processes to each other? |
|
May 12 |
comment |
Does one end of a pipe have both read and write fd? Shouldn’t less be forked before ls? writing to a pipe causes an error when the other end is closed. |
|
May 12 |
comment |
Can I pipe any two processes to each other? @msw do you mean that the 2 processes need to have the same direct parent? being cousin (i.e. having a common grandparent) is not enough? |
|
May 12 |
asked | Finding all the hard-links of a file without traversing the file system |
|
May 12 |
asked | Can I pipe any two processes to each other? |
|
May 12 |
comment |
Turn off buffering in pipe Why doesn’t this get more upvotes? it's a better solution imho. Does it have any downsides? |
|
May 12 |
comment |
Turn off buffering in pipe The link for "unbuffer" is dead |