Debian control miscellenaous for all
I've collected some instruction that could be usefull to many, so I share it. As I'm using Debian Bulleyes those instruction mainly work on it.
Graphic Card
sudo apt-get purge nvidia. //purge all nvidia drivers in your os
sudo init-ramfs -u //reinit ram if it remains nvidia in ramfs
sudo hwinfo --gfxcard //get info for graphic card
General
sudo reboot now //reboot system
Adding Sudoers
su root //to log as root
exit //exit root
sudo usermod -a -G sudo username
//or by writing in file
sudo visudo
List all users in Linux system
compgen -u
grep '^sudo:.*$' /etc/group | cut d: -f4
Set/Unset minimize button and Co.
gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"
installing nettools (traceroute)
sudo apt install net-tools
uninstall for example cudominer
$sudo apt-get remove cudo-miner-core
wireless
sudo iwconfig
sudo iwlist wlo1 scan //wlo1 is the name of my connection
Install .deb files
sudo dpkg -i MY_DEB_PACKAGE.deb
sudo apt install -f
ou
sudo apt install ./MY_DEB_FILE.deb
sudo apt install ./*.deb //plusieurs fichiers en même temps
firmware packet installer friendly
sudo apt install gdebi*
Nice page to get an introduction in installing *.deb files on your new Debian:
https://www.moyens.net/linux/debian-installer-le-fichier-deb-guide/
G.Cerbero @2024
Come On and PI! https://minepi.com/Judgedreed1975
satoshi App
Binance App
Commentaires
Enregistrer un commentaire