Quantcast
Channel: AbacusHill » Rob Muggridge
Browsing all 10 articles
Browse latest View live

View list of installed packages in Ubuntu

This will show you how to get a list of installed packages for an Ubuntu system. To view the packages dpkg --get-selections > installed-software To then have these packages installed dpkg...

View Article



Heyu

This will describe how to setup Heya to allow monitoring and control of appliances using Domus Link Setup the server Download the software mkdir /mnt/apps/heyu /var/log/heyu chmod o+rw /var/log/heyu cd...

View Article

UPS monitoring

This will describe how to configure a APC UPS with Ubuntu Installation sudo apt-get install apcupsd apcupsd-cgi Configuration Update the apcupsd to set it to configured sudo vi /etc/default/apcupsd #...

View Article

Configuring Xorg for a 720p TV

This will show how to force output of 720p to a TV Configure the xorg.conf Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" 0 0 EndSection Section "Module" Load "glx"...

View Article

rsync server

This will cover configuring a rsync server to allow rsync clients to connect. Configure rsyncd rsyncd.conf sudo vi /etc/rsyncd.conf max connections = 2 log file = /var/log/rsync.log timeout = 300...

View Article


Configuring keyboard shortcuts in Ubuntu

This will show you how to configure keyboard shortcuts in Ubuntu via the command line List the available keys list-recursively org.gnome.settings-daemon.plugins.media-keys Change the multimedia keys...

View Article

Tomcat

This will walk through the installation and configuration of Tomcat on Ubuntu Installation sudo apt-get install -y tomcat6 tomcat6-admin tomcat6-docs tomcat6-examples Admin User Edit the...

View Article

Apache

This will walk through the custom configuration for Apache Installation sudo apt-get -y install apache2 apache2-doc Configuration General configuration Sites Add and enable the current sites cd...

View Article


Git Administration

Setting up a Git repository master on your own servers, using gitolite for access and gitweb as a web front end. Installing Git sudo add-apt-repository ppa:git-core/ppa sudo apt-get update sudo apt-get...

View Article


Setting up Xubuntu

A few commands on how to configure Xubuntu via the commandline (where possible) Customising XScreensaver in Xubuntu Copy over .xscreensaver to the home directory timeout: 0:10:00 cycle: 0:10:00 lock:...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images