0% found this document useful (0 votes)
12 views3 pages

History

The document contains a series of terminal commands primarily focused on installing the 'firmware-b43-installer' package and managing system updates on a Debian-based Linux system. It also includes commands for installing additional software like Firefox and Flatpak, as well as configuring repositories and handling system shutdowns. The commands demonstrate various system administration tasks, including package management and system configuration.

Uploaded by

5slnj8c6at
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views3 pages

History

The document contains a series of terminal commands primarily focused on installing the 'firmware-b43-installer' package and managing system updates on a Debian-based Linux system. It also includes commands for installing additional software like Firefox and Flatpak, as well as configuring repositories and handling system shutdowns. The commands demonstrate various system administration tasks, including package management and system configuration.

Uploaded by

5slnj8c6at
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

1 lspci -vnn -d 14e4

2 lspci -vnn -d 14e4:


3 lspci -vnn -d 14e4:4331
4 sudo apt-get install firmware-b43-installer
5 su -
6 sudo apt-get install firmware-b43-installer
7 shutdown
8 quit
9 exit
10 sudo apt-get install firmware-b43-installer
11 sudo apt-get update
12 sudo apt-get install firmware-b43-installer
13 apt install --simulate firmware-b43-installer
14 sudo apt install firmware-b43-installer
15 sudo apt install linux-firmware-nonfree
16 sudo apt install software-properties-common
17 add-apt-repository deb http://deb.debian.org/debian bookworm main contrib
non-free non-free-firmware
18 sudo add-apt-repository deb http://deb.debian.org/debian bookworm main
contrib non-free non-free-firmware
19 sudo nano /etc/apt/sources.list.d/debian-12-backports.list
20 apt update
21 sudo nano /etc/apt/sources.list.d/debian-12-backports.list
22 apt update
23 sudo apt update
24 sudo vim /etc/apt/sources.list.d/debian-12-backports.list
25 sudo cat /etc/apt/sources.list.d/debian-12-backports.list
26 sudo apt install -t stable-backports firmware-b43-installer
27 sudo cat /etc/apt/sources.list
28 sudo nano /etc/apt/sources.list
29 sudo apt install -t stable-backports firmware-b43-installer
30 sudo apt update
31 sudo apt install firmware-b43-installer
32 restart
33 quit
34 exit
35 neofetch
36 screenfetch
37 man screenfetch
38 sudo apt install neofetch
39 exit
40 neofetch
41 cd
42 cd /etc/apt/keyrings
43 ls
44 man ls
45 dir
46 dir -a
47 ls -a
48 cd /
49 cd
50 cd /etc
51 ls
52 cd /etc/apt
53 ls
54 cd /etc/apt/keyrings
55 man install
56 man chmod
57 cd
58 sudo install -d -m 0755 /etc/apt/keyrings
59 wget
60 wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -0- | sudo tee
/etc/apt/keyrings/packages.mozilla.org.asc > /dev/null
61 wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | sudo tee
/etc/apt/keyrings/packages.mozilla.org.asc > /dev/null
62 gpg -n -q --import --import-options import-show
/etc/apt/keyrings/packages.mozilla.org.asc | awk '/pub/{getline; gsub(/^ +| +
$/,""); if($0 == "35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3") print "\ndawg you
realize you were supposed to COPY ("$0")...\n"; else print "\nLOL DUMBASS: ("$0")
IT DO NOT MATCH\n"}'
63 echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc]
https://packages.mozilla.org/apt mozilla main" | sudo tee -a
/etc/apt/sources.list.d/mozilla.list > /dev/null
64 echo '
65 Package: *
66 Pin: origin packages.mozilla.org
67 Pin-Priority: 1000
68 ' | sudo tee /etc/apt/preferences.d/mozilla
69 sudo apt update
70 sudo apt install firefox
71 sudo apt update
72 man cp
73 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
74 sudo nano /etc/apt/sources.list
75 sudo apt update
76 sudo nano /etc/apt/sources.list
77 sudo apt update
78 sudo apt install font-manager
79 man shutdown
80 shutdown +5s
81 shutdown
82 sudo shutdown +5s
83 sudo shutdown +5sec
84 sudo shutdown +1
85 sudo shutdown -c
86 sudo shutdown +
87 sudo shutdown -c
88 man shutdown
89 sudo shutdown
90 sudo shutdown -c
91 sudo shutdown +now
92 sudo shutdown now
93 sudo apt install flatpak
94 sudo apt install gnome-software-plugin-flatpak
95 flatpak remote-add --if-not-exists flathub
https://dl.flathub.org/repo/flathub.flatpakrepo
96 shutdown -r +now
97 sudo shutdown -r +now
98 sudo shutdown -r now
99 flatpak install chatterino
100 sudo apt update
101 cd ./Documents
102 cd ./fcrackzip-1.0
103 ./configure
104 cd
105 sudo apt update
106 sudo apt install build-essential
107 cd ./Documents/fcrackzip-1.0
108 ./configure
109 make
110 make check
111 make install
112 sudo make install
113 make clean
114 make distclean
115 cd
116 man history
117 cd ./Documents
118 history > history.txt
119 history &> history.txt

You might also like