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 2255
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 2508
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 2201
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 2177
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 2112
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 2054
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 2126
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 2155
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 2344
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 1771
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 1898
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 2177