Skip to content

Instantly share code, notes, and snippets.

@Fartomy
Fartomy / degoogle.md
Last active April 2, 2025 01:13
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
@Fartomy
Fartomy / casaosdockerfiles.md
Last active March 19, 2025 00:51
Location of Docker Compose Files of Casaos Apps

#️⃣ Location of Docker Compose Files of Casaos Apps

The docker compose files of applications downloaded in CasaOS are stored in the following location on the current device.

/var/lib/casaos/apps

Also, if you have added tips to these apps, you can access the tip data under the name tips: in the docker-compose.yml file of the app under the apps folder.

@Fartomy
Fartomy / mobilevarioupurps.md
Last active December 3, 2024 22:04
Using the Mobile Phone for Various Purposes

🤹 Using the Mobile Phone for Various Purposes

Under some circumstances, a mobile device may be required to be turned into a microphone, speaker or webcam.

For Speaker or Microphone

  1. Audio Relay Docs

For Webcam

  1. iVCam