mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

586
comptes actifs

#commands

0 message0 participant0 message aujourd’hui

Linux Command Reference by Michael Kofler, 2025

Linux users, your go-to desktop reference is here! Find practical commands for the Linux tasks you perform, from managing files to working with graphics systems to programming with Bash. Commands are grouped by topic and listed alphabetically to help you quickly find what you’re looking for, and options are listed for each entry to help you modify your commands.

@bookstodon
#books
#nonfiction
#Linux
#commands
#reference

A couple of command-line tools I’ve recently switched to using:

- yazi as file manager instead of lf (fast and, for me at least, more intuitive and better handles default editor)

terminaltrove.com/yazi/

- ouch for compression/decompression from CLI instead of getting the fucking unintuitive flags wrong every fucking time

terminaltrove.com/ouch/

(Thanks to @orhun for the recent link to Terminal Trove for the new finds.)

terminaltrove.comyazi - Terminal TroveBlazing fast terminal file manager written in Rust, based on async I/O. - Discover more CLI and TUI tools like yazi and much more on Terminal Trove.

The list of command-line and menu entry commands.

Source: GNU manual

blocklist: Get the block list notation of a file

boot: Start up your operating system

cat: Show the contents of a file

chainloader: Chain-load another boot loader

cmp: Compare two files

configfile: Load a configuration file

debug: Toggle the debug flag

displayapm: Display APM information

displaymem: Display memory configuration

embed: Embed Stage 1.5

find: Find a file

fstest: Test a filesystem

geometry: Manipulate the geometry of a drive

halt: Shut down your computer

help: Show help messages

impsprobe: Probe SMP

initrd: Load an initrd

install: Install GRUB

ioprobe: Probe I/O ports used for a drive

kernel: Load a kernel

lock: Lock a menu entry

makeactive: Make a partition active

map: Map a drive to another

md5crypt: Encrypt a password in MD5 format

module: Load a module

modulenounzip: Load a module without decompression

pause: Wait for a key press

quit: Exit from the grub shell

reboot: Reboot your computer

read: Read data from memory

root: Set GRUB's root device

rootnoverify: Set GRUB's root device without mounting

savedefault: Save current entry as the default entry

setup: Set up GRUB's installation automatically

testload: Load a file for testing a filesystem

testvbe: Test VESA BIOS EXTENSION

uppermem: Set the upper memory size

vbeprobe: Probe VESA BIOS EXTENSION

Hey #Linux #infosec, let's learn some things about most commonly used 'echo' command.

What does echo command do?
It echoes the input that it receives.

-> echo Hello World
Hello World

White space removal:~
Parts that are separated by one or more consecutive white spaces are considered seperate arguments. The shell effectively cuts command into one or more arguments.

Single & Double quotes prevent the removal of white spaces.
-> echo 'Hello              World'
Hello              World
-> echo "Hello              World"
Hello              World

echo -e allows quoted lines to include special escaped characters.

-> echo -e "This is \na new world"
This is
a new world
-> echo -e "This is \ta new world"
This is            a new world

#linux #commands

Subscribe - youtube.com/@linuxforloveandpa

Support - amoghavarsha.in/support/

$$ @ @ ```

#Commands#
help :displays this message.
date :displays the servers date/time.
calculate [equation] :takes [equation] and does the
math.
info :displays info about the server.
fizz_buzz :because why not.
set [variable] [value] :sets [variable] to [value].
get [variable] :displays value of [variable].
delete [variable] :deletes [variable].
list :lists all variables that you currently have.
github :replies with github link.
search :searches the web using duckduckgo and replies
with 5 results.
#variables#
result :contains the results of the previews calculation.
post_length :length of post in characters.
line_length :length of each line in a post +/- a little
depending on the word lengths.
#calculate only variables#
epoch :contains the seconds since the last unix epoch.
minute :1 minute in seconds.
hour :1 hour in seconds.
day :1 day in seconds.
year :1 year in seconds.
pi :20 decimal places of the constant pi.
```

A répondu dans un fil de discussion

$$ @ @ ```

#Commands#
help :displays this message.
date :displays the servers date/time.
calculate [equation] :takes [equation] and does the
math.
info :displays info about the server.
fizz_buzz :because why not.
set [variable] [value] :sets [variable] to [value].
get [variable] :displays value of [variable].
delete [variable] :deletes [variable].
list :lists all variables that you currently have.
github :replies with github link.
search :searches the web using duckduckgo and replies
with 5 results.
#variables#
result :contains the results of the previews calculation.
post_length :length of post in characters.
line_length :length of each line in a post +/- a little
depending on the word lengths.
#calculate only variables#
epoch :contains the seconds since the last unix epoch.
minute :1 minute in seconds.
hour :1 hour in seconds.
day :1 day in seconds.
year :1 year in seconds.
pi :20 decimal places of the constant pi.
```