Skip to content

Instantly share code, notes, and snippets.

View blade1989's full-sized avatar

Imri Paloja blade1989

View GitHub Profile
@blade1989
blade1989 / dns-rc.sh
Last active November 15, 2019 12:05
A cli DNS record checker
#!/bin/bash
# Author : Imri Paloja
TMPfile='/tmp/dns-record-check'
echo '' > "$TMPfile"
#echo "Domain: $2"
@blade1989
blade1989 / image_optimizer.sh
Last active March 3, 2017 08:34
Images optimizing script
#!/bin/bash
# --------------------------------------------------
# Author : Imri Paloja
# Email : imri.paloja@gmail.com
# HomePage : https://www.eurobytes.nl/
# Version : 0.6.2
# Name : image_optimizer.sh
# Description : Image optimizing script
# --------------------------------------------------
@blade1989
blade1989 / add-ppa
Last active April 22, 2019 21:38
checks if a ppa is supported, then adds it to you sources list, and installs all the neede packages.
#!/bin/bash
#-----------------------------------------------
# Author : Imri Paloja
# Email : imri.paloja@gmail.com
# HomePage : www.eurobytes.nl
# Version : 0.4.0(Alpha, Be warned!)
# Name : add-ppa
#-----------------------------------------------