7
Linux Redhat 5.5view story

http://serverfault.com – 5 but yum is not working when i use [root@localhost ~]# rpm -q yum yum-3.2.22-26.el5 when i run [root@localhost ~]# yum update Loaded plugins: rhnplugin, security This system is not registered with RHN. RHN support will be disabled. Skipping security plugin, no data Setting up Update Process No Packages marked for Update when i tried to install another version of yum it gives [root@local (HowTos)

7
how can i build my custom search engine for desktop pc with pythonview story

http://stackoverflow.com – I am thinking of using python and Django for building the custom search engine. I have following ideas Python script will walk through all the directories break the file into following fields path filename Extension size I will store that in Django Model Then i can make the simple with search filters. I don't want to go in the contents. (HowTos)

7
How to write an Hello world driver for linuxview story

http://stackoverflow.com – Recently I'm much excited about linux. I would like to learn how to write simple linux drivers.I know C and python . (HowTos)

7
[ubuntu] Startup Script - Install Everything with ONE Commandview story

http://ubuntuforums.org – I just started working on this and it is something that has saved me so much time as my system crashed and I had to reinstall. (Hardware)

8
IRC Has Lost 60% Of Its Users Since 2003, But Life As A Robot Is Just Beginningview story

http://techcrunch.com – Internet Relay Chat (IRC) has lost 60 percent of its users, going from 1 million in 2003 to about 400,000 today. And IRC channels? In 2003 there were 500,000; now there is half that number. This is due in large part to the advent of the Web, social media, and tools that can do a lot more than plain text can do. IRC Is Not Dead But is it dead as Royal Pingdom declared last week? (IT news)

7
What framework of Android can be used to connect PC to Android and Android to other PC?view story

http://stackoverflow.com – I have this scenario. Where i am writing one apps in Android usging bash/python. So that via PC i can connect to the Android and from Android using USB i can connect the destination PC/Server. But what API is available to send all my Android requests to USB, so that i can remotely have assistance for the Server PC via Android? Is there any other available open-source framework for doing such? (HowTos)

7
debian: mysql-workbench installation error [cannot find -lpython2.7.a]view story

http://stackoverflow.com – I'm trying to install mysql-workbench-gpl-5.2.45 from the source code on Linux debian 2.6.32-5-amd64. (HowTos)

7
Ubuntu One Installation goes failview story

http://askubuntu.com – After Fresh Installation of Ubuntu 12.04.1 x64, When I launched Ubuntu One I got following Error. When I tried to upgrade python-ubuntuone-control-panel , It shows that already newest version. I reinstalled Ubuntu one but got same. (HowTos)

7
which GUI tool to use for an embedded system?view story

http://ubuntuforums.org – Hi, New year wishes to everyone! I have to design a GUI for an embedded system application. I should be able to control the system via the GUI (start, stop and specify other parameters as needed) and also display the output from the system to an end user. (Hardware)

5
Ubuntu upstart script for tracd hangs on start/stopview story

http://serverfault.com – I'm trying to set up an Ubuntu (12.04 LTS) upstart script to manage Trac's built in web server as an upstream server for nginx. Here is my init script /etc/init/tracd.conf. (HowTos)