Skip to content

Instantly share code, notes, and snippets.

@Woolfy025
Woolfy025 / Video_Audio_Downloader.js
Created September 1, 2023 07:46 — forked from thocell/Video_Audio_Downloader.js
The Tampermonkey userscript to download video and audio from Youtube, Twitter, Vimeo, Facebook, Dailymotion, 1tv, VK, youku, bilibili and 5000 more sites for free. Fast and easy to use.
// ==UserScript==
// @name Distill Video & Audio Downloader from 5000+ sites including Youtube, Support 1080P, 2K, 4k & 8K
// @namespace https://distillvideo.com/
// @version 2.1.1
// @date 2018-06-17
// @description Browser extension to download video and audio from Youtube, Twitter, Vimeo, Facebook, Dailymotion, 1tv, VK, youku, bilibili and 5000 more sites for free. Fast and easy to use.
// @author DistillVideo.com
// @copyright 2018, DistillVideo.com
// @homepage https://distillvideo.com/page/extensions
// @downloadURL https://distillvideo.com/js/ditillvideo.user.js
@Woolfy025
Woolfy025 / Raspberry Pi with Kernel 5.10+
Last active August 23, 2023 12:43 — forked from MBing/install_wlan_dongle.sh
install TP-Link-WN725N Nano USB Wifi on Raspberry Pi with Kernel 5.10+
# DO NOT PUT THE WIFI DONGLE IN THE DEVICE BEFORE MENTIONED EXPLICITLY BELOW
# Brief note, after this the UI will not show the usb dongle,
# the wifi does work and I get an IP address, so all works,
# but I don't go into detail of making it show on the Raspbian UI.
# (for this purpose I don't care about the UI)
# For the use of this I connected my device to an ethernet connection and through the Router could see the IP which I can SSH into.
## STEP 1: Prepare machine and install packages needed

Hello Pi

This is a writedown of how I installed my raspberry pi(s).

The base is a Proxmox, so I don't have to worry about reformat the SD card every time I wanna try out something new, as I can start VMs and LXC containers, as well as Docker containers once it's configured properly.

Note: Those files are versioned, so you can always look what changed from time to time.

Topics

@Woolfy025
Woolfy025 / rpi-installation-01-osx.md
Created January 21, 2023 02:06 — forked from tomysmile/rpi-installation-01-osx.md
Raspberry Pi Installation using Mac OSX

Raspberry Pi Installation using Mac OSX

Installing Raspbian

First we need to download raspbian, you can grab the latest version at https://www.raspberrypi.org/downloads/

Direct url: http://downloads.raspberrypi.org/raspbian_latest

Now we need unzip the file: 2016-02-06-raspbian-jessie.zip: unzip 2016-02-06-raspbian-jessie.zip

@Woolfy025
Woolfy025 / install-open-media-vault-orange-pizero.sh
Created December 13, 2022 09:47 — forked from dnavarrom/install-open-media-vault-orange-pizero.sh
Install open media vault server on orange pi zero - Debian.
#!/bin/bash
#### PART ONE
cat > /etc/apt/sources.list.d/openmediavault.list << EOF
# deb http://packages.openmediavault.org/public arrakis main
deb http://downloads.sourceforge.net/project/openmediavault/packages arrakis main
## Uncomment the following line to add software from the proposed repository.
# deb http://packages.openmediavault.org/public arrakis-proposed main
# deb http://downloads.sourceforge.net/project/openmediavault/packages arrakis-proposed main
## This software is not part of OpenMediaVault, but is offered by third-party
## developers as a service to OpenMediaVault users.
@Woolfy025
Woolfy025 / Install-WSLAndUbuntu.ps1
Created November 13, 2022 02:35 — forked from ScriptAutomate/Install-WSLAndUbuntu.ps1
Enable WSL and Install Ubuntu 22.04 (or 20.04)
<#
- BIOS of host machine also needs to be configured to allow hardware virtualization
- Windows 10 Pro or otherwise is needed; Windows 10 Home Edition CANNOT get WSL
- This gist WSLv2, but can use WSLv1 instead. I needed v1 as I run Windows 10 in a VM in Virtualbox.
- WSLv2 has been giving me problems in Virtualbox 6.1, but WSLv1 works properly.
- vbox has issues with the GUI settings when it comes to nested virtualization on certain systems,
so run the following if needing to give a VM this enabled setting:
VBoxManage modifyvm <vm-name> --nested-hw-virt on
#>
@Woolfy025
Woolfy025 / ddrescue-gui-install.sh
Created August 8, 2022 01:37 — forked from bluesku/ddrescue-gui-install.sh
GUI DDrescue for Ubuntu
#! /bin/sh
sudo add-apt-repository ppa:hamishmb/myppa
sudo apt update
sudo apt install ddrescue-gui -y
<<[-] 'end'
v00 - code is working
@Woolfy025
Woolfy025 / IntelIJTrialReset.bat
Created January 3, 2022 06:13 — forked from VVATOR/IntelIJTrialReset.bat
How to Reset InteIIiJ IDEA Evaluation Key in Windows
cd "C:%HOMEPATH%\.IntelliJIdea*\config"
rmdir "eval" /s /q
del "options\other.xml"
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\idea" /f
:: This will work for idea 2018.3 and later
::
:: It is Highly Advised to Purchase the JetBrain Softwares
:: This is only for the case You just want to Extend the
:: Trial Period and Evaluate the IDE for some more Time