Ubuntu: Optimize for speed

This easy little guide will help you with simple optimization tips for speeding up Ubuntu (12.04, 12.10, and 13.04) and other Ubuntu-based systems such as Linux Mint. The tips come in very handy for those using older computers with low RAM who need to boost their computer for better speed and performance and if you are just want a really fast and snappy computer on some regular hardware. Removing Ubuntu One client Saves >100 MB ram.
4 minutes to read

Howto install memcached gem on Ubuntu/Debian

Memcached is a general-purpose distributed memory caching system used by many sites around. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source (such as a database or API) must be read. Memcached runs on Unix, Linux, Windows and Mac OS X. The memcached gem requires the following development libraries to be installed
One minute to read

Howto Install Office 2010 using Wine

Microsoft Office 2010 is the most recent version of the Microsoft Office productivity suite. Formerly known as Office 14 in the initial stages of its beta cycle, it was released to customers in 2010. This howto assume that you got an ISO image of the installation media. If you are on Debian/Ubuntu you can install wine, winetricks, and winbind using sudo apt-get install wine1.5 winetricks winbind In order to install you’ll need the following native Microsoft Windows libraries (dll files)
One minute to read

Howto use Amazon RDS from Heroku

Heroku is quite popular for lightweight webservice and like projects. Until recently Heroku only offered PostgreSQL-based database backend providers, but now Heroku offers a quite large range of database backend providers; among them Amazon RDS. This is a short run-down on how I managed to get a Heroku-based application to connect to a Amazon RDS-based database. Install the Amazon RDS command line tools $ sudo apt-get install rdscli Create a AWS Credential File (~/.
One minute to read

Howto Setup PDF Printer on Linux

Installing a pdf-printer on Windows is crap, but in Linux/Ubuntu/Debian it is quite easy. $ sudo apt-get install cups-pdf Then restart your cups daemon $ sudo service cups restart And you are ready to print to pdf files.
One minute to read

Install R on Ubuntu

The statistical analysis and data mining package R is given its single letter name quite difficult to find help for in Google. What is R R is an open source programming language and software environment for statistical computing and graphics. The R language is widely used among statisticians for developing statistical software and data analysis. How to Install R sudo apt-get install r-base How to use R You can start R simply typing R (case sensitive) on your command line x2q@x2q:~$ R
One minute to read

Howto: Install a Brother MFC-9970CDW on Ubuntu

I got a Brother MFC-9970CDW printer, a multifunction device with wired/wireless network. For unknown reasons the driver are not available in Ubuntu and as as user you are not able to find them using the printer configuration search tool. Thereby you need to download the drivers yourself. Download Drivers Go to Brother Linux Driver Downloads and download the LPR driver and the cupswrapper driver. Install the Drivers sudo mkdir /var/spool/lpd sudo dpkg -i mfc9970cdwlpr-1.
One minute to read

Howto: Mount Bin/Cue in Linux

Mounting a bin/cue image isn’t possible straight away. It requires a simple convertion using bchunk to convert a bin/cue file set into an ISO file. binchunker converts a CD image in a “.bin / .cue” format (sometimes “.raw / .cue”) to a set of .iso and .cdr tracks. The bin/cue format is used by some popular non-Unix cd-writing software, but is not supported on most other CD burning programs. A lot of CD/VCD images distributed on the Internet are in BIN/CUE format, I’ve been told.
One minute to read

Ubuntu 12.10 Review: Nearly perfect

When I last upgraded to Ubuntu 12.04 , I was quite disappointed. Mostly because it was a LTS release and though you do not expect buggy and unpolished components. Back to Ubuntu 12.10. Installation The installation is simple and for the first time ever my girlfriend was able to install Ubuntu without my support. During the installation she even mentioned that is was incredible easy and straight forward. The best thing about the installation is the fact that you don’t waste time during the installation process.
3 minutes to read