Jupiter: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Debian server machine. | Debian server machine. | ||
= | =Installation= | ||
See [[Ubuntu/LiveUSB]] or [[Kali/LiveUSB]] for live USB installation steps. | |||
==fixing | ==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 18: | ||
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0" | GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0" | ||
</pre> | </pre> | ||
==dotfiles and scripts== | ==dotfiles and scripts== | ||
Revision as of 18:44, 30 January 2018
Debian server machine.
Installation
See Ubuntu/LiveUSB or Kali/LiveUSB for live USB installation steps.
fixing problems with wifi interface names
vi /etc/default/grub
and change the following variable to:
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0"
dotfiles and scripts
See https://charlesreid1.com:3000/dotfiles/debian
Contains:
- Dotfiles
- Install scripts
- Cleanup/de-bloat scripts
- Setup for Python