Skip to content

Instantly share code, notes, and snippets.

View saintly2k's full-sized avatar
🖤
Am I immortal?

saintly2k

🖤
Am I immortal?
View GitHub Profile
@adamstac
adamstac / gist:7462202
Last active January 5, 2024 00:01
Install and configure Sendmail on Ubuntu

Install and configure Sendmail on Ubuntu

This should help you get Sendmail installed with basic configuration on Ubuntu.

  1. If sendmail isn't installed, install it: sudo apt-get install sendmail
  2. Configure /etc/hosts file: nano /etc/hosts
  3. Make sure the line looks like this: 127.0.0.1 localhost yourhostname
  4. Run Sendmail's config and answer 'Y' to everything: sudo sendmailconfig
  5. Restart apache sudo service apache2 restart
@MRuy
MRuy / 00-README.md
Last active May 9, 2024 22:06
List of CS:GO gambling and scam sites

CSGO gambling and scam websites

The txt file contains a list of legit and scam gambling websites.
The file is not active maintained anymore but i put some examples images to detect scam on this gist.

@samklr
samklr / seedex.sh
Last active December 3, 2021 16:50
Scripts to build a torrent seed box with transmission on ubuntu
#! /bin/bash
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install -y git htop tmux transmission-cli transmission-daemon
sudo apt-get -y update
sudo /etc/init.d/transmission-daemon stop
@fwolf
fwolf / mcurl-pornhub.php
Last active September 24, 2023 14:33
Use mcurl.sh to download pornhub video
<?php
if (2 > $argc) {
$basename = basename(__FILE__);
echo "
Usage: $basename PORNHUB_URL
Need mcurl.sh to download video.
Notice: Cannot run on Mac OSX due to mcurl.sh compatible.