lxc-usernet config sample cat /etc/lxc/ lxc-usernet # USERNAME TYPE BRIDGE COUNT x veth ibr1 8 x veth xbr1 8 x veth ubr1 8 cat .local/ share/lxc/ asterisk/ config # Template used to create this container: /usr/share/ lxc/templ...
Dutch startup news update – EUnicorns, Peerby’s super crowdfunding and ‘sexy robots’ Good morning! Here’s what happened in the Dutch startup scene last week. Funding & News Amsterdam-based bike sharing service Cycleswap was acquired by American competitor Spinlister. Cycleswap will ta...
How to Audit WordPress Security from the Command Line with WpScan WPScan is a Ruby-based WordPress security scanner that is run from the command line and used to detect vulnerabilities on a WordPress installation. While there are plenty of plugins out there that do ...
Miquiloni Web UI LXC Installation commands for Ubuntu-based rootservers Please note the next questions Tested with Ubuntu 16.04 LTS Server Uses Apache2, Perl CGI and MySQL Due to the lack of Perl SSL packages Once you hav...
Aanval Installation Watch the Aanval 8 Installation and Unified2 Sensor Setup video guide on YouTube Preparation Users can store Aanval in the root of the web server directory. Users can also create a directory within th...
Owncloud Official page Owncloud Ubuntu_12.04 owncloud-8.2.2-1.1 You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system ...
How To Use Nmap to Scan for Open Ports on your VPS Introduction Networking is an expansive and overwhelming topic for many budding system administrators. There are various layers, protocols, and interfaces, and many tools and utilities that must be ma...
How to install odoo 10 from git to ubuntu 16.04 ? First, download from git, 1 https : //github.com/odoo/odoo.git Install postgresql database server and create superuser, 1 sudo su – postgres – c “createuser -s $USER” Install nodejs and less, 1 2 3 $ ...
LXC Networking Guide Containers need to have an IP so they are available on the network. In Linux ‘bridges’ are used to connect VMs to a network. Think of a bridge as software switch that is created in the host. Now virtu...
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 Uninstall docker and it’s dependent packages To remove the docker...
ubuntu 16.10 dnsmasq troubleshoot Ok, so here’s what I’ve learned. Ubuntu uses systemd-resolved now for DNS stuff. However, if you want the DNS server from DHCP negotiation to be passed along to this service, you also need to use syst...