
NOTE: This setup was tested only in Ubuntu 18.04 x64
INTRO
The objective is to perform a SSH login and authenticate to a local Microsoft AD. There are many ways …
System Administrator
NOTE: This setup was tested only in Ubuntu 18.04 x64
INTRO
The objective is to perform a SSH login and authenticate to a local Microsoft AD. There are many ways …
Raspberry Pi Access Point How To
OBJECTIVE:
Raspberry Pi as an Access Point to route all DHCPD clients via (external server, outside my country)
INTRO:
I already have a server …
1) Pre-Requisite
# Install Mariadb
yum -y install mariadb
mysql -u root -p
CREATE DATABASE gitea;
CREATE USER ‘gitea’@’localhost’;
SET PASSWORD FOR ‘gitea’@’localhost’ = PASSWORD(‘NEW_gitea’);
grant all privileges on gitea.* …
# INSTALL GO and Gogs (github opensource server) on CENTOS 7
wget “https://dl.google.com/go/go1.10.linux-amd64.tar.gz”
mv go1.10.linux-amd64.tar.gz /usr/local/
cd /usr/local/
tar -zxvf go1.10.linux-amd64.tar.gz
ln -s /usr/local/go/bin/go /usr/local/bin/go
ln -s /usr/local/go/bin/godoc /usr/local/bin/godoc
ln …
I do like working with RedHat / Centos 6 (python 2.6.6) but when it comes to Python, urghh…They just remain old old, its sad. I dont know why. Solution is …
URBACKUP CENTOS 7 HOW TO INSTALL
Centos 7 x64bit urbackup-server-2.0.36
Requirements:
yum install autoconf automake binutils bison flex gcc gcc-c++ gettext libtool make patch pkgconfig redhat-rpm-config rpm-build rpm-sign
yum install …
yum install -y openvpn
modprobe iptable_nat
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -s 10.4.0.1/2 -o eth0 -j MASQUERADE
cd /etc/openvpn/
openvpn –genkey –secret vpn.key vi openvpn.conf openvpn.conf …