ZFS test pool using solaris
If you ever wanted to play around with ZFS but don’t want to use cold, hard disks then you can simulate disks and create a […]
If you ever wanted to play around with ZFS but don’t want to use cold, hard disks then you can simulate disks and create a […]
NGINX can be easily used as a reverse proxy. To do this you simply need to modify the nginx.conf file and add what you would […]
We got this error when trying to create a service out of the NGINX service. In order to resolve this issue the nginx.conf needed to […]
One of the most handy things to do with the sed command in solaris is a simple find and replace. In the example below we […]
Logfiles on solaris can be found under var, specifically /var/adm The messages file should also be contained within that directory root@solaris:/var/adm# pwd /var/adm root@solaris:/var/adm# cat […]
To restart SSH in solaris you can use the svcs command to view the current status of the service root@solaris:~# svcs | grep ssh online […]
This is an exmaple of how to install httpd apache using ansible. In this example we created a host group called webservers and placed a […]
Installing Ansible from source is fairly straight forward. Download, build, and configure!
When trying to run the tests against the Ansible source I got this error [root@centos02 ansible]# make tests test/runner/ansible-test units -v –python 2.7 Unit test […]
I got this when trying to install Ansible from source. Needed to upgrade the setuptools in my python installation. This can be done using pip […]
Copyright © 2021 | WordPress Theme by MH Themes