vault backup: 2023-08-26 11:34:11

This commit is contained in:
zleyyij
2023-08-26 11:34:11 -06:00
parent 3b8bf3f490
commit 94f099185a
8 changed files with 0 additions and 0 deletions

View File

@ -1,7 +0,0 @@
****#linux
#laptop
[Documentation](https://github.com/knauth/goodix-521d-explanation)
From the usbreset directory run `gcc usbreset.c -o usbreset.out` to compile the reset bin, then `sudo ./usbreset.out /dev/bus/usb/<bus>/<device>` to reset it, for this device it's ``sudo ./usbreset.out /dev/bus/usb/003/002``
from goodix-fp-dump run `sudo python run_521d.py` to reflash the firmware

View File

@ -1 +0,0 @@
https://asus-linux.org/faq/#why-did-nvidia-mode-give-me-black-screen-with-xorg

View File

@ -0,0 +1,16 @@
Official docs found [here](https://github.com/pivpn/pivpn/wiki/WireGuard#how-can-i-migrate-my-configs-to-another-pivpn-instance)
## Preparation
Both servers were fully updated
## Migration
Initial Server is the server with the initial instance
New Server is the server the configs are being migrated to
`pivpn -bk` was run on Initial Server, which generated a backup file in `$HOME/pivpnbackup`
The backup was copied from Initial Server to New Server:
```
scp [initial server username]@[initial server ip]:~/pivpnbackup/20221229-021008-pivpnwgbackup.tgz [destination directory]
```
The backup was extracted:
```
tar xzpfv [archive name]
```

View File

@ -0,0 +1,13 @@
# Picking a Linux Distro
## What is a Linux distro?
A Linux Distro (short for distribution) is an operating system built around the Linux kernel. The Linux kernel is the core of every Linux distribution, and facilitates interactions between hardware and software components, as well as handling startup and I/O. The Linux kernel is modular, meaning that it can have modules loaded and unloaded at runtime, instead of modules needing to be built into the kernel at compile time. A kernel module is an object file that contains code that extends the functionality of the kernel. They can provide many different kinds of functionality, but are usually drivers. A Linux distro is a preconfigured distribution of Linux that may include modules for common drivers, as well as a desktop environment and other utilities needed for day to day use. One of the major defining distinctions between Linux distros is the choice of package manager. A package manager is a tool that allows users to manage the installation, updating, and removal of packages (these can be applications, drivers, or any piece of software), and is one of the key defining differences between different Linux distributions.<br>
## Overview of the different major Linux distros
There are 3 major "base" Linux distros, with the defining difference between them being the choice of package manager. If you're just starting out, it's recommended to pick something built from one of these 3 options. You'll find more support, a more active community, and more documentation.
### Debian
Debian is one of the oldest Linux distros, and is **stable release**. This means that all major changes to the operating system will happen with a new release, every two years.
### Arch
### RHEL