Skip to content

Instantly share code, notes, and snippets.

@LarryMarzanJr
LarryMarzanJr / 00_etc-hosts.md
Created November 17, 2022 03:52 — forked from mul14/00_etc-hosts.md
/etc/hosts for Vimeo, Reddit, Imgur, GitHub, DigitalOcean, dll

Unblock Steam, Vimeo, Reddit, Imgur, GitHub, DigitalOcean, NPM, PayPal, dll

Saya support Internet Positif untuk memblokir porn, situs judi, dan hal-hal ilegal lainnya. Tapi pemerintah dan ISP sangat konyol karena tidak mengizinkan akses ke Vimeo, Reddit, Imgur, Netflix--yang mana bukanlah situs dengan konten utama ilegal.

Linux / BSD / macOS

Tambahkan list di bawah ke /etc/hosts.

Windows

@LarryMarzanJr
LarryMarzanJr / git_cheat-sheet.md
Created January 29, 2022 16:16 — forked from davfre/git_cheat-sheet.md
git commandline cheat-sheet
@LarryMarzanJr
LarryMarzanJr / ArchLinux-minimal-install.md
Last active March 12, 2024 15:20
Install Arch Linux in Minimal Setup using BTRFS filesystem

Install Arch Linux in Minimal Setup using BTRFS filesystem

Intro

This is a minimal installation of Arch Linux mounted at BTRFS filesystem and meant without Desktop Environment.

It is ideal for server setup because not much resources used for unecessary service.

Initial Setup

Choose your mirrorlist using reflector package

@LarryMarzanJr
LarryMarzanJr / mice-enabled.md
Created March 25, 2020 04:45
Enable Multiple Pointer For Each Mouse Device using Xinput in Linux

This is how to enable multiple pointer for each mouse attached in your computer:

  1. Open a terminal and type in xinput (all commands should be done as normal user).

  2. Look at the id of the one of your mice.

  3. Create a new master device with this command xinput create-master "name"

  4. Now you just need to reattach one of your mice to the new master xinput reattach device_master_id new_master_id