Skip to content

Instantly share code, notes, and snippets.

@devovh
devovh / README.md
Last active May 9, 2026 23:13
Fix.sh Cachyos

Start:

sudo sh fix.sh

sudo nano fix.sh:

#!/bin/bash
sudo pacman -Syyu --noconfirm

sudo systemctl disable --now avahi-daemon.service avahi-daemon.socket
@devovh
devovh / README.md
Last active November 22, 2025 19:13
Firewall CachyOS

Before.rules

*filter

:ufw-before-input - [0:0]
:ufw-before-output - [0:0]
:ufw-before-forward - [0:0]
:ufw-not-local - [0:0]

# --- BLOKADA BROADCAST I MULTICAST ---
@devovh
devovh / README.md
Last active August 8, 2025 10:39
How to Connect and More Info - Molten WoW x65
Go to the main WoW game folder and go to Data/enUS/realmlist.wtf, 
if you have a different version it may be enGB or something else then go to this file i.e. 
edit it and change the realmlist.wtf file to this content:

set realmlist logon.molten.online

Then save the file and enter the game, of course, if you have already registered.

Registration:

@devovh
devovh / README.md
Last active April 18, 2026 20:26
World of Warcraft Wrath of the Lich King Retail enUS 3.3.5a - Download!
To be able to unpack the contents of the files, 
you need to download all the repositories and copy all the files that 
are packed into one folder from all the repositories. 
Then unpack the entire contents of these files. Once you have done that, 
you start the game using Wow.exe which is verified by Blizzard Entertainment, 
we are sure that the client is verified by this company, i.e. the client is clean. 
Of course, we change realmlist.wtf to the given server.
@devovh
devovh / README.md
Last active November 7, 2022 21:11
Block Port - Smartfon

List port:

Block All:

1900,20,21,22,23,24,25,1,7,37288,445,137,138,139,1033,1126,2702,3689,7435,8010,33899,465,700,783,
7512,9415,9900,1839,4445,636,990,1050,1065,7778,38292,4005,7921,8001,12265,50300,52822,2001,
90,902,1123,3914,5087,10025,16000,19283,55056,1300,4125,32770,1974,1071,2009,2910,5666,3828,
1035,1047,3580,3851,5190,5811,280,500,1037,2869,3268,49154,1075,1130,6000,8292,9618,6,1524,
1864,2260,49167,2006,3030,4001,8254,8701,19350,1533,1839,5850,6106,57294,1935,2003,5051,5100,
9009,82,1090,1556,2920,7800,2607,8009,50001,515,1131,2103,2968,3011,6788,90,783,2608,5544,
@devovh
devovh / README.md
Created November 6, 2022 22:09
Virus Log ClamAV/TK

sudo nano del

sudo rm /var/cache/pacman/pkg/firefox-106.0.3-1-x86_64.pkg.tar.zst
sudo rm /var/cache/pacman/pkg/firefox-106.0.4-1-x86_64.pkg.tar.zst
sudo rm /var/cache/pacman/pkg/firefox-106.0.5-1-x86_64.pkg.tar.zst
sudo rm /usr/share/nmap/nselib/data/pixel.gif
sudo rm /home/alfa/.local/share/lutris/runners/wine/lutris-7.2.2-x86_64/gecko/wine-gecko-2.47.2-x86_64.msi
sudo rm /home/alfa/.local/share/lutris/runners/wine/lutris-7.2.2-x86_64/gecko/wine-gecko-2.47.2-x86.msi
sudo rm /home/alfa/.local/share/lutris/runners/wine/lutris-7.2.2-x86_64/lib/wine/i386-windows/toolhelp.dll16
sudo rm /usr/lib32/wine/i386-windows/toolhelp.dll16
@devovh
devovh / README.md
Last active October 25, 2022 19:02
Simplewall Firewall - Config File.
@devovh
devovh / README.md
Created October 22, 2022 15:15
WoW Arch Linux Nvidia.
[multilib]
Include = /etc/pacman.d/mirrorlist
sudo pacman -S lutris
sudo pacman -S wine-staging giflib lib32-giflib libpng lib32-libpng libldap lib32-libldap gnutls lib32-gnutls mpg123 lib32-mpg123 openal lib32-openal v4l-utils lib32-v4l-utils libpulse lib32-libpulse libgpg-error lib32-libgpg-error alsa-plugins lib32-alsa-plugins alsa-lib lib32-alsa-lib libjpeg-turbo lib32-libjpeg-turbo sqlite lib32-sqlite libxcomposite lib32-libxcomposite libxinerama lib32-libgcrypt libgcrypt lib32-libxinerama ncurses lib32-ncurses opencl-icd-loader lib32-opencl-icd-loader libxslt lib32-libxslt libva lib32-libva gtk3 lib32-gtk3 gst-plugins-base-libs lib32-gst-plugins-base-libs vulkan-icd-loader lib32-vulkan-icd-loader
sudo pacman -S nvidia nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader
sudo pacman -S lib32-gnutls lib32-libldap lib32-libgpg-error lib32-sqlite lib32-libpulse
@devovh
devovh / README.md
Last active March 31, 2023 18:37
Nvidia GPU & Firewall CSGO Laptop - Arch Linux.
# Download Arch Linux Plasma Pure x64: 
https://osdn.net/projects/arch-linux-gui/downloads/77558/archlinux-gui-plasma-pure-2022.07-x86_64.iso/
# Create bootable USB:
Rufus(Windows) or Multi Writer(Linux)
# Install System and boot to Desktop.
@devovh
devovh / 90-mkinitcpio-install.hook.patch
Last active July 13, 2022 08:54 — forked from heri16/90-mkinitcpio-install.hook.patch
Enable Linux Secure Boot with TPM 2.0 (Archlinux) - rEFInd
--- /usr/share/libalpm/hooks/90-mkinitcpio-install.hook 2020-03-05 12:45:41.000000000 +0800
+++ /etc/pacman.d/hooks/90-mkinitcpio-install.hook 2020-06-13 23:08:32.861202141 +0800
@@ -8,5 +8,7 @@
[Action]
Description = Updating linux initcpios...
When = PostTransaction
-Exec = /usr/share/libalpm/scripts/mkinitcpio-install
+Exec = /usr/local/share/libalpm/scripts/mkinitcpio-install
+Depends = sbsigntools
+Depends = x11-ssh-askpass