Archive for the ‘Ubuntu’ Category
Tuesday, September 16th, 2008
i was just thinking about making the very famous IAL script of DJ in python and here is it and its damn simple
import urllib, urllib2, time
username = "Your username"
password = "Your Password"
interval = 10
data = {"loginID":username,"loginpassword":password,"flag":"0","popcheck":"0","submit":"Sign In"}
value = urllib.urlencode(data)
request = urllib2.Request("http://192.168.150.2:8080/clntAuth/clntAuth_main.jsp",value)
print "Logging In\nMade by Ankur - http://ankurs.com"
while (1):
...
Posted in Apple, Indore, Links, Special, Ubuntu, college, fedora | No Comments »
Saturday, December 29th, 2007
Well after going through a large number of guides like this i finally thought about giving guide at cchtml a try, well the hings mentioned are really great but not all steps are needed so here is a simplified version
Here i assume that you have not done any of this ...
Posted in Linux, Special, Ubuntu, college | 2 Comments »
Monday, December 24th, 2007
So now i know how to make a local Ubuntu / Debian LAN repository on Fedora using apt-cacher, apt-cacher as the name says caches all the packages with it when ever any client requests a package from it, it checks if the package that is there with it is latest ...
Posted in Linux, Special, Ubuntu | 1 Comment »
Tuesday, December 18th, 2007
I reached home 2 days ago and i have already completed 1/3 of my To-Do list's task but still a lot remains to be done.
the things that i have completed are, First setting up of a LAMP server and MediaWiki on that >> done this with a Fedora 8 based ...
Posted in Indore, Linux, Special, Stuff, Ubuntu | 8 Comments »
Saturday, November 3rd, 2007
So after a long time of SUSE use i went back to my Ubuntu install when i was reminded by Sohil about the 3D effects which were working on Ubuntu 7.04 with the new ATI 8.42.3 drivers and well it was like a challenge for me to enable those in ...
Posted in Linux, Ubuntu | 1 Comment »
Monday, October 8th, 2007
so after the install the thing that is left is the WiFi support so here it goes
first disable the bcm43xx driver
sudo rmmod bcm43xx
then black list the driver by adding "balcklist bcm43xx" in
sudo gedit /etc/modprobe.d/blacklist
then download diswrapper-utils-1.9 deb file and install it offline or if you have a LAN connection, ...
Posted in Linux, Ubuntu | 4 Comments »
Sunday, October 7th, 2007
So there are a lot of people having trouble installing Linux ( Ubuntu ) on those ATI Radeon Xpress 1250 or any other ATI card here is the solution ( i have given this example with ubuntu but it can be used with any other Linux distro ) first go ...
Posted in Linux, Ubuntu | 15 Comments »
Monday, July 2nd, 2007
Some the biggest problem with Ubuntu that i find is copying a VCD ( the one copying whom is legal!!!), But not anymore here is a simple way to copy those VCDs into simple mpeg files u just need to install a program with apt-get and type a command ...
Posted in Linux, Special, Ubuntu | No Comments »