How to run Ubuntu KVM host in an unprivileged LXC container I like things containerized. It makes migration simple and painless. I also like my containers unprivileged. This of course brings some inconveniences while making huge strides ahead in terms of secur...
Project Atomic Project Atomic integrates the tools and patterns of container-based application and service deployment with trusted operating system platforms to deliver an end-to-end hosting architecture that’s mode...
mount into LXC container Yes but before I go that far, couldn’t you just symlink? ln -s /media/tc1/folder ~/home This link is just a file that is interpreted. It is automatically permanent (until you delete the file). Failing...
Installation/UEFI-and-BIOS/stable-alternative Simple and stable portable system for UEFI and BIOS Current system, seems very stable so far The current system contains an installed system, and both work in UEFI and BIOS mode. The compressed image ...
How to bootstrap puppetmaster on lxc on Ubuntu? Installation of puppet master on Ubuntu has always been a matter of luck and a lot of patience to me – there are many seemingly unrelated things to do which has to be done in the precise order, many c...
Odoo Website CSS Style Manager Description Apply site wide styles to various HTML tags Includes changes like font-family, font-color and font-size Site wide styles Apply site wide styles to various HTML tags. Instructions 1. Go to ...
How To Use Puppet To Manage Your Servers Puppet, from Puppet Labs, is a configuration management tool that helps system administrators automate the provisioning, configuration, and management of a server infrastructure. This series shows you...
Sublime Text 3 install Sublime Text 3 includes an auto-upgrade mechanism on Windows and OS X to make upgrades a snap. Instead of going against the grain of the Linux ecosystem, packages and package repositories are provided...
Mass convert .doc and .ppt to .pdf To mass convert .doc and .ppt to .pdf , you can use unoconv . To install: sudo apt-get install unoconv To convert the files you can use the following commands: unoconv -f pdf filename.doc unoconv -f p...
Website not selectable at more than one databases #1401 Odoo I have installed two databases (company1 and company2) at my local odoo installation and at both the module website is installed. When calling the url “localhost:8069” always the last website, at whic...
Mautic nginx config # redirect some entire folders rewrite ^/(vendor|translations|build)/.* /index.php break; location / { # First attempt to serve request as file, then # as directory, then fall back to index.html # one...
Owncloud reset admin password $ sudo -u www-data php /var/www/owncloud/occ user:resetpassword admin Enter a new password: Confirm the new password: Successfully reset password for admin...