nemozone

a zone for no one and everyone :) Btw this blog is only for adults! Dieser Blog ist nur für Erwachsene!

sudo apt-get install lm-sensors

To query a live verbose output

watch sensors

You can stop the output via ctrl+c

If you are a fan of GUI output, there is the tool psensor

sudo apt install psensor

After the installation you can just start it from withing your GUI i.e. Desktop environment.

xrandr --query

xrandr -q

If you would like to have a GUI solution use arandr

sudo apt install -y arandr

https://gitlab.com/arandr/arandr/-/tree/release

https://wiki.ubuntuusers.de/RandR/#ARandR

lspci -nnk | grep -A3 "\[03..\]:" ``

Source: https://wiki.ubuntuusers.de/Grafikkarten/

sudo hwclock -r

source: https://www.thegeekstuff.com/2013/08/hwclock-examples/ source: man hwclock

*List all PCI devices.

  • Show a brief list of devices: lspci

  • Display additional info: lspci -v

  • Display drivers and modules handling each device: lspci -k

  • Show a specific device: lspci -s 00:18.3

  • Dump info in a readable form: lspci -vm

Source: curl cht.sh/lspci

dmidecode – DMI table decoder

dmidecode is a tool for dumping a computer's DMI (some say SMBIOS) ta‐ ble contents in a human-readable format. This table contains a descrip‐ tion of the system's hardware components, as well as other useful pieces of information such as serial numbers and BIOS revision. Thanks to this table, you can retrieve this information without having to probe for the actual hardware. While this is a good point in terms of report speed and safeness, this also makes the presented information possibly unreliable…

Source: man dmidecode

dmidecode Display the DMI (alternatively known as SMBIOS) table contents in a human-readable format. Requires root privileges.

  • Show all DMI table contents: sudo dmidecode

  • Show the BIOS version: sudo dmidecode -s bios-version

  • Show the system's serial number: sudo dmidecode -s system-serial-number

  • Show BIOS information: sudo dmidecode -t bios

  • Show CPU information: sudo dmidecode -t processor

  • Show memory information: sudo dmidecode -t memory

source: curl cht.sh/dmidecode

Enter this in the terminal of your choice

[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS

You the querry is UEFI the you use UEFI else BIOS

Source: https://askubuntu.com/questions/162564/how-can-i-tell-if-my-system-was-booted-as-efi-uefi-or-bios/162896#162896

canvas blocker clearurls decentraleyes duckduckgo privacy essentials # empfehle ich nicht mehr! etag stoppa gnome shell integration httpseverywhere linkcleaner+ neat url noscript offline qr code generator privacy badger privacy redirect LibRedirect Privacy-Oriented Origin Policy Skip Redirect Smart Referer Temporary Containers trackmenot uBlock Origin Unpaywall Redirect AMP to HTML https://www.daniel.priv.no/web-extensions/amp2html.html Mitaka https://addons.mozilla.org/en-US/firefox/addon/scihub-injector/ https://github.com/iamadamdev/bypass-paywalls-chrome https://addons.mozilla.org/de/firefox/addon/amp2html/

New additions:

https://addons.mozilla.org/en-US/firefox/addon/archiveror/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search https://mybrowseraddon.com/webrtc-control.html https://webextension.org/listing/allow-right-click.html https://github.com/ray-lothian/UserAgent-Switcher

this is in german.

Source: https://wiki.ubuntuusers.de/Magic_SysRQ/

Here you can find the english explanation from good ol wikipedia

Source: https://en.wikipedia.org/wiki/Magic_SysRq_key

Depending on your hardware this can vary cause somne hardware vendors do their own thang :)

Hold Alt and Print keep them holdede. Then while still holding Alt and Print press one after another R + E + I + S + U + B here you can find two mnemonis

Raising Elephants Is So Utterly Boring Reboot Even If System Utterly Broken

Not all Magic keys are enabled by default, check out this article for further reading in English

Alt + Print + O shuts your PC/Laptop down. Alt + Print + K can be used as a substitute for donotzap i.e., CTRL+ALT+Backspace

https://linuxconfig.org/how-to-enable-all-sysrq-functions-on-linux

I'm not a fan of IBM, but knowledge is knowledge.

Source: https://developer.ibm.com/technologies/linux/tutorials/l-lpic1-map/