Skip to content

Instantly share code, notes, and snippets.

View santosadrian's full-sized avatar
💭
Buscándome la vida que la muerte viene sola.

Adrian Santos santosadrian

💭
Buscándome la vida que la muerte viene sola.
View GitHub Profile
@gustavorv86
gustavorv86 / jpg_sort.py
Last active May 16, 2021 23:08
Renamed a lot of JPG files by the taken date
#!/usr/bin/env python3
"""
Author: gustavorv86
Usage: Copy this script into the folder with the JPG files and execute it.
"""
try:
import os
import shutil
import sys
@kremalicious
kremalicious / tor-hidden-service-host.sh
Last active October 31, 2023 20:48
Install and run Tor hidden service on pretty much anything
##
# for Ubuntu 16.04 Xenial Xerus
##
######################################
# INITIAL SERVER SETUP & HARDENING
######################################
# most VPS providers give you root user from the start
ssh root@1.2.3.4
@jeanlescure
jeanlescure / README.md
Last active March 25, 2024 19:08
Ubuntu/Debian Offline Repository Creation

Ubuntu/Debian Offline Repository Creation Gist

When I googled how to create my own offline repository of packages for use in an offline Ubuntu/Debian machine, the results were disheartening and the steps to be taken scattered all over the place.

The files within this gist will allow you to:

  • Download specific apt-get packages... with dependencies included!
  • Create a Packages.gz file so that you can add the repository folder you create to the target machine's /etc/apt/sources.list file.

Before using

@Sven65
Sven65 / HPWP.md
Created March 8, 2015 19:51
Building a HexChat plugin with Python

Building a HexChat plugin with Python

Copyright 2015 Mackan90096

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

>