Linux: Turn On TCP SYN Cookie Protection I am under DoS attack. My cloud based server hosting company asked me to enable TCP SYN cookie protection to save my domain from SYN Attack. How do ... Ubuntu Mar 5, 2021 0 2571
Liclipse (Eclipse) Installation on Ubuntu We will show you in this Tutorial how to Install LiClipse, the most popular Eclipse IDE. LiClipse is the lightweight version of the most popular Ecl... Ubuntu Mar 5, 2021 0 2856
Debranding Odoo There are at least* four spots* where normal users could get in touch with Odoo branding in the backend: • Odoo announcement top bar “Your Odoo is n... Odoo Mar 5, 2021 0 2522
How To Install and Use Docker on Ubuntu 16.04 Introduction* Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, o... Ubuntu Mar 5, 2021 0 2543
How to remove docker from Ubuntu 16.04 **Uninstall docker** To remove just docker package itself from Ubuntu 16.04 (Xenial Xerus) execute on terminal: sudo apt-get remove docker **Uninsta... Ubuntu Mar 5, 2021 0 2461
Docker Cleanup Commands I’ve been working quite a bit with Docker these last few weeks and one thing that I found really annoying was all these unused containers and images... Mar 5, 2021 0 2425
Ubuntu UFW LXC I am working on setting up my own cloud servers using Linux Containers (LXC). These cloud containers allow me to build one image, replicated it, con... LXC Ubuntu Mar 5, 2021 0 2430
How to Install Node.js on Ubuntu 14.04 Node.js [1] , a JavaScript-based platform, is an increasingly popular, lightweight, and efficient option for developers. It allows coders to use Jav... Ubuntu Mar 5, 2021 0 2533
Install HumHub on an Ubuntu Trusty with Nginx and MariaDB In this guide we will show you how install HumHub on an Ubuntu VPS with Nginx and MariaDB. HumHub is a flexible open source social network applicati... Nginx Ubuntu Mar 5, 2021 0 2762
Intermittent wired network issues in 14.04 I’m not entirely sure why this worked, but it seems to have. It’s not an ideal solution, but at least it works. What I did was that I removed the ad... Mar 5, 2021 0 2074
Node-RED A visual tool for wiring the Internet of Things http://nodered.org/ Node-RED is a tool for wiring together hardware devices, APIs and online services in new and interesting ways. *Getting Started... Mar 5, 2021 0 2228
Mount a VMware virtual disk (.vmdk) file on a Linux box $ sudo mount vmware-server-flat.vmdk /tmp/test/ -o ro,loop=/dev/loop1,offset=32768 -t ntfs Mount a VMware virtual disk (.vmdk) file on a Linux box ... Mar 5, 2021 0 2505