Skip to content

Instantly share code, notes, and snippets.

@awoland
awoland / Entware.md
Created October 24, 2025 09:31 — forked from sfloess/Entware.md
Entware Tips and Tricks

Entware

Helpful tips and tricks for Entware

General Stuff

Install

  • ARMv7
cd /opt
@awoland
awoland / vpn-openconnect-connect-to-cisco-anyconnect.md
Created October 24, 2025 09:22 — forked from stefancocora/vpn-openconnect-connect-to-cisco-anyconnect.md
Split tunneling with openconnect - A guide on how to use openconnect to establish a vpn connection to an enterprise cisco anyconnect vpn endpoint with client side routing.

Introduction

The purpose of this short howto is to show you how to:

  • use openconnect [1] to connect to an enterprise cisco anyconnect endpoint
  • whilst minimizing the amount of traffic that your route through the vpn connection

Usually VPN administrators will puth the default route to the users, so that all user traffic is routed through the vpn connection. This is to address the various security concerns around compromised user computers bridging external internet traffic into the secure VPN network.

While the VPN administrator can push routes to the clients, the client can ignore these default routes and establish client side routing so that only the required A.B.C.D/E network is routed through the VPN. All other traffic will still use the clients default route and default outbound internet connection.

@awoland
awoland / Shatterline-vulnerabilities.md
Created October 22, 2025 06:18 — forked from Liub0myr/Shatterline-vulnerabilities.md
An article about how I bypassed the EAC and gained significant access to the client, as well as the concept of a cloud cheat that could do almost anything to the game.

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@awoland
awoland / wsl2-zsh-powerlevel10k.md
Created September 26, 2025 14:14 — forked from zachrank/wsl2-zsh-powerlevel10k.md
WSL 2 + Windows Terminal + Oh My Zsh + Powerlevel10k

WSL 2 + Windows Terminal + Oh My Zsh + Powerlevel10k

wsl2-zsh-powerlevel10k

This gist takes heavy inspiration from kevin-smets / iterm2-solarized.md gist for iTerm2.

Windows Subsystem for Linux 2 (WSL 2)

The first thing that you will want to do is install WSL 2 and a Linux distro.

@awoland
awoland / get-ssid.bat
Created September 19, 2025 14:39 — forked from grafst/get-ssid.bat
get the ssid of the currently connected wifi
powershell (get-netconnectionProfile).Name
@awoland
awoland / encode.sh
Created August 26, 2025 20:40 — forked from wuziq/encode.sh
YouTube recommended encoding settings on ffmpeg (+ libx264)
#/bin/sh
ffmpeg -i input -c:v libx264 -preset slow -profile:v high -crf 18 -coder 1 -pix_fmt yuv420p -movflags +faststart -g 30 -bf 2 -c:a aac -b:a 384k -profile:a aac_low output
@awoland
awoland / iconify.scm
Created August 19, 2025 04:08 — forked from YeldhamDev/iconify.scm
"*.ico" generator script for GIMP
;Iconify.scm
;===========================
;Author...Giuseppe Bilotta
;Modified for Gimp 2.4.6+ by Ouch67
;http://www.gimptalk.com/forum/broken-scripts-t33501.html
;Resubmission to Gimp Plugin Registry & GimpTalk by Gargy
;Modified for Gimp 2.8 by Roland Clobus
;------------
;Description...: Iconify plug-in converts a single layer of a single image into a multi-layered image ready to be saved as a Windows icon.
;The new image will contain all standard sizes (16x16, 32x32, 48x48) at all standard bit depths (16 colors, 256 colors, 32-bit RGBA), with transparency support.

mintinstall is available in [mint packages][1]:

  1. Add the repository:
 sudo sh -c 'echo "deb http://packages.linuxmint.com/ elsie main" >> /etc/apt/sources.list.d/mint.list'
  1. run an update to retrieve information about what packages are available:
sudo apt-get update
@awoland
awoland / Tweaks.reg
Created July 31, 2025 18:19 — forked from trongtinh1212/Tweaks.reg
Registry Tweaks Windows 10
Windows Registry Editor Version 5.00
;USE AT YOUR OWN RISK!
;USE AT YOUR OWN RISK!
;USE AT YOUR OWN RISK!
;Improves system responsiveness and network speed.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile]
"SystemResponsiveness"=dword:00000001