Seasons greetings, happy holidays, etc
As for me:
- Seagate 500gb HDD – $50
- Crucial 2gb SODIMM RAM -$15
My brother had gotten Rockband 2 (Wii) Special Edition, with instruments, and is enjoying it very much.
Seasons greetings, happy holidays, etc
As for me:
My brother had gotten Rockband 2 (Wii) Special Edition, with instruments, and is enjoying it very much.
While idling in #archlinux on freenode, I came across this neat little trick to speed up downloads in pacman.
First install the package axel:
pacman -Sy axel
Then, edit /etc/pacman.conf:
XferCommand = /usr/bin/axel –output=%o %u
The next time you update/download a new package, Pacman will now use axel to download the necessary files. Axel will try and make multiple connections thereby taking less time overall to download.
To install simply add the following two lines above [core] in /etc/pacman.conf
[kde-unstable]
Include = /etc/pacman.d/mirrorlist
then
pacman -Sy kde