Skip to content

Instantly share code, notes, and snippets.

View N30Z3N's full-sized avatar
🐰

N30Z3N

🐰
  • 1337x
View GitHub Profile
@N30Z3N
N30Z3N / meganz.php
Created December 26, 2020 14:43 — forked from MBRCTV/meganz.php
Mega.nz Direct Link Generator
<?php
echo '<html><head><title>Mega downloader</title></head><body><h2>Enter Url</h2><form action="mega.php" method="POST"> <br> URL: <input type="text" name="URL"> <br><input type="submit" value="Submit"></form>';
if ($_POST) {
error_reporting(0);
$url = $_POST['URL'];
preg_match("/!(.+?)!/", $url, $output_array);
@N30Z3N
N30Z3N / rclone.conf
Created September 16, 2020 01:01 — forked from werrpy/rclone.conf
rclone Unlimited Cloud Storage Script (Google Drive)
[media-local-secret]
type = crypt
remote = secret/media
filename_encryption = standard
password =
password2 =
[media-remote-secret]
type = crypt
remote = gdrive:path/to/media
@N30Z3N
N30Z3N / noVNC
Created August 26, 2020 04:11 — forked from meteorsnows/noVNC
Ubuntu noVNC
https://github.com/kanaka/noVNC/issues/535
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-14-04
http://www.penguintutor.com/raspberrypi/tightvnc
https://news.ycombinator.com/item?id=10289673
https://blog.docker.com/2013/07/docker-desktop-your-desktop-over-ssh-running-inside-of-a-docker-container/
https://github.com/ConSol/docker-headless-vnc-container
http://cects.com/ssh-local-and-remote-port-forwarding-with-vnc/
https://security.web.cern.ch/security/recommendations/en/ssh_tunneling_vnc.shtml
http://crl.ucsd.edu/handbook/vnc/