| bio | website | vi-server.org |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | May 8 at 7:51 | |
| stats | profile views | 3 |
|
Apr 10 |
awarded | Yearling |
|
Mar 11 |
awarded | Popular Question |
|
Mar 6 |
awarded | Editor |
|
Mar 6 |
revised |
How to prevent a process from writing files Fix example statement (deny _writing_, not reading); also fix name of "syscall_limiter" project. |
|
Mar 6 |
comment |
How to prevent a process from writing files Note that secure approach is to whitelist syscalls, not to blacklist them. If too much is denied, external unsanboxed helpers can be used to assist the program. With LD_PRELOAD such helpers can be made transparent to the program we running. |
|
Mar 6 |
suggested | suggested edit on How to prevent a process from writing files |
|
Mar 6 |
awarded | Supporter |
|
Oct 18 |
awarded | Necromancer |
|
Oct 18 |
awarded | Teacher |
|
Sep 11 |
awarded | Scholar |
|
Aug 7 |
accepted | How Debian package should create user accounts? |
|
Aug 6 |
comment |
How Debian package should create user accounts? The link is too general. I already tried to quick-search like "Debian policy useradd" or "Debian policy create new user" but have not found anything useful. Please include the link to section that describes using "adduser" (or useradd?) to postinst (or preinst?), how the user should be named, what other things I need to think about... |
|
Aug 6 |
asked | How Debian package should create user accounts? |
|
Jul 31 |
comment |
Are there alternatives for `dd`?ddrescue - - -> Infile and outfile are the same., ddrescue /dev/stdin /dev/stdout -> Infile and outfile are the same.. Bad beginning of the story... |
|
Jul 31 |
comment |
Are there alternatives for `dd`? 1. bs=1 => the whole pipeline is slow. For example I may want to dump video file starting from some exact frame. 2. "It takes some arithmetic" => not very suitable for oneliners and routine shell commands. |
|
Jul 31 |
comment |
Are there alternatives for `dd`? The main wrong thing is inability to seek to or skip fractional blocks. Second wrong thing that status=noxfer is not default and is broken and that I need iflag=fullblock (omit in some script => broken data). |
|
Jul 31 |
awarded | Student |
|
Jul 31 |
asked | Are there alternatives for `dd`? |
|
Apr 10 |
answered | Using a named pipe as ffmpeg/avconv's input for streaming |
|
Apr 1 |
answered | Determine the size of a block device |