9 October 2009
Tips/Tricks
This book has been built by dozens of people in the Git community, and is meant to help you learn how to use Git as quickly and easily as possible.
To read it online: http://book.git-scm.com
Or download in pdf format: http://book.git-scm.com/book.pdf
8 October 2009
Developing, Foresight, Tips/Tricks
Read about Gnome-Shell – Bleeding edge + installation too.
The GNOME Shell redefines user interactions with the GNOME desktop. In particular, it offers new paradigms for launching applications, accessing documents, and organizing open windows in GNOME. Later, it will introduce a new applets eco-system and offer new solutions for other desktop …
3 October 2009
Foresight
To understand how fast you can create a new package, here is a quick guide.
Open Terminal and write:
mkdir -p ~/conary/foresight.rpath.org ~/conary/builds ~/conary/cache ~/conary/personal
cd conary
cd personal
cvc context personal
Now its done, created the “default folders” and a own personal folder. So now its time to remake opera package, lets say its a …
28 September 2009
Applications, Foresight, Linux
There is several applications that do the same thing, but preload is probably easiest one to get going with.
preload is an adaptive readahead daemon. It monitors applications that users run, and by analyzing this data, predicts what applications users might run, and fetches those binaries and their dependencies into memory …
26 September 2009
Applications, Developing, Foresight, Linux
I always used Blastbits to create Foresight Linux installation usb sticks. But now i think i will use unetbootin instead, feels safer.
Installed unpublished Foresight XFCE 2.1.2 version into a 1GB usb stick. Worked fine, tried to boot it from usb stick, worked fine too. Could install xfce from usb stick.
Warning
But …