Setting up Slackware 13 (64-bit) (part 1)

Download new kernel from http://kernel.org # cd /usr/src #tar -xvjf <kernel_file_name>.tar.bz2 #rm linux #ln -s <new_kernel_folder> linux #cd linux #make mrproper #make menuconfig (have fun 🙂 ) #make #make install #reboot && cross your fingers Install Slapt-Get # wget http://software.jaos.org/slackpacks/13.0-x86_64/slapt-get/slapt-get-0.10.2d-x86_64-1.tgz #installpkg slapt-get-0.10.2d-x86_64-1.tgz #nano /etc/slapt-get/slapt-getrc #slapt-get –update #slapt-get –upgrade

Some thoughts on installing Aptana 1.5.1

Last weekend I re-installed all my operating systems and had a lot of trouble installing/updating Aptana Studio on Windows and OSX, I am taking some notes just in case more people face the same situation: 1. Install Aptana 1.5.1 2. Choose your workspace 3. Add 2 new software locations: Aptana… Continue reading