Virtualmin behind NAT I have a server seems to work OK but when I check the config I get Default IP address is set to 172.16.1.209, but the detected external address is actually 109.70.25.64. This is typically the result o...
Mount Vmware .vmdk file on linux using vmware-mount Do you have a large .vmdk file on an external HDD that you need to access to pick up some files and don’t want to mount it with a virtual machine player? This quick tip assumes that you are familiar w...
Odoo Database update to the rescue! Sometimes after installing or removing some modules, there are some warnings in your console output when you run openerp-server. Also if you have updated some modules from the nightly update, this can...
Identifying Crashed LXC Containers This is a slightly technical post which I just wanted to put out there to assist anyone who may run into the problem. If you’re not using Linux Containers, you can safely skip over this post.While usi...
Odoo 10 install on VPS ssh root@<IP-osoite> Odoon asennukseen riittävät nämä käskyt (ohje on kopioitu täältä ): sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/10.0/odoo_install.sh chmod +x odoo_install....
Automated server configuration with Ansible In this series of articles, we’ll be automating server ( VPS ) configuration with the help of Ansible , an open source IT automation platform. Interested in not having to install and set up Apache/Ngi...
How to Check and Repair MySQL Tables Using Mysqlcheck When your mysql table gets corrupted, use mysqlcheck command to repair it. Mysqlcheck command checks, repairs, optimizes and analyzes the tables. 1. Check a Specific Table in a Database If your applic...
Run Node.JS forever Run Node.JS forever $> forever start -c "npm start" ./ The above is for an npm Express server. For more information on forever check it’s homepage https://github.com/foreverjs/forever Now your app wil...
Duplicity Backup How to Ubuntu The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export....
How to find a word in text files from a directory Open a terminal. Install ack-grep by typing sudo apt-get install ack-grep Change to the directory you want to search under, and type ack-grep foo it lists out all the matches in all files under that d...
nginx fpm server optimize Before you start Snapshoot your Droplet Paste this (at the end of the file) to /etc/sysctl.conf (using nano /etc/sysctl.conf) and save it (this change not only fixes your error it makes your System mu...
Ubuntu Snappy Snappy Ubuntu Core is a new rendition of Ubuntu with transactional updates – a minimal server image with the same libraries as today’s Ubuntu, but applications are provided through a simpler mechanism...