Source: Telegram – a new era of messaging
Author Archives: lachlan-00
Two Node Apache Web Server Clustering using Pacemaker on CentOS 7
Pacemaker is a High Availability cluster Software in Linux.Steps to configure two Node Apache Web Server Cluster using Pacemaker on CentOS 7. Source: Two Node Apache Web Server Clustering using Pacemaker on CentOS 7 Debian link as well http://blog.non-a.net/2011/03/27/cluster_drbd
set up ejabberd
http://wiki.linuxwall.info/doku.php/en:ressources:articles:ejabberd staff might like this
How to setup virtual containers with LXC and quota support on Debian 8
https://www.howtoforge.com/tutorial/how-to-setup-virtual-containers-with-lxc-and-quota/
Create your own VPN server | Linux User & Developer – the Linux and FOSS mag for a GNU generation
http://www.linuxuser.co.uk/features/create-your-own-vpn-server Todo
Maru is open source! – Maru Blog
Looking forward to this! http://blog.maruos.com/2016/02/11/maru-is-open-source/
maru os: Debian on your nexus 5!
http://maruos.com/#/
Solus Project is creating a 100% independent desktop operating system
If I patroeon’ed it would be this https://www.patreon.com/solus?ty=h
How to set up Apt caching server on Ubuntu or Debian – Xmodulo
http://xmodulo.com/apt-caching-server-ubuntu-debian.html After following this guide (which was easy) there look to be a few caveats stick to the stable release as well as stable repos or you may start getting lots of 403 errors while trying to find local mirrors. it took me a while to realise because i thought it was just a volatile …
Continue reading “How to set up Apt caching server on Ubuntu or Debian – Xmodulo”
install lxqt desktop on jessie
LXQT is the merge of lxde (GTK) and razor-qt (Pure QT) Here’s how to install in Debian Jessie: Open a new file in nano (eg: /etc/apt/sources.list.d/lxqt.list) and paste the siduction repos. deb http://packages.siduction.org/lxqt jessie-backports main deb-src http://packages.siduction.org/lxqt jessie-backports main After you paste simply update and install apt-key adv –keyserver pgpkeys.mit.edu –recv-key 15CBD88045C45076 aptitude update aptitude …