Git can be found in the EPEL (Fedora Project) complimentary packages repository. The command to install the package will be similar to the following
Remember to sanity check this against your RHEL version…
|
|||||
|
Git can be found in the EPEL (Fedora Project) complimentary packages repository. The command to install the package will be similar to the following user@computer:$ rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-3.noarch.rpm
Remember to sanity check this against your RHEL version…
I don’t honestly think that the artists impressions lend the idea much credence to a rabidly conservative house buying public, but I like the idea of a tree growing out of my roof and the home being a living thing a whole lot more than the other idea expressed in the talk. “Pop your head out of the sphincter darling and let me know if I should take a coat”. It’ll never catch on This is the sort of thing that needs to be shown to kids alongside Science lessons in UK schools, humans love problem solving and the idea of living machines is well established in books and on telly. If you want to increase interest in careers in Science, try and inspire with something that initially seems bonkers that might turn out not to be… Mitchell JoachimAt work we had a query recently asking if we offered any “green” hosting packages. My initial reaction was a roll of the eyes and slight annoyance. This is because in my book “green hosting” sounds like a total oxymoron. Computers, for a variety of reasons aren’t exactly the most environmentally friendly things in the world. They’re complex to produce, are composed of finite resources and are usually replaced within 3-5 years in a commercial situation. With web hosting they’re also housed in a big, chilled building (datacentre) with backup diesel generators, other redundant systems and are switched on 24/7. All to ensure everyone has a chance to see pictures of your cat in various hilarious situations. Green hosting has always struck me a little like asking if a green version of Jeremy Clarkson could exist… it’s a possibility, but I still wouldn’t rate the ice caps chances particularly highly… Kubuntu is currently my desktop OS of choice for 40+ hours a week of paid eye strain. It’s a good OS, basically Ubuntu with KDE as the desktop environment, however over the three or four years I’ve been using it the quality of the package management GUI applications has been somewhat variable. What we have at the moment (Kpackagekit) is nice and fast, but doesn’t seem to allow rolling back of updates (although it does have a greyed out button to do so… go figure). However, we can drop back to the command line to roll back a package. I needed to do this recently when an update to Wine stopped Spotify from working properly (the window would load but the interface would not display properly). When Kubuntu downloads updates these are stored in /var/cache/apt/archives If we’re lucky, this directory contains the previous version of the package you want to roll back. Change into the directory user@computer:$ cd /var/cache/apt/archives
If you know the package you want to roll back (like wine), list the directory contents using grep to search for this. user@computer:$ ls -al | grep wine
-rw-r--r-- 1 root root 9163658 2010-01-09 01:16 wine1.2_1.1.36-0ubuntu1_amd64.deb -rw-r--r-- 1 root root 9242342 2010-01-29 23:01 wine1.2_1.1.37-0ubuntu2_amd64.deb -rw-r--r-- 1 root root 9303990 2010-02-06 09:21 wine1.2_1.1.38-0ubuntu1_amd64.deb Issue the command to re-install the previous package user@computer:$ sudo dpkg -i wine1.2_1.1.37-0ubuntu2_amd64.deb
One quick note, this isn’t necessarily suitable for complex rollbacks with dependency issues, however you should be fine using it to roll back a single package that you know has caused a problem. I’d been wanting to get a hold of this for a couple of years but had never actually come across it in a local book shop. ‘The Road’ is possibly the bleakest fiction I’ve ever read. The story follows a boy and his father struggling to survive in a journey south to the coast across the wastes of a post-apocalyptic landscape. If that doesn’t sound like your sort of thing don’t be put off, there is practically nothing in the way of scinetific or political background in the novel leading you to infer from your own knowledge and the descriptions of a world carpeted in ash what has occurred. The image in your head will be as much your own as McCarthy’s. Having read plenty of this sort of fiction the innovative aspect here is the air of total finality, destruction and loss that permeates the story. There is little balancing of dark and light here. Much post-apocalyptic fiction depicts a ruined world, but in McCarthy’s you find yourself wondering how long the oxygen might last and if even the bacteria will survive. Some of the scenes are truly horrible but are never unbelieveable and there is no time given to the characters for hand wringing or moralising because the concepts have become irrelevant. It is to the author’s skill that the never properly explained mantra of “carrying the fire” that father and son use to describe retaining their ‘humanity’ as they travel from day to day isn’t hopelessly at odds with their ability to survive, which is most often down to quick thinking and more often to luck. The novel is short, due to the lack of background, slimmed down character development and lack of participants for dialogue but also only as long as it has to be to portray the story. The prose is skilled all the way through, with the final paragraph (which is more poetic than anything else in the novel) fitting as a closing thought, reward to the reader and moral of the story all at the same time. An innovative cross between a Dickens novel and ‘Crime and Punishment’ (without the moral / psychological quandry of the latter being at the forefront) ‘The White Tiger’ is the black as coal and worryingly humourous story from childhood to success of a man from the Indian “darkness”. How true to life the story depicted is might be another matter (it is fiction after all) but the themes have a familiar air from English novels of the growth of cities during the industrial revolution and the writing is always believeable, whether depicting down trodden small village life or the habits of call centre workers servicing our own convinience lifestyle. The fact that practically no one in the book acts in anything but their own self interest may grate on the reader depending on their own world view but it hardly comes across as unrealistic. The author achieves what few do and you are rarely if ever skim-reading passages waiting for a dull or annoying sub plot to be resolved. You’ll most likely read to the conclusion as quickly as you can. It was with a little trepidation that I kicked this one off. However, absolutely no problems what so ever. Nice One of the worst things about being a heavy web user when it comes to shopping is that you rarely just go out and buy something. Instead you waste a substantial portion of time trying to get a feel for if you’re getting a good price, whether the company will give good service etc etc. Sometimes this saves you quite a bit of money and gets you an excellent quality item. Other times you’re just pissing your life away into a big pot named “informed consumer”. So, on to the point. Big high street chains that constantly have a sale on are confusing. Here’s my experience with DFS and their regular “hurry! our sale ends Sunday” in the interests of saving other nervous shoppers some time. Continue reading Does the DFS sale ever really “end tomorrow”? Mirror’s Edge is a new take on the first person shooter genre, set in a dystopian city which on the surface looks very clean, polished and ordered. As all electronic and traditional methods of communication are monitored by the city state, those who wish to stay off the record communicate via messages couried over the rooftops by “runners”, one of which, Faith, you control throughout the game. |
|||||
|
Copyright © Rowan Crane 2007 - 2010 - All Rights Reserved
Computers may have been harmed in the generation of this content. |
|||||