This is a work in progress, proceed with caution
- Install Proxmox 6.X iso I selected 2 drives in Raid 1 mirror
- Console/SSH into Proxmox
- nano /etc/apt/sources.list
| FROM alpine | |
| RUN apk update && apk add python git automake libtool git boost-dev openssl-dev qt5-qtbase-dev qt5-qttools-dev autoconf build-base py2-pip | |
| RUN pip install exodus-bundler | |
| RUN cd && git clone https://github.com/arvidn/libtorrent.git && \ | |
| cd libtorrent/ && \ | |
| git checkout RC_1_2 && \ | |
| ./autotool.sh && \ | |
| ./configure --disable-debug --enable-encryption CXXFLAGS="-std=c++14" && \ | |
| make -j$(nproc) && \ | |
| make install |
| #!/bin/bash | |
| set -e | |
| apt update -y | |
| apt install -y build-essential git perl python2.7 python2.7-dev zlib1g-dev autoconf libicu-dev pkg-config perl ccache | |
| OPENSSL_TAG=OpenSSL_1_1_1-stable | |
| QBITTORRENT_TAG=v4_2_x | |
| LIBTORRENT_TAG=RC_1_2 | |
| QT5_TAG=5.14 | |
| BOOST_VER=1.72.0 |
| #!/bin/sh | |
| set -e | |
| apt install -y build-essential git perl python2.7 libboost-all-dev libboost-tools-dev zlib1g-dev autoconf libssl-dev | |
| QBITTORRENT_TAG=v4_2_x | |
| LIBTORRENT_TAG=RC_1_2 | |
| QT5_TAG=5.12 | |
| rm -rf work | |
| mkdir work |
If you're encountering ping github.com failing inside WSL with a Temporary failure in name resolution, you're not alone — this has been a long-standing issue, especially when using VPNs or corporate networks.
This issue is now fixed robustly with DNS tunneling, which preserves dynamic DNS behavior and avoids limitations like WSL’s former hard cap of 3 DNS servers in /etc/resolv.conf.
DNS tunneling is enabled by default in WSL version 2.2.1 and later, meaning that if you're still seeing DNS resolution issues, the first and most effective fix is simply to upgrade WSL. Upgrading WSL updates the WSL platform itself, but does not affect your installed Linux distributions, apps, or files.
To upgrade WSL, follow these steps,
A curated list of arrrrrrrrr!
| // ==UserScript== | |
| // @name Eva's universal torrent gallery | |
| // @namespace https://github.com/po5 | |
| // @version 0.1.305 | |
| // @description Gallery view for trackers | |
| // @author Eva | |
| // @homepage https://gist.github.com/po5 | |
| // @icon https://ptpimg.me/9rmox4.png | |
| // @updateURL https://gist.github.com/po5/c27eeed4412c64d7befb37feb868511e/raw/universal-torrent-gallery.user.js | |
| // @downloadURL https://gist.github.com/po5/c27eeed4412c64d7befb37feb868511e/raw/universal-torrent-gallery.user.js |
| # -*- coding:utf-8 -*- | |
| # !/usr/bin/env python3 | |
| ''' | |
| Author: ayasakinagi | |
| Email: xyz.wang@outlook.com | |
| 环境: Python3 | |
| 依赖: deluge_client | |
| 使用: 修改host, port, username, password, limitSize, dataPath变量 |
The following documents is basically notes on tools, repos, etc. to use for development in Ubuntu. It is devided into sections so that it can be used in pieces, it doesn't need to be followed like a script.
This is likely to end up out-of-date. Things to watch out for: