Iizuki
A quiet enigma. We don't know anything about Iizuki yet.
Posts
See all 68 »uname, short for Unix Name, is part of GNU coreutils, and thus very likely already installed: $ uname --kernel-release 6.13.3-...
posted 11mo ago by Iizuki
How to get the version of the currently running Linux kernel? I'm looking for a commandline solution, but feel free to post GUI solutions as well.
3 answers · posted 11mo ago by Iizuki · last activity 3mo ago by Mr. Beedell, Roke Julian Lockhart (RJLB)
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 1y ago by Iizuki · last activity 1y ago by samcarter
How to convert a json file to yaml? Technically json is already valid yaml, but I'm talking about the characteristic easy-to-read yaml formatting with indentation and minimal quotes.
1 answer · posted 2y ago by Iizuki · last activity 2mo ago by ArtOfCode
GNU which does the trick: $ which find /usr/bin/find It's very likely already installed.
posted 1y ago by Iizuki
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 1y 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 2y ago by Iizuki · last activity 1y ago by Quasímodo
This is how to save it to a file: $ gpg --export --armor key-id > my-key.pub --armor stands for the format with printable characters.
posted 2y ago by Iizuki
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 2y ago by Iizuki
| Reputation | 910 | |
| Number of top-level posts | 32 | |
| Number of answers | 36 | |
| Sum of received votes (up minus down) | 124 | |
| Number of edits made | 19 | |
Earned Abilities
Statistics
| Posts | ||
|---|---|---|
| Count | 68 | |
| Questions | 32 | |
| Answers | 36 | |
| Articles | 0 | |
| Votes cast | ||
|---|---|---|
| Count | 198 | |
| Flags raised | ||
|---|---|---|
| Count | 2 | |
