Skip to content

Instantly share code, notes, and snippets.

View algent-al's full-sized avatar
⚠️
⚡⚡⚡

Algent Albrahimi algent-al

⚠️
⚡⚡⚡
View GitHub Profile
@algent-al
algent-al / How to install Mullvad VPN on Solus Linux
Created October 7, 2021 08:09
How to install Mullvad VPN on Solus Linux
Mullvad VPN GUI Client is now on solus linux and i will show some bug fixes and how to get it installed on your system.
How to install Mullvad VPN GUI Client via the Package Manager:
1. Open your software center, And find search.
2. Now in the search box enter this, "mullvad" and then once you have done that, Now you can install the app.
3. Next tutorial will fix the bug where it says, "Connecting to Mullvad system service". If you get this error after install then follow along, If not then you can skip this.
@algent-al
algent-al / upsize
Created February 4, 2021 08:56 — forked from hyphenrf/upsize
get eopkg update size in per-package detail
#!/usr/bin/env python2
from pisi.api import *
from pisi.util import human_readable_size
from os.path import basename as b
from sys import argv
ctx = {}