Jupiter: Difference between revisions
From charlesreid1
No edit summary |
|||
| Line 1: | Line 1: | ||
Debian server machine. | Debian server machine. | ||
First of all - who is the | =fixing things= | ||
First of all - who is the ABSOLUTE F**KING BOZO who signed off on the bug-filled, steaming pile of crap that are the default settings in debian 9? | |||
==fixing idiotic wifi interface names== | ==fixing idiotic wifi interface names== | ||
https://www.linuxquestions.org/questions/linux-networking-3/wireless-adapter-interface-renamed-to-long-string-instead-of-wlan0-4175556296/ | https://www.linuxquestions.org/questions/linux-networking-3/wireless-adapter-interface-renamed-to-long-string-instead-of-wlan0-4175556296/ | ||
<pre> | |||
vi /etc/default/grub | |||
</pre> | |||
and change the following variable to: | |||
<pre> | |||
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0" | |||
</pre> | |||
==fixing wifi chip== | ==fixing wifi chip== | ||
Revision as of 03:21, 29 January 2018
Debian server machine.
fixing things
First of all - who is the ABSOLUTE F**KING BOZO who signed off on the bug-filled, steaming pile of crap that are the default settings in debian 9?
fixing idiotic wifi interface names
vi /etc/default/grub
and change the following variable to:
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0"
fixing wifi chip
links courtesy of this page: https://wiki.debian.org/rt2800usb
https://packages.debian.org/wheezy/all/firmware-ralink/download
https://packages.debian.org/stretch/all/firmware-misc-nonfree/download
dotfiles and scripts
See https://charlesreid1.com:3000/dotfiles/debian
Contains:
- Dotfiles
- Install scripts
- Cleanup/de-bloat scripts
- Setup for Python