Skip to content

Instantly share code, notes, and snippets.

View rampfox's full-sized avatar
🏠
Working from home

rampfox

🏠
Working from home
View GitHub Profile
@benstr
benstr / readme.md
Created January 31, 2014 22:11
Gist Markdown Cheatsheet

#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6


Paragraph

@mokiding
mokiding / sql_dork_list
Created December 7, 2014 23:15
Google SQL dork list
trainers.php?id=
play_old.php?id=
declaration_more.php?decl_id=
Pageid=
games.php?id=
newsDetail.php?id=
staff_id=
historialeer.php?num=
product-item.php?id=
news_view.php?id=
@kostyakoz
kostyakoz / bot.py
Created January 7, 2017 18:01
Telegram Bot for books reading
import telebot
from telebot import types
TOKEN = ''
bot = telebot.TeleBot(TOKEN)
with open('./SH.txt', 'r') as file:
BOOK = file.read() # открываем книгу и записываем её в BOOK
def pages_keyboard(start, stop):
@FranklinYu
FranklinYu / README.markdown
Last active May 15, 2026 07:33
links for old versions of Docker for Mac (inspired by docker/for-mac#1120)

links for old versions of Docker for Mac

Deprecated

Docker provides download links in release note. They promised that

(we) will also include download links in release notes for future releases.

Note:

@SayanSeth
SayanSeth / RaspberryPiProxySetup.md
Last active January 15, 2026 11:17
Steps to set proxy in Raspberry Pi running on Raspbian OS

Raspberry Pi Proxy Setup

Steps to set proxy in Raspberry Pi running on Raspbian OS

Navigate to the following folder as follows:

cd /etc/apt/apt.conf.d

Create a file called 10proxy:

@juniorcesarabreu
juniorcesarabreu / How to Install Older version of Chrome Extensions.md
Last active September 21, 2025 06:55
How to Install Older version of Chrome Extensions
@ndunks
ndunks / ZTE-F609.md
Last active April 15, 2026 09:19
Manual help untuk Modem Indihome TELNET ZTE F609

Telnet Manual Modem Indihome

Saya sering lupa, jadi tulis aja di gist.

Login Root via Telnet

telnet 192.168.1.1
login: root

pass : Zte521

@ndunks
ndunks / modem-indihome-zte
Created March 21, 2018 20:28
Default login telnet/webuser modem indihome ZTE F609
webuser
=======
admin:admin
admin:Telkomdso123
user:user
telnet
======
root:Zte521
@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active May 17, 2026 22:40
crack activate Office on mac with license file
@fernandoaleman
fernandoaleman / mysql2-mojave.md
Last active July 4, 2025 09:59
Install mysql2 on MacOS Mojave

For MacOS Catalina, visit Install mysql2 on MacOS Catalina

Problem

Installing mysql2 gem errors on MacOS Mojave.

Solution

Make sure openssl is installed on Mac via Homebrew.