Skip to content

Instantly share code, notes, and snippets.

@Small-Ku
Small-Ku / vg
Last active December 14, 2022 18:07 — forked from denpamusic/vg
vpngate.net client for OpenWRT with checking connection with some game server
#!/bin/sh
###
# vpngate.net client for OpenWRT
#
# This script allows to pull server list from vpngate public VPN server registry and filter
# it by country, score, maximum ping and uptime.
#
# Once server that matches requested criteria found, script will setup openvpn
# instance via UCI and perform connection test.
@Small-Ku
Small-Ku / arch_sec_install.sh
Created October 6, 2021 10:59 — forked from Th3Whit3Wolf/arch_sec_install.sh
Install arch on btrfs(w/ swapfile) on luks with rEFInd bootloader
#!/bin/bash
# 0 - SSH
# This isn't necessary but if you ssh into the computer all the other steps are copy and paste
# Set a password for root
passwd
# Get network access
iwctl
"""
@Small-Ku
Small-Ku / dabblet.css
Created March 16, 2017 15:29
Cards.CSS
/**
* Cards.CSS
*/
/*Icon*/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*Typography*/
@Small-Ku
Small-Ku / dabblet.css
Last active March 16, 2017 15:24
Cards.CSS
/**
* Cards.CSS
*/
/*Icon*/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*Typography*/