general tiding-up

master
Alessandro Mauri 6 years ago
parent abb63b5dbd
commit 10f18784ca
  1. 23
      to_remember.txt

@ -50,7 +50,8 @@
-"acpi" is kinda important in laptops "acpi -i" for info, also "thinkpad_acpi" should be noted -"acpi" is kinda important in laptops "acpi -i" for info, also "thinkpad_acpi" should be noted
-GREP or "grep" is the most beautiful thing in the fucking universe, use it to filter results like: -GREP basics:
GREP or "grep" is the most beautiful thing in the fucking universe, use it to filter results like:
"ps ax | grep whatyouwant" and it will find it another example is "dmesg | grep whatyouwant" "ps ax | grep whatyouwant" and it will find it another example is "dmesg | grep whatyouwant"
the | is used to pipe the output in another program like, can you guess it? grep the | is used to pipe the output in another program like, can you guess it? grep
@ -107,7 +108,8 @@
-Speeduino, the Arduino based ECU (engine management unit) "https://speeduino.com/wiki/index.php/Speeduino" -Speeduino, the Arduino based ECU (engine management unit) "https://speeduino.com/wiki/index.php/Speeduino"
-If facing compiling errors in zerynth, manually recompile the compiler for the board in ""~/.zerynth2/sys" -Recompiling compilers for zerynth:
If facing compiling errors in zerynth, manually recompile the compiler for the board in ""~/.zerynth2/sys"
for example replacing the xtensa-lx106 compiler (esp8266) goes: for example replacing the xtensa-lx106 compiler (esp8266) goes:
1-Move the old compiler folder somewhere safe (~/.zerynth2/sys/xtensa-lx106) 1-Move the old compiler folder somewhere safe (~/.zerynth2/sys/xtensa-lx106)
2-Clone and compile (as standalone) new compiler in a temporary folder, guide here -> "http://domoticx.com/sdk-esp8266-xtensa-architecture-toolchain/" 2-Clone and compile (as standalone) new compiler in a temporary folder, guide here -> "http://domoticx.com/sdk-esp8266-xtensa-architecture-toolchain/"
@ -119,12 +121,15 @@
-Pay attention of those sneaky KDE bastards, mostly everything which begins with k is EVIL -Pay attention of those sneaky KDE bastards, mostly everything which begins with k is EVIL
-To fix arduino permissions "ls -la /dev/tty*" and see which group TTYs are in, then add yourself to that group: -Fixing Arduino permissions:
Source: https://www.howtogeek.com/50787/add-a-user-to-a-group-or-second-group-on-linux/
"ls -la /dev/tty*" and see which group TTYs are in, then add yourself to that group:
"usermod -a -G examplegroup exampleusername" or just use "$USER" to add current user, then reboot. "usermod -a -G examplegroup exampleusername" or just use "$USER" to add current user, then reboot.
Source in: https://www.howtogeek.com/50787/add-a-user-to-a-group-or-second-group-on-linux/
-To theme your gnome download the theme packages at "https://www.gnome-look.org/" and unzip them, then depending if it is an icon -Theming gnome:
theme or an normal theme place them in "/usr/share/icons" or "/usr/share/themes" accordingly download the theme packages at "https://www.gnome-look.org/" and unzip them
then depending if it is an icon theme or an normal theme place them in
"/usr/share/icons" or "/usr/share/themes" accordingly
-Simba https://github.com/eerimoq/simba -Simba https://github.com/eerimoq/simba
@ -155,7 +160,8 @@
CR-10 "https://www.youtube.com/playlist?list=PLY_0BKX9I82aiEm96d0tvK3KWw1opw6dR" CR-10 "https://www.youtube.com/playlist?list=PLY_0BKX9I82aiEm96d0tvK3KWw1opw6dR"
Electronic basics "https://www.youtube.com/playlist?list=PLY_0BKX9I82b5DYjdoY-iGHgfqH6Msv4A" Electronic basics "https://www.youtube.com/playlist?list=PLY_0BKX9I82b5DYjdoY-iGHgfqH6Msv4A"
-Nixie tubes and stuff: https://threeneurons.wordpress.com/miscellaneous-projects/improvised-tube%20sockets/ -Nixie tubes and stuff:
https://threeneurons.wordpress.com/miscellaneous-projects/improvised-tube%20sockets/
https://threeneurons.wordpress.com/nixie-power-supply/ https://threeneurons.wordpress.com/nixie-power-supply/
https://threeneurons.wordpress.com/links/data-sheets/ https://threeneurons.wordpress.com/links/data-sheets/
@ -172,7 +178,8 @@
-Arietta G25 board (Atmega 400MHz, 128 or 256 Mb of RAM, 20 pin, I2C, SPI, serial, USB, SD card slot) "https://www.acmesystems.it/arietta" -Arietta G25 board (Atmega 400MHz, 128 or 256 Mb of RAM, 20 pin, I2C, SPI, serial, USB, SD card slot) "https://www.acmesystems.it/arietta"
But most importantly it runs ARCH!! EXCUSE ME WHAT THE FUCK?: "https://archlinuxarm.org/platforms/armv5/arietta-g25" But most importantly it runs ARCH!! EXCUSE ME WHAT THE FUCK?: "https://archlinuxarm.org/platforms/armv5/arietta-g25"
-Geiger counter stuff: "https://sites.google.com/site/diygeigercounter/technical/gm-tubes-supported" -Geiger counter stuff:
"https://sites.google.com/site/diygeigercounter/technical/gm-tubes-supported"
Best: SBM-20 and the equivalent STS-5 Best: SBM-20 and the equivalent STS-5
-Cool oscilloscope: Siglent SDS1202X-E 200MHz -Cool oscilloscope: Siglent SDS1202X-E 200MHz