Skip to content

Instantly share code, notes, and snippets.

View nonohry's full-sized avatar
🎯
Focusing

Nono Heryana nonohry

🎯
Focusing
View GitHub Profile
@nonohry
nonohry / raree.md
Created November 24, 2018 14:36
Awesome Collection Of Rare Hacking E-Books And PDF || 2018 Latest
@nonohry
nonohry / 8TB
Created May 22, 2020 16:18
8 TB collection of data
Hey! i'm sharing 8 TB collection of data include over 8000 Courses, Ebooks, Etc
https://mega.nz/folder/TjAGxSLD#pi9cuU55Kqze_7v9tzsMHQ
@nonohry
nonohry / Sublime Text 3 License Key
Created March 30, 2015 05:30
Sublime Text 3 License Key
—– BEGIN LICENSE —–
Andrew Weber
Single User License
EA7E-855605
813A03DD 5E4AD9E6 6C0EEB94 BC99798F
942194A6 02396E98 E62C9979 4BB979FE
91424C9D A45400BF F6747D88 2FB88078
90F5CC94 1CDC92DC 8457107A F151657B
1D22E383 A997F016 42397640 33F41CFC
E1D0AE85 A0BBD039 0E9C8D55 E1B89D5D
@nonohry
nonohry / Ebooks
Last active December 10, 2021 15:26
Ebooks
http://buffman.net/ebooks/
http://bowlerschool.net/
https://akademik.del.ac.id/ebooks/
http://yablonsky.com/ebooks/
http://www.indusvalley.edu.pk/library/
http://uap.unnes.ac.id/
http://roest8.home.xs4all.nl/mike/boek/E-books/
http://www.rudyct.com/ebooks/information/
http://www.fisica.net/ebooks/
https://www.nasa.gov/connect/ebooks/index.html
@nonohry
nonohry / Link Download
Last active November 1, 2021 08:59
Link Download
@nonohry
nonohry / python.md
Created November 24, 2018 14:34
♣️♣️Python Video Courses Collection♣️♣️
@nonohry
nonohry / rar2zip
Created May 23, 2020 16:51
Convert Rar To Zip
#!/bin/bash
echo "Converting RARs to ZIPs"
# Separate files using ␜ http://graphemica.com/%E2%90%9C.
IFS="␜"
# Use RAM disk for temporary files.
WORKDIR="/dev/shm/"
# Set name for the temp dir. This directory will be created under WORKDIR
@nonohry
nonohry / gist:017c886f9b664db7e72981af15e9aeaf
Created December 6, 2020 14:28
Install Lets Encrypt Certificate on CentOS 8
$ sudo curl -O https://dl.eff.org/certbot-auto
$ sudo mv certbot-auto /usr/local/bin/certbot-auto
$ chmod 0755 /usr/local/bin/certbot-auto
$ sudo /usr/local/bin/certbot-auto --nginx