FreeBSD ports allows installing software from source. Update the tree. This will create /usr/ports if missing. … Installing Software with FreeBSD portsRead more
FreeBSD ports Sucks
During 2004, i used to use FreeBSD 4 and 5 servers. During this time Cpanel Control … FreeBSD ports SucksRead more
Install rsync in freebsd from source
On the server, i want to install rsync have no ports as it was older version … Install rsync in freebsd from sourceRead more
Install MySQL 8 on FreeBSD
To install MySQL 8 on FreeBSD 13, run pkg install mysql80-server-8.0.25_2 Enable start on boot echo … Install MySQL 8 on FreeBSDRead more
Install Apache/PHP/MySQL on FreeBSD
To install Apache, run pkg install apache24 Enable Apache with vi /etc/rc.conf Add apache24_enable=”yes” Start Apache … Install Apache/PHP/MySQL on FreeBSDRead more
FreeBSD /usr/ports: No such file or directory.
On a FreeBSD server, when I change the directory to “/usr/ports”, got following error root@freebsd:~ # … FreeBSD /usr/ports: No such file or directory.Read more
Install WordPress in Kubernetes
To install WordPress in Kubernetes, you need to install helm package manager. Now run helm install … Install WordPress in KubernetesRead more
Helm Kubernetes Package Manager
Helm is Package Manager for Kubernetes. Helm packages are called “Charts”. Charts allow you to deploy … Helm Kubernetes Package ManagerRead more
Deploy MySQL Server in Kubernetes using Helm
To install MySQL server in Kubernetes, run helm install stable/mysql Once install is completed, you will … Deploy MySQL Server in Kubernetes using HelmRead more
Install Minikube in Ubuntu
Minikube is an easy-to-use Kubernetes that run on one machine. It is used for testing purposes. … Install Minikube in UbuntuRead more