Iizuki
A quiet enigma. We don't know anything about Iizuki yet.
Posts
See all 62 »How to convert a markdown file to PDF? The final PDF output should represent the rendered markdown file. Bonus points if the method also preserves colored emojis. Both CLI and GUI solutions are we...
2 answers · posted 4mo ago by Iizuki · last activity 4mo ago by samcarter
dmidecode can do this. Here's an example output from my system: # dmidecode --type 2 Getting SMBIOS data from sysfs. SMBIOS 3.1.1 present. Handle 0x0002, DMI type 2, 15 bytes Base Board Info...
posted 11mo ago by Iizuki
GNU which does the trick: $ which find /usr/bin/find It's very likely already installed.
posted 7mo ago by Iizuki
How to apply a logical not to a shell command, e.g. in a Bash script? So if the command exited with 0 (success) I would like it to be changed to a non-zero value, and if it exited with a non-zero ...
1 answer · posted 1y ago by Iizuki · last activity 11mo ago by Quasímodo
xmllint from xmllib2 can do this: $ output-dirty-xml | xmllint --format - The dash in the end tells xmllint to read from stdin instead of a file. Source: manpage
posted 1y ago by Iizuki
uname, short for Unix Name, is part of GNU coreutils, and thus very likely already installed: $ uname --kernel-release 6.13.3-...
posted 30d ago by Iizuki
Suppose the machine is short on memory and the OOM Killer has selected a target process to shut down (in order to reclaim memory). How does the OOM killer actually kill the process? Is it done usi...
1 answer · posted 5mo ago by Iizuki · edited 5mo ago by Karl Knechtel

Reputation | 675 | |
Number of top-level posts | 29 | |
Number of answers | 33 | |
Sum of received votes (up minus down) | 90 | |
Number of edits made | 18 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 62 | |
Questions | 29 | |
Answers | 33 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 170 |
Flags raised | ||
---|---|---|
Count | 2 |