From charlesreid1

No edit summary
m (Replacing charlesreid1.com:3000 with git.charlesreid1.com)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Debian server machine.
Debian server machine.


=fixing things=
See [[Jupiter/Data]] for database schema.


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?
=installation=


==fixing idiotic wifi interface names==
See [[Ubuntu/LiveUSB]] or [[Kali/LiveUSB]] for live USB installation steps.
 
==fixing problems with 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/
Line 18: Line 20:
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0"
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0"
</pre>
</pre>
==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==
==dotfiles and scripts==


See https://charlesreid1.com:3000/dotfiles/debian
See https://git.charlesreid1.com/dotfiles/debian


Contains:
Contains:

Latest revision as of 03:34, 9 October 2019

Debian server machine.

See Jupiter/Data for database schema.

installation

See Ubuntu/LiveUSB or Kali/LiveUSB for live USB installation steps.

fixing problems with wifi interface names

https://www.linuxquestions.org/questions/linux-networking-3/wireless-adapter-interface-renamed-to-long-string-instead-of-wlan0-4175556296/

vi /etc/default/grub

and change the following variable to:

GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0"

dotfiles and scripts

See https://git.charlesreid1.com/dotfiles/debian

Contains:

  • Dotfiles
  • Install scripts
  • Cleanup/de-bloat scripts
  • Setup for Python


flags