Install the OpenSSL on Debian based systems
sudo apt-get install openssl
#!/bin/bash | |
#Script to extract Multiple RAR files and place each RAR file's content in its own directory | |
for z in *.rar | |
do | |
# removing all white space. Generating Directory name | |
c="$(echo -e "${z}" | tr -d '[:space:]')" | |
# Creating directory. Replace <Directory Address> with your own Directory Address. | |
mkdir /<Directory Address>/$c; |
.php | |
.html | |
.txt | |
.htm | |
.aspx | |
.asp | |
.js | |
.css | |
.pgsql.txt | |
.mysql.txt |
Program | Category | Notes |
---|---|---|
7+ Taskbar Tweaker | Tweaking | Adjust taskbar behavior. |
AltSnap | Window management | Easily move windows with mouse. |
Autoruns | Startup management | Turn off startup processes. |
CCleaner | System cleanup | Upsells are a little annoying. |
dBpoweramp | Audio encoder | Transcode music batches in parallel. |
DisplayFusion | Tweaking | Plethora of multi-monitor, desktop, and shell tweaks. |
Driver Store Explorer | System cleanup | Uninstall unused drivers. |
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender] | |
"DisableAntiSpyware"=dword:00000001 | |
"DisableAntiVirus"=dword:00000001 | |
"DisableRoutinelyTakingAction"=dword:00000001 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Real-Time Protection] | |
"DisableRealtimeMonitoring"=dword:00000001 | |
"DisableBehaviorMonitoring"=dword:00000001 |
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,
#!/bin/bash | |
set -o errexit | |
clear | |
printf "\n*** This script will download a cloud image and create a Proxmox VM template from it. ***\n\n" | |
### HOW TO USE | |
### Pre-req: | |
### - run on a Proxmox 6 server | |
### - a dhcp server should be active on vmbr1 |
#!/usr/bin/python3 | |
"""#------------------------------------------------------------------------------------------------ | |
#-- Movie Tag Updater for Radarr | |
#-------------------------------------------------------------------------------------------------- | |
# Program : Radarr_tagarr | |
# To Complie : n/a | |
# | |
# Purpose : Add tags and profiles to radarr movies. Tags are retreived from Radarr. | |
# Say Y to add a tag. N to skip a tag. N for all tags will remove all tags. | |
# |
// Click Rules > Customize Rules. Scroll to OnBoot() and inside the function add: | |
static function OnBoot() { | |
FiddlerApplication.oProxy.add_DetachedUnexpectedly(DoReattach); | |
//... | |
// Just before the OnBoot function, add the following new functions: | |
static function DoReattach(o: Object, ea: EventArgs) { | |
FiddlerObject.UI.sbpInfo.Text = "Scheduling automatic reattach at " + new Date(); |
http://104.28.1.30:8080/announce | |
http://104.28.16.69/announce | |
http://107.150.14.110:6969/announce | |
http://109.121.134.121:1337/announce | |
http://114.55.113.60:6969/announce |