With the following instructions you should be able to compile Mame on Ubuntu 13.10 Saucy Salamander. It should also work in any other version of Ubuntu too. Download the latest source from http://mamedev.org/release.html Grab MAME and MESS 0.150 sources in ZIP format (all platforms) Unzip the file, and then unzip that file. Place it anywhere …
Tag: ubuntu
May 19
Setting up awstats in ubuntu
# Install awstats package sudo apt-get install awstats # Edit a file called /etc/awstats/awstats.hostname.conf where hostname is the hostname. Put something like this in it: LogFile=”/var/log/apache2/access.log” LogFormat=1 DNSLookup=1 DirData=”/var/cache/awstats/” DirCgi=”/cgi-bin” DirIcons=”/icon” SiteDomain=”hostname” AllowToUpdateStatsFromBrowser=1 AllowFullYearView=3 # Make a directory called /var/cache/awstats and chmod it 777 so it can be used from the web server # Copy …