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
@gOOvER
gOOvER / install-ispconfig3-ubuntu.sh
Last active June 9, 2017 07:16
Install ISPConfig3 Ubuntu 16.04 64Bits
#!/bin/bash
## Install ISPConfig3 on Ubuntu 16.04 64Bits
## Author: Nilton OS www.linuxpro.com.br
## https://www.howtoforge.com/tutorial/perfect-server-ubuntu-16.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig/
## Version 0.5
## Variables
## Install apache for https/2 Support from unofficial Source
APACHE=y
@jniltinho
jniltinho / install_samba4.sh
Last active November 23, 2020 11:10
Compile Samba4 for Debian/Ubuntu
#!/bin/bash
## Install Samba4 4.12.3
## On Ubuntu 18.04 64Bits
## Author: Nilton OS -- www.linuxpro.com.br
## Link: https://github.com/jniltinho/go-samba4
## https://wiki.samba.org/index.php/Package_Dependencies_Required_to_Build_Samba
## Version: 0.6
### Tested on Ubuntu 18.04 64Bits
apt-get update
@jniltinho
jniltinho / install_gogs_ubuntu.sh
Last active October 15, 2020 12:15
Install Gogs on Debian or Ubuntu
#!/bin/bash
## Install Gogs v0.11.4 + Nginx Webserver + Mysql
## On Debian, Ubuntu 64Bits
## Author: Nilton OS -- www.linuxpro.com.br
## Version: 3.5
### Tested on Ubuntu 16.04 LTS 64Bits
### Tested on Debian 8/9 64Bits
echo 'install_gogs_ubuntu.sh'