Following up on Arch Linux Installation Guide , lauch VM with clean install and log in as a normal user.
Install video driver, X.Org, X.Org initialization program, wallpaper manager, compositor, text editor, terminal emulator and web browser with:
[06-Jul-2025 01:16:34 UTC] RFC 9421: 500 | |
[06-Jul-2025 01:16:34 UTC] https://oisaur.com/inbox | |
[06-Jul-2025 01:16:34 UTC] Array | |
( | |
[method] => POST | |
[timeout] => 100 | |
[redirection] => 3 | |
[httpversion] => 1.0 | |
[user-agent] => WordPress/6.8; https://obietester.blog; ActivityPub | |
[reject_unsafe_urls] => 1 |
#!/usr/bin/env python3 | |
import os | |
import sys | |
import tarfile | |
import tempfile | |
import subprocess | |
import xml.etree.ElementTree as ET | |
import argparse | |
import shutil |
[ | |
{ | |
"q": "What is the fundamental requirement for an aircraft's wings to provide lift or for vertical takeoff?", | |
"a": "Aircraft require thrust to produce enough speed for the wings to provide lift or enough thrust to overcome the weight of the aircraft for vertical takeoff." | |
}, | |
{ | |
"q": "According to Newton's third law of motion, how is propulsive force developed by an aircraft engine?", | |
"a": "By displacing air in a direction opposite to that in which the aircraft is propelled, thrust can be developed. For every action there is an equal and opposite reaction." | |
}, | |
{ |
{ | |
"swagger": "2.0", | |
"info": { | |
"description": "Login to continue services below or go to https://evil.com", | |
"version": "1.0.0", | |
"title": "Login page" | |
}, | |
"paths": { | |
"/Login_Page": { | |
"post": { |
[ | |
{ | |
"name": "Acid Splash", | |
"level": 0, | |
"school": "evocation", | |
"classes": ["sorcerer", "wizard"], | |
"actionType": "action", | |
"concentration": false, | |
"ritual": false, | |
"castingTime": "Action", |
# To the extent possible under law, the author(s) have dedicated all | |
# copyright and related and neighboring rights to this software to the | |
# public domain worldwide. This software is distributed without any warranty. | |
# You should have received a copy of the CC0 Public Domain Dedication along | |
# with this software. | |
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>. | |
# /etc/bash.bashrc: executed by bash(1) for interactive shells. | |
# System-wide bashrc file |
Following up on Arch Linux Installation Guide , lauch VM with clean install and log in as a normal user.
Install video driver, X.Org, X.Org initialization program, wallpaper manager, compositor, text editor, terminal emulator and web browser with:
[ | |
{ | |
"title": "WTT Champions Chongqing", | |
"date": "2024-07-10T19:00:00Z", | |
"status": "Upcoming", | |
"players": "Fan Zhendong vs Ma Long" | |
}, | |
{ | |
"title": "WTT Champions Chongqing", | |
"date": "2024-07-09T16:00:00Z", |
from __future__ import annotations | |
from enum import Enum | |
from dataclasses import dataclass, field | |
class Sign(Enum): | |
X = "X" | |
O = "O" | |
class Player(Enum): |
Log uploaded on Saturday, July 5, 2025, 9:13:58 PM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Performance Fish(bs.performance): PerformanceFish(0.6.2) | |
Adaptive Storage Framework(adaptive.storage.framework): 0MultiplayerAPI(av:0.5.0,fv:0.5.0), 1ITransformable(1.0.0), AdaptiveStorageFramework(1.2.4), CopyOperation(1.0.0), DefNameLink(1.0.0), GeneratorOperation(1.0.0), GeneratorOperationV2(1.0.0), PatchOperationSet(1.0.0), PatchOperationTryAdd(1.0.0), PostInheritanceOperation(1.0.0), SaveGameCompatibility(1.0.0) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFrame |