From charlesreid1

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


=First Things First=
See [[Jupiter/Data]] for database schema.


https://packages.debian.org/wheezy/all/firmware-ralink/download
=installation=


=New Notes=
See [[Ubuntu/LiveUSB]] or [[Kali/LiveUSB]] for live USB installation steps.


See https://charlesreid1.com:3000/dotfiles/debian
==fixing problems with wifi interface names==


Contains:
https://www.linuxquestions.org/questions/linux-networking-3/wireless-adapter-interface-renamed-to-long-string-instead-of-wlan0-4175556296/
* Dotfiles
* Install scripts
* Cleanup/de-bloat scripts
* Setup for Python


=Old Notes=
<pre>
vi /etc/default/grub
</pre>


linking internal and external networks through a gateway server, Jupiter
and change the following variable to:


==external IP==
<pre>
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0"
</pre>


connecting with external VPN service, private internet access
==dotfiles and scripts==


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


==internal IP==
Contains:
 
* Dotfiles
connecting with wireless router, which is in turn connected to various other devices
* Install scripts
 
* Cleanup/de-bloat scripts
wifi usb dongle. connected to Widy?
* Setup for Python
 
==tunnel==
 
idea here is to connect to the VPN via the external IP, creating a tunnel interface.


then connect the internal IP to the tunnel interface.


==flags==


[[Category:Machine]]
[[Category:Machine]]
[[Category:Linux]]
[[Category:Linux]]

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