From 7772331aa5df0b8106f3523a0070269fae735894 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sun, 17 Mar 2024 21:09:42 -0700 Subject: xyzca init --- etc/.cfgl/config | 4 ++-- etc/fstab | 8 ++------ etc/hostname | 2 +- etc/myconf/cfgl_meta | 7 ------- etc/services | 5 ----- etc/systemd/network/default.network | 4 ++-- .../system/multi-user.target.wants/qbittorrent-nox@xyz.service | 1 - 7 files changed, 7 insertions(+), 24 deletions(-) delete mode 120000 etc/systemd/system/multi-user.target.wants/qbittorrent-nox@xyz.service (limited to 'etc') diff --git a/etc/.cfgl/config b/etc/.cfgl/config index f54a1e6d..608699e2 100644 --- a/etc/.cfgl/config +++ b/etc/.cfgl/config @@ -11,6 +11,6 @@ fetch = +refs/heads/*:refs/remotes/origin/* [commit] gpgsign = false -[branch "ia"] +[branch "ca"] remote = origin - merge = refs/heads/ia + merge = refs/heads/ca diff --git a/etc/fstab b/etc/fstab index 0ab5716a..2b9bc910 100644 --- a/etc/fstab +++ b/etc/fstab @@ -2,10 +2,6 @@ # See fstab(5) for details. # -# /dev/sda1 LABEL=root -UUID=ed61e67e-7605-4383-ac16-fe54ee2ede87 / ext4 rw,relatime,errors=remount-ro 0 1 +/dev/sda3 / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 1 -# /dev/sdb1 -UUID=cfbeb3bb-f781-4e63-9635-9155fe85f12c /home ext4 rw,relatime 0 2 - -/swapfile none swap defaults 0 0 +/dev/sda2 /boot/efi vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 diff --git a/etc/hostname b/etc/hostname index 45c80593..8eb04e15 100644 --- a/etc/hostname +++ b/etc/hostname @@ -1 +1 @@ -xyzia +xyzca diff --git a/etc/myconf/cfgl_meta b/etc/myconf/cfgl_meta index 20beab3b..ab512d08 100644 --- a/etc/myconf/cfgl_meta +++ b/etc/myconf/cfgl_meta @@ -27,7 +27,6 @@ 644 systemd-network systemd-network //etc/systemd/network/default.network 755 root root //etc/systemd/system 755 root root //etc/systemd/system/multi-user.target.wants -777 root root //etc/systemd/system/multi-user.target.wants/qbittorrent-nox@xyz.service 777 root root //etc/systemd/system/multi-user.target.wants/wg-quick@wg0.service 755 root root //etc/systemd/system/paccache.service.d 644 root root //etc/systemd/system/paccache.service.d/10-remove-all.conf @@ -50,12 +49,6 @@ 755 xyz wheel //home/xyz/.config/nvim 644 xyz wheel //home/xyz/.config/nvim/init.vim 600 xyz wheel //home/xyz/.config/user-dirs.dirs -755 xyz wheel //home/xyz/.local -755 xyz wheel //home/xyz/.local/share -755 xyz wheel //home/xyz/.local/share/qBittorrent -755 xyz wheel //home/xyz/.local/share/qBittorrent/nova3 -755 xyz wheel //home/xyz/.local/share/qBittorrent/nova3/engines -644 xyz wheel //home/xyz/.local/share/qBittorrent/nova3/engines/jackett.json 644 xyz wheel //home/xyz/.profile 700 xyz wheel //home/xyz/.ssh 600 xyz wheel //home/xyz/.ssh/authorized_keys diff --git a/etc/services b/etc/services index 03819fb0..b1b9f5bc 100644 --- a/etc/services +++ b/etc/services @@ -11512,8 +11512,3 @@ wireguard 49432/udp # https://www.reddit.com/r/verizon/comments/to1q43/verizon_5g_home_internet_blocking_ssh_service_port/ ssh-isp 49812/tcp iperf3 53497/tcp -# qbittorrent-nox web ui port for remote access browser gui -qbt-nox 57151/tcp -# qbittorrent/ options/ connection/ listening port -qbt 57737/tcp -qbt 57737/udp diff --git a/etc/systemd/network/default.network b/etc/systemd/network/default.network index cb28d02e..43f05d95 100644 --- a/etc/systemd/network/default.network +++ b/etc/systemd/network/default.network @@ -2,5 +2,5 @@ Name=eth0 [Network] -Gateway=89.213.174.1 -Address=89.213.174.95/24 +Gateway=216.181.107.1 +Address=216.181.107.253/24 diff --git a/etc/systemd/system/multi-user.target.wants/qbittorrent-nox@xyz.service b/etc/systemd/system/multi-user.target.wants/qbittorrent-nox@xyz.service deleted file mode 120000 index 41aa9f51..00000000 --- a/etc/systemd/system/multi-user.target.wants/qbittorrent-nox@xyz.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/qbittorrent-nox@.service \ No newline at end of file -- cgit v1.2.3-70-g09d2