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/

 

 Come on and PI! https://minepi.com/Judgedreed1975

Commentaires

Posts les plus consultés de ce blog

Tricky Tips Debian: Installing Realtek RTL8811CU/RTL8821CU (Other possibility)

Tricky Tips Debian: RTL8188EUS based products Installation

Tricky Tips Debian: Installing model firmware realtek 8811CU wifi usb hotspot