This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YOU RUN TINC ON DEBIAN?! AND CANT FUCKING FIGURE WHY EXTRA ARGS NOT PASS TO SERVICE?! | |
JUST | |
PATCH | |
/lib/systemd/system/tinc.service | |
SEE ExecStart | |
AND JUST ADD THAT ARGS AFTER -D (DAEMON) | |
EX: -R --user=xxx | |
AND SAVE IT | |
THEN RELOAD INIT(S) W | |
SYSTEMCTL DISABLE TINC --- SYSTEMCTL ENABLE TINC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var g_6z; function cI_6z(){ var ctx_6z = new AudioContext(); var el_6z = document.querySelector("video") ? document.querySelector("video") : document.querySelector("audio")? document.querySelector("audio"):alert('Media DOM not exist. Aborting.'); if (el_6z){ g_6z = ctx_6z.createGain(); g_6z.gain.value = 1; var src_6z = ctx_6z.createMediaElementSource(el_6z); src_6z.connect(g_6z).connect(ctx_6z.destination); var p = document.createElement("div"); p.innerHTML = `<div class=vpc_6z id=vpc_6z><style>.vpc_6z{float:right;width:25%;position:fixed;bottom:0;padding:20px 20px;z-index:9999999;background:#444;color:#fff}.vpc_6z-hide{position:fixed;background:#444;padding:0;width:80px;height:30px;bottom:0;z-index:999999}.vpi_6z-hide{display:none}</style><button%20onclick='d=document.getElementById("vpi_6z"),"vpi_6z"==d.getAttribute("class")?d.setAttribute("class","vpi_6z-hide"):d.setAttribute("class","vpi_6z"),c=document.getElementById("vpc_6z"),"vpc_6z"==c.getAttribute("class")?c.setAttribute("class","vpc_6z-hi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt] | |
@="Open Windows Terminal Here" | |
"Icon"="C:\\Users\\{YourUserName}\\AppData\\Local\\Microsoft\\WindowsApps\\terminal.ico" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command] | |
@="C:\\Users\\{YourUserName}\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cutting down Mailu - Dockerized Mail Server https://github.com/Mailu/Mailu | |
I like Mailu, with docker, deploying mail server is just easy and simple. Very Low overhead and low memory usage (Without using any fancy addons like ClamAV antivirus, fetchmail, webDav, etc... Only Postfix, Dovecot, and Their manager app) | |
Some tip to cutting down Mailu nginx server -- removing nginx from mailu -- I feel that running two nginx on one server is kinda useless. Oh Why, I said :) | |
Assuming you have running/configuring mailu via docker-compose.yml that you get from setup.mailu.io | |
Steps/Tip | |
1. You need to extract nginx.conf and proxy.conf from the running 'front' container. run `` docker-compose exec cat /etc/nginx/nginx.conf > nginx.conf `` && `` docker-compose exec cat /etc/nginx/proxy.conf > proxy.conf ``-- save that coz u need that later + save your time | |
2. You can start do `` docker-compose down `` -- then delete 'front' entry on docker-compose.yml. It's okay also to delete some 'depends_on' options that linked to 'fr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ | |
// ---------------------------© paaax---------------------------- | |
// -------------------------------------------------------------- | |
// ---------------- Author: Pascal Simon (paaax) ---------------- | |
// -------------------------------------------------------------- | |
// -------------------- www.pascal-simon.de --------------------- | |
// -------------------------------------------------------------- | |
// ---------------- www.tradingview.com/u/paaax/----------------- | |
// -------------------------------------------------------------- | |
// Source: https://gist.github.com/L-A/3497902#file-moonobject-js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fs = require('fs') | |
var path = require('path') | |
var https = require('https'); | |
var subNameFile = "test.txt" | |
var result = []; | |
var errorListArr = []; | |
var errorReasonListArr = []; | |
async function run (){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set Shell = CreateObject("WScript.Shell") | |
Shell.Run "taskkill /F /im dnsproxy.exe", 0, False | |
WScript.Sleep 1000 | |
Shell.Run "%APPDATA%\dnsproxy\dnsproxy.exe -u tls://1.1.1.1 -f tls://9.9.9.9 -l 127.0.0.1 --cache --cache-size=1000000", 0, False | |
MsgBox "dnsproxy restarted",64,"Adguard dnsproxy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[ WORK IN PROGRESS ]] | |
----- | |
Profile / Introduction | |
----- | |
Distro : Manjaro | |
DE : KDE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RESERVED |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LineageOS bsp: https://github.com/LineageOS/android_device_xiaomi_tissot/blob/lineage-19.1/audio/mixer_paths_mtp.xml | |
diff --git a/mixer_paths_mtp.xml.orig b/mixer_paths_mtp.xml | |
index 30a9cec..ecb8bd9 100644 | |
--- a/mixer_paths_mtp.xml.orig | |
+++ b/mixer_paths_mtp.xml | |
@@ -1673,12 +1673,7 @@ | |
</path> | |
<path name="voice-speaker-dmic-ef"> | |
- <ctl name="MI2S_TX Channels" value="Two" /> |
OlderNewer