Skip to content

Instantly share code, notes, and snippets.

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

Nilton Oliveira jniltinho

🏠
Working from home
View GitHub Profile
@jniltinho
jniltinho / install-powerdns.sh
Last active September 6, 2024 12:56
Install PowerDNS Ubuntu
#!/bin/bash
#
# https://www.howtoforge.com/how-to-install-powerdns-on-ubuntu-22-04/
# https://www.cloudwizard.nl/powerdns-part-1-master-server-installation-ubuntu/
# https://sempreupdate.com.br/linux/tutoriais/como-instalar-o-powerdns-e-o-powerdns-admin-no-ubuntu/
# https://kifarunix.com/install-and-setup-powerdns-admin-on-ubuntu-22-04/
# https://www.reddit.com/r/dns/comments/yzxk12/independent_powerdns_authoritative_and_two/
# https://gist.github.com/maxivak/1daa03229493e22a7263c83dd52af76f (pdns-recursor)
@jniltinho
jniltinho / install-gitea.sh
Last active August 9, 2024 22:53
Install Gitea Ubuntu
#!/bin/bash
#
# https://docs.gitea.com/
# https://docs.gitea.com/usage/actions/act-runner
# https://dl.gitea.com/gitea/
# https://dl.gitea.com/act_runner/
# https://docs.gitea.com/administration/reverse-proxies
# https://www.rosehosting.com/blog/how-to-install-gitea-on-ubuntu-22-04/
# https://hostnextra.com/learn/tutorials/how-to-install-gitea-on-ubuntu
# https://gist.github.com/MitchRatquest/dadc9484e07a627fa73b1c7bbcf609f4
@jniltinho
jniltinho / idracclient.py
Created June 13, 2024 21:46 — forked from TheJJ/idracclient.py
Dell iDRAC linux/mac/windows client launcher
#!/usr/bin/env python3
"""
Dell iDRAC client launcher for Linux, macOS and Windows.
probably works with Dell iDRAC 6/7/8
Downloads needed Java files and sets up port forwarding via SSH.
example usage: ./idracclient.py -J jumphost.lol.domain srv42-serviceprocessor.lol.domain
for more info, see ./idracclient.py --help
@jniltinho
jniltinho / xcp-ng-link.txt
Created June 10, 2024 19:43
XCP-ng Links
@jniltinho
jniltinho / resize-ext4-linux .sh
Last active May 29, 2024 14:54
Resize an ext4 partition from the command line.
#!/bin/bash
## Links
## Ubuntu|Debian
## https://unix.stackexchange.com/questions/137482/how-to-to-resize-an-ext4-partition-from-the-command-line
## https://stackoverflow.com/questions/23519797/how-to-export-import-existing-user-with-its-privileges
## mysqldump -uroot --extended-insert=FALSE --no-create-info mysql --tables user > users-db.sql
## mysqldump mysql --tables global_priv db > users-db.sql
## mysqldump --system=users > create-users.sql
## sed -i -r '/(root|debian|SET|LOCK|400|--)/d' users-db.sql
@jniltinho
jniltinho / build-php-5.3-ubuntu.sh
Last active April 25, 2024 23:23 — forked from rfay/gist:8cd633f3d0b7722da3bea044c69085d1
Build php 5.3 on recent Ubuntu
#!/bin/bash
## Install Debian/Ubuntu
## From https://pastebin.com/wEvpW0rg
## https://github.com/RedScourge
## https://github.com/drud/ddev/issues/1714#issuecomment-532015204
## https://github.com/shivammathur/php5-ubuntu
## https://launchpad.net/~sergey-dryabzhinsky/+archive/ubuntu/php53
## https://github.com/zener05/debian-stretch-php-5-3
## https://github.com/phpbrew/phpbrew
@jniltinho
jniltinho / install-multi-php-debian.sh
Last active May 21, 2024 15:43
Install Multi PHP Debian 12
#!/bin/bash
## Install Debian/Ubuntu
## https://think.unblog.ch/en/multiple-php-fpm-versions-with-apache-on-debian-12/
## https://tecadmin.net/how-to-install-php-on-debian-11/
## https://shape.host/resources/how-to-install-multiple-versions-of-php-on-debian-with-ispconfig
apt install -y lsb-release apt-transport-https ca-certificates wget gnupg
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
@jniltinho
jniltinho / install-mysql-5.sh
Last active June 18, 2024 21:26
Install Mysql 5
#!/bin/bash
## Install Mysql 5.5.62 Debian 12
## https://downloads.mysql.com/archives/community/
## https://downloads.mysql.com/archives/get/p/23/file/mysql-5.5.62-linux-glibc2.12-x86_64.tar.gz
## https://www.hukot.net/community/en/tutorials/how-to-install-mysql-server-5-5-62-on-debian-ubuntu
## This tutorial also works on other versions of MySQL server in branch 5.5.x.
## Uninstall any existing version of MySQL; It's not mandatory
## rm /var/lib/mysql/ -R
@jniltinho
jniltinho / install-perlbrew.sh
Last active May 18, 2024 17:01
Install Perlbrew Debian 12
#!/bin/bash
## Install Perlbrew Debian 12
## https://perlbrew.pl/
## https://metacpan.org/pod/App::perlbrew
## https://www.digitalocean.com/community/tutorials/how-to-install-perlbrew-and-manage-multiple-versions-of-perl-5-on-centos-7
## https://forum.bestpractical.com/t/mysql-dependency-error-with-mariadb-and-debian-12/38748/6
## https://webhostinggeeks.com/howto/how-to-enable-mod_perl-apache-module-on-ubuntu/
## /opt/perl5/perls/perl-5.14.4/bin/perl
## /opt/perl5/perls/perl-5.10.1/bin/perl
@jniltinho
jniltinho / perl-oracle-install-debian-12.sh
Last active April 18, 2024 19:49 — forked from gongo/dbd-oracle-install-on-ubuntu1204.org
Install document of DBD::Oracle on Debian 12
#!/bin/bash
## Install DBD::Oracle on Debian 12
## DBD::Oracle on Debian 12
## Link on http://www.oracle.com/technetwork/topics/linuxsoft-082809.html
## https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html
## https://yum.oracle.com/repo/OracleLinux/OL7/oracle/instantclient/x86_64/index.html
## 2024/04/18, version *19.23.0.0.0-1*
## Install require package