If you use Foobar2000 there are several plugins I really recommend to check out:
- Audioscrobbler
Adds Last.fm support - Columns UI
Adds a new layout - Advanced mIRC Integration Plug-in (AMIP)
Adds “Now Playing” support for mIRC / MSN Messenger
If you use Foobar2000 there are several plugins I really recommend to check out:
This guide is for almost every Linux distribution.
Prerequisite is that you have the required build tools installed already.
If not, do the following step:
Debian and Ubuntu users way;
sudo apt-get install build-essential
The Fedora/Red Hat way:
sudo yum groupinstall "Development Tools" "Legacy Software Development"
First step is getting the source package
wget http://ftp.gnu.org/gnu/bash/bash-4.1.tar.gz
Next step is compiling and installing it;
tar xf bash-4.1.tar.gz
cd bash-4.1*
./configure
make
sudo make install
I wish all reader a happy new year!
Since snow is falling again;
I wish everybody a merry christmas and a happy new year!
I`ve decided to go with CodeIgniter as PHP Model-View-Controller framework.
To learn the basics of this open source framework I`ve chosen for the CodeIgniter 1.7 book by Packt Publishing.
The book describes how to start with CodeIgniter beginning with the installation. The first steps followed by connecting databases, creating HTML pages and forms, using sessions and add security etcetera. The final chapters include more advanced features like dynamic information and uploads.
My review of this book will be online somewhere in january.
A sample chapter, which describes the basics of MVC and CodeIngiter can be found here.
More information about the book and and a link to buy it can be found here.