Iizuki
A quiet enigma. We don't know anything about Iizuki yet.
Posts
See all 59 »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 7mo ago by Iizuki
GNU which does the trick: $ which find /usr/bin/find It's very likely already installed.
posted 3mo 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 7mo 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 8mo ago by Iizuki
They are defined in the Desktop Entry Specification. In fact there are also %f and %F options. They tell the desktop manager how the program handles multiple files. Like if I select a bunch of fil...
posted 9mo ago by Iizuki
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 8mo ago by Iizuki
Surely there exists a command to print out the system's mother board model? Opening up the chassis is not an option.
2 answers · posted 7mo ago by Iizuki · last activity 7mo ago by Matthias Braun
Reputation | 610 | |
Number of top-level posts | 27 | |
Number of answers | 32 | |
Sum of received votes (up minus down) | 80 | |
Number of edits made | 17 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 59 | |
Questions | 27 | |
Answers | 32 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 154 |
Flags raised | ||
---|---|---|
Count | 2 |