Skip to content

Instantly share code, notes, and snippets.

@g0053
g0053 / streamer.conf
Created December 4, 2018 22:31 — forked from patriclougheed/streamer.conf
YouPHPTube Streamer NginX Conf
server {
listen 80;
server_name <domain> <www.domain>;
root /var/www;
index index.php;
charset utf-8;
location = /favicon.ico { access_log off; log_not_found off; }
location = /robots.txt { access_log off; log_not_found off; }
@g0053
g0053 / create_vm_on_ubuntu_14_04.txt
Created December 1, 2018 23:09 — forked from skamithi/create_vm_on_ubuntu_14_04.txt
creating vms using virt-builder and virt-install on ubuntu 14.04
! add current user to kvm group
usermod -a -G kvm skamithi
! create root password file
cat 'mypass' > /tmp/rootpw
! update soon with run-command to run 'dpkg-reconfigure openssh-server' to regenerate ssh keys
! without this you get a ssh reset peer message
virt-builder ubuntu-14.04 --root-password file:/tmp/rootpw -o ubuntu1404.qcow2 --format qcow2 --size 10G --hostname ubuntu1404
@g0053
g0053 / install-proxychains-ng.sh
Created November 30, 2018 14:06 — forked from ifduyue/install-proxychains-ng.sh
Install proxychains-ng on CentOS
#!/bin/sh
# Usage:
# wget -O- https://gist.githubusercontent.com/ifduyue/dea03b4e139c5758ca114770027cf65c/raw/install-proxychains-ng.sh | sudo bash -s
set -eu
version=4.13
wget https://github.com/rofl0r/proxychains-ng/archive/v$version.tar.gz
tar xf v$version.tar.gz
@g0053
g0053 / mariadb.yml
Created November 20, 2018 12:57 — forked from vovanmix/mariadb.yml
Install mariadb via ansible on centOS
--- # Install mariadb via ansible on centOS
- hosts: appserver
user: test
sudo: yes
vars:
mysql_root_password: passwd
tasks:
- name: Install MYSQL
yum:
name: mariadb-server #debian: mysql-server

Download Audio from YouTube

-i - ignore errors

-c - continue

-t - use video title as file name

--extract-audio - extract audio track

@g0053
g0053 / gist:2de193c1237b61d3859a5c060e1e484d
Created June 19, 2017 07:20
Chan_mobile or Free Romaing
Hi, in this tutorial I would like to share my expiriance reagarding configuration Asterisk with chan_mobile module to forward
GSM calls & messages to SIP.