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 |
More recent resolution: | |
1. cd ~/../../etc (go to etc folder in WSL). | |
2. echo "[network]" | sudo tee wsl.conf (Create wsl.conf file and add the first line). | |
3. echo "generateResolvConf = false" | sudo tee -a wsl.conf (Append wsl.conf the next line). | |
4. wsl --terminate Debian (Terminate WSL in Windows cmd, in case is Ubuntu not Debian). | |
5. cd ~/../../etc (go to etc folder in WSL). | |
6. sudo rm -Rf resolv.conf (Delete the resolv.conf file). | |
7. In windows cmd, ps or terminal with the vpn connected do: Get-NetIPInterface or ipconfig /all for get the dns primary and | |
secondary. |
#!/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 |