Using the CIS Center for Internet Security script to verify is your linux host for your containers are configured correctly. This nice script checks for dozens of common best-practices around deploying Docker containers in production. It is a public avail […]
Configure Kerberos for SSH
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 out there to do this, but most involving joining the […]
Fix Install of Citrix Reciever on Ubuntu 12.04 x64
Fix Install of Citrix Reciever on Ubuntu 12.04 x64 I had two errors: 1. /var/lib/dpkg/info/icaclient.postinst: 696: /var/lib/dpkg/info/icaclient.postinst: nspluginwrapper: not found 2. dpkg: error processing icaclient (–install): Solution: 1. sudo apt-get install nspluginwrapper 2. sudo vi /var/lib/dpkg/info/icaclient.postinst Find echo $Arch|grep “i0-986” […]
How to convert mkv to avi
It worked for me on Ubuntu 12.10 ffmpeg -i video.mkv -vcodec msmpeg4 -b 24576k -s hd720 -acodec libmp3lame -ab 128k -ac 2 video.avi
Amazon WordPress / Lighttpd / Varnish
Amazon WordPress / Lighttpd / Varnish for free #1. Create an AWS Account You can sign up here. You’ll have to provide a credit card and a phone number where you will be called as part of the online registration […]
Upgrade ubuntu from 10.10 to 11.04
Network Upgrade for Ubuntu Desktops (Recommended) You can easily upgrade over the network with the following procedure. Open the Update Manager application from the System ? Administration menu. In Update Manager, click the Settings… button, and enter your password […]
InnoDB: Operating system error number 13
InnoDB: Operating system error number 13 I was trying to move a DB files location and then MySQL would not start,wtih error: Aug 6 14:13:49 katia mysqld_safe[20041]: started Aug 6 14:13:49 katia mysqld[20046]: 090806 14:13:49 InnoDB: Operating system error number […]