Skip to content

Instantly share code, notes, and snippets.

View vladtreny's full-sized avatar

vladtreny

View GitHub Profile
1
10
11
12
13
14
15
16
17
18
aapocclcgogkmnckokdopfmhonfmgoek : Slides : version 0_10
ahfgeienlihckogmohjhadlkjgocpleb : Web Store : version 0_2
aohghmighlieiainnegkcijnfilokake : Docs : version 0_10
apdfllckaahabafndbhieahigkjlhalf : Google Drive : version 14_2
beimhnaefocolcplfimocfiaiefpkgbf : Ledger Manager : version 1_3_0
bigefpfhnfcobdlfbedofhhaibnlghod : MEGA : version 3_74_2
blpcfgokakmgnkcojhhkbfbldkacnbeo : YouTube : version 4_2_8
bmnlcjabgnpnenekpadlanbbkooimhnj : Honey : version 11_7_2
cjpalhdlnbpafiamejdnhcphjbkeiagm : uBlock Origin : version 1_22_4
dbclpoekepcmadpkeaelmhiheolhjflj : User-Agent Switcher : version 0_2_6
@ajxchapman
ajxchapman / README.md
Last active October 6, 2025 10:19
Install Windows on Digital Ocean droplet
@ammar0466
ammar0466 / gist:058c4c4c975cf946e5b292c02ee67022
Last active April 6, 2026 03:39
Install Windows 10 on digital ocean
How to install windows on digital ocean,
use this tutorial :
https://milankragujevic.com/how-to-install-windows-10-on-digitalocean
how to create own image :
Reans Web - Creating Custom Image on Digital Ocean '(2022 Update)'
Click here to watch on youtube : https://youtu.be/wtHBDEl5DIw
@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active May 8, 2026 10:02
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@neretin-trike
neretin-trike / pug.md
Last active January 15, 2026 13:32
Туториал по HTML препроцессору Pug (Jade)
@geekteq
geekteq / update-ufw.sh
Created March 21, 2017 14:24
update dynamic IP in UFW ssh access
#!/bin/bash
HOSTNAME=dynamic.domain.com
LOGFILE=$HOME/ufw.log
Current_IP=$(host $HOSTNAME | head -n1 | cut -f4 -d ' ')
if [ ! -f $LOGFILE ]; then
/usr/sbin/ufw allow from $Current_IP to any port 22 proto tcp
echo $Current_IP > $LOGFILE
else
@dannyti
dannyti / Install Windows on Kimsufi or SoYouStart
Created March 12, 2016 16:54 — forked from Terrobility/Install Windows on Kimsufi or SoYouStart
A guide on how to install Windows Server 2012 for Minecraft.
1. Make sure Netboot is set to hard disk. Also make sure that Monitoring is disabled.
2. Click 'Reinstall' in the control panel, and select 'Linux Plesk 12 (CentOS 7) (64bits)'. The server should restart and begin installing the OS.
3. Once it is done (it will come up under 'Tasks'), change the Netboot to Rescue, then select 'rescue-pro' and restart the server.
4. You will receive an email with the SSH login information. Open up PuTTY or your preferred SSH client, and log in.
5. Type in this command as follows:
wget -O- 'http://mirror.joodle.nl/KS2012R2-Joodle-Template.gz' | gunzip | dd of=/dev/sda
@alok87
alok87 / sendmail.go
Created October 21, 2015 10:10
Sendmail Using Golang without SMTP- Example
package main
import (
"io/ioutil"
"os/exec"
"fmt"
)
// EXAMPLE: echo "Subject: TestnHello" | sendmail -f you@domain.com you@domain.com
// Useful Links: https://gobyexample.com/spawning-processes
@cx-shay-shimonov
cx-shay-shimonov / gist:4b1f6616a7afabc1ce2a
Created July 18, 2015 15:15
google-search-url-parameters-query-string-
// ==UserScript==
// @name Google Search Better Privacy
// @description Delete unnecessary params and add useful params on Google Search.
// @version 0.0.4
// @include http://*.google.*/search*
// @include http://*.google.*/imgres*
// @include https://*.google.*/search*
// @include https://*.google.*/imgres*
// @exclude http://play.google.com/*
// @exclude http://mail.google.com/*