Skip to content

Instantly share code, notes, and snippets.

View ssdean's full-sized avatar
🤠

Steven ssdean

🤠
View GitHub Profile

Arch networkd IWD

Install IWD

pacman -S iwd

Enable services

Network Scanning

Some useful netwok scanning commands.

Nmap

nmap [scan type] [options] [target]

[scan type]

-sT

CentOS 8 Server as Router

Set up interfaces

If the WAN interface is not connected on first boot, start with the following.

nmcli con up eth0

Set the interface zones

@ssdean
ssdean / Samba.md
Last active August 14, 2020 05:21

Create Samba Directory

mkdir -p /path/to/share/dir

Configure

# /etc/samba/smb.conf

# Global settings apply to the whole server

Ubuntu-Server Router

WAN = eth0

LAN = eth1 (192.168.1.1)

Check interfaces

Ensure devices are active with ip a. Directly after the name of each interface there is a section which will look something along the lines of <BROADCAST,MULTICAST,UP>. If UP is not included within this, enter the following. Replace <dev name> with the respective interface.

@ssdean
ssdean / Arch_Linux_UEFI_install.md
Last active March 27, 2025 11:01
Arch Linux UEFI Install

Arch Linux UEFI Install

To add:

  • Networking with systemd-networkd + iwd
  • Update os-prober instructions

Connect to the network

Wired connection is activated automatically. For wi-fi use the following.