Helpful terminal commands
Even if, contrary to popular opinion, the use of a terminal in Linux is not absolutely necessary, it does offer some advantages. Terminal commands give you output faster than pushing the mouse. Terminal commands can be controlled and linked in a variety of ways using arguments and are therefore the method of choice for more complex problem solving.
To open a terminal, click on the icon at the bottom left of the bottom menu bar or press Ctrl + Alt + t on the keyboard.
If a command is refused with the note "permission denied" or root rights are required, type "sudo" before the command used, e.g. "sudo zzzfm"
For further information use the --help option e.g. "apt --help" or the man pages "man apt"
Application | Description |
---|---|
acpi (-V) | Information about the power system such as battery status, battery status, etc. |
(sudo) apt | Package manager
Application: |
dd | Bit-accurate copying
Example:
|
eject -T | ejects CDs or DVDs if the button on the drive is defective. |
grep | filters the output of commands
|
(sudo) inxi | System information
|
iwconfig | Displays information about WLAN connections. |
lsblk | list block devices such as hard drives and their partitions. |
lspci | lists all discovered PCI devices
|
lsusb | lists all detected USB devices. |
rfkill | Tool for radio modules such as Wifi, Bluetooth etc.
Unlock a hard-blocked device:
|
(sudo) shred | Tool to securely wipe devices or partitions
Use: |
sudo | Command to get root permissions
There is no sudo password set up in Labtix, so entering a password is not required. |
wipefs | Quick deletion of file systems
Use: |
xkill | Tool to close windows that don't respond
Use: |
xrandr | Tool for setting the graphical (X) server
|
Continue reading to the next page:
Labtix 1 [archive]
Go back to read the previous page:
Labtix boot setting and persistence