Blog
Hetzner
Hetzner is a german dedicated server provider. https://github.com/serverok/hetzner-api – set rDNS/PTR record in hetzner using API. Hetzner Dedicated Server setup Debian 10…
netplan
Ubuntu Server 20.04 set static IP with netplan Ubuntu Server 20.04 configure OVH failover IP Configure KVM Bridge Network using netplan Configure…
Whitelist an IP in Amazon AWS security group from command line
To white list an IP in Amazon AWS security group using aws command line tool, run aws ec2 authorize-security-group-ingress –group-id SECURITY_GROUP_ID_HERE –protocol…
Apache Performance Tuning
To optimize Apache web server, run curl -sL https://raw.githubusercontent.com/richardforth/apache2buddy/master/apache2buddy.pl | sudo perl
Gitlab find version
To find version of hosted Gitlab installation, run gitlab-rake gitlab:env:info Example root@simplegitlab:~# gitlab-rake gitlab:env:info System information System: Ubuntu 16.04 Current User: git…
ISPmanager
ISPmanager is a hosting control panel. The price starts at $5 per month for the lite version. To install ISPmanager, run wget…
PHP PECL extension
PECL is a repository for PHP Extensions, providing a directory of all known extensions and hosting facilities for downloading and development of…
WordPress use CDN with out plugin
Content Devlivery Network (CDN) allow your web site to serve images from another domain or a sub domain. This speed up web…
APCu
APCu is an in-memory key-value store for PHP. Keys are of type string and values can be any PHP variables. APCu only…
Docker delete container after running
When you run a docker image, it create a container and run it. After docker container stop, container stays, so you can…
apt force IPv4
One of my internet provider only provide IPv4 connection. When i run apt install command, it failed with error as it try…