Skip to content

Instantly share code, notes, and snippets.

@Fartomy
Fartomy / arch-wiki-locally.md
Created July 20, 2025 23:32
Install Elder Arch-Wiki's as Locally

📜 Install Elder Arch-Wiki's as Locally

Storing carefully crafted deep ancient knowledge locally can be a saving grace in a post-apocalyptic world.

First of all you need to have an Arch Linux system because we will upload these files with pacman;

sudo pacman -S arch-wiki-docs
@Fartomy
Fartomy / vboxguestadditions.md
Created June 10, 2025 15:24
VirtualBox Guest Operations

🍞 VirtualBox Guest Operations

If there are problems with shared folders or other guest operations, an important step is being missed. For this, the extension called Guest Additions must be added to the guest machine.

For example, the shared folders feature is intended to be used to send files from a Linux host machine to a Windows guest virtual machine;

  1. Start the virtual machine
  2. in the top tab of the window that opens, find the Devices option
@Fartomy
Fartomy / degoogle.md
Last active June 24, 2025 00:56
Antibiotics for G**gle

💊 Antibiotics for G**gle

This insidious virus infects every part of your mobile device and works as it pleases. It's behavior is like that of a pervert who pretends to care about privacy and confidentiality, but does the opposite at every opportunity.

Below are the alternatives to get rid of it;

Offline and privacy are important features and concepts in mobile keyboard use.

Keyboard

@Fartomy
Fartomy / my_opengist_docker_compose.yml
Created March 9, 2025 00:44
CasaOS Opengist Docker Compose File
name: Opengist
services:
opengist:
container_name: opengist
ports:
- 6157:6157
volumes:
- /DATA/AppData/opengist:/opengist
image: ghcr.io/thomiceli/opengist:1
@Fartomy
Fartomy / my_hoarder_docker_compose.yml
Created March 9, 2025 00:43
CasaOS Hoarder Docker Compose File
name: Hoarder
services:
hoarder:
container_name: hoarder
image: ghcr.io/hoarder-app/hoarder:latest
restart: unless-stopped
volumes:
- /DATA/AppData/$AppID/data/hoarder:/data
environment:
@Fartomy
Fartomy / my_ghost_docker_compose.yml
Created March 9, 2025 00:42
CasaOS Ghost Docker Compose File
name: Ghost
services:
ghost:
image: ghost:5-alpine
restart: always
ports:
- "8080:2368"
environment:
@Fartomy
Fartomy / swaparea.md
Created March 1, 2025 12:09
Allocating Swap Space in Linux

⭕ Allocating Swap Space in Linux

Swap area is a temporary area of memory in Linux that is reserved for use when RAM is insufficient. However, it is slower than RAM. This area can be separated to the desired extent in Debian;

Steps

  1. First, if there is a swap area available, check it if there is
sudo swapon --show
@Fartomy
Fartomy / lid.md
Created March 1, 2025 12:08
Disable Suspend on Lid Close

💻 Disable Suspend on Lid Close

When a laptop is decided to be a server, it may be desirable to have it running with the lid closed. For this to work, a certain configuration setting in Linux is required.

Configuration

  1. Open the logind.conf file
sudo nano /etc/systemd/logind.conf
@Fartomy
Fartomy / filemngs.md
Created February 15, 2025 19:01
Linux File Managers

📁 Linux File Managers

Instead of using existing file managers in linux, you can download others to your system.

You can check them out in the list below:

File Managers

- Thunar
@Fartomy
Fartomy / remoteraspi.md
Created February 15, 2025 14:56
Graphically Remote Connection to Rasberry Pi After Completed Installation

🍓 Graphically Remote Connection to Rasberry Pi After Completed Installation

After the initial setup of the raspberry pi device and the classic SSH settings have been made, the steps to be taken to graphically connect to it remotely:

Steps

  1. Connect to the Raspi device with SSH from a different device
  2. In order to connect graphically, you need to activate the VNC server setting, after connecting, type the following command in the Raspi terminal