Create a user:
useradd --create-home example_user
The objective of the game is to be the first player to reach the end of the victory point track (10 or 14 VP).
I hereby claim:
To claim this, I am signing this object:
import time | |
start_time = time.process_time() | |
# Timed code. | |
print("Duration:", time.process_time() - start_time, "seconds") |
import ( | |
"database/sql" | |
"fmt" | |
_ "github.com/mattn/go-sqlite3" | |
) | |
func main() { | |
db, err := sql.Open("sqlite3", "db.sql") | |
if err != nil { |
LVM on LUKS Arch installation with systemd-boot
Sources:
Note: If you want a simpler encryption setup (with LUKS only), you can instead use the archinstall "guided" installer included with Arch since April 2021.