Archive for January, 2008

Karnataka PUC II time table 2008

For The 2009 Time Table Refer to Deccan Herald. PLEASE DO NOT ASK FOR QUESTION PAPERS OR BLUEPRINTS/NOTES HERE. TALK TO YOUR TEACHERS.

UPDATE JUNE 16,2008 : Click Here For Supplementary Timetable

UPDATE MAY 2,2008 : EXAM RESULTS WILL BE OUT ON THE INTERNET TODAY AT 5 P.M
Check
http://puc.kar.nic.in/
http://karresults.nic.in/

(Updated this post since google sends people here anyway)
———————————————————-
Thought I’d put up this year’s time table here cause it isn’t easily available through google ;[

DateDay9:00 AM - 12:00 P.M2:00 P.M - 5:00 P.M
March 17MondayBusiness Studies & ChemistryPsychology & Education
March 18TuesdayKannada & TamilMalayalam, Marathi French & Arabic
March 19WednesdayAccountancy & PhysicsOptional Kannada
March 20ThursdayEnglish-
March 24MondayGeography, MathematicLogic & Home Sciences
March 25TuesdayEconomics-
March 26WednesdayHindiTelgu, Urdu & Sanskrit
March 27ThursdayPolitical Science, Statistics and Biology-
March 28FridayHistory, Computer Science and ElectronicsGeology
March 29SaturdaySociology and Basic MathsKarnataka Music and Hindustani Music

Edit: I'm just a second year PUC student. If you have any questions regarding the exams, please ask at your college. Asking here would probably be useless.

This is probably the correct and final time table, Thanks to Saurabh Agarwal for the link.

Dunno why these board people put it up in ridiculous formats like pdf. ;[

Update: Previous years' Question papers here


dnsmasq – Browse the Web Faster

Ubuntu wordmark official
Image via Wikipedia

Heres how you can cache DNS to make browsing faster.
I am using Ubuntu and dnsmasq can be found in the repositories. (You’ll need to add Universe repository) You could also download dnsmasq here.

Do this if you’re using Ubuntu/Debian”

sudo apt-get install dnsmasq

now edit the file /etc/dnsmasq.conf and add the following

listen-address=127.0.0.1

Then edit /etc/dhcp3/dhclient.conf and find the line

prepend domain-name-servers 127.0.0.1;

and uncomment it (remove the “#” in front of it).

Now open /etc/resolv.conf , It should look something like this

nameserver 208.67.222.222
nameserver 208.67.220.220

and add “nameserver 127.0.0.1″ at the begining

nameserver 127.0.0.1
nameserver 208.67.222.222
nameserver 208.67.220.220

now lets restart dnsmasq:

sudo /etc/init.d/dnsmasq restart

now type this in terminal

dig google.com

Check the line that says “;; Query time: XX msec”

now try again and see that the query time is reduced to near 0 ms

Here is what I got

d1g1t@Kureyon:~$ dig d1g1t.net

;; ANSWER SECTION:
d1g1t.net. 3600 IN A 38.99.249.154

;; Query time: 562 msec

d1g1t@Kureyon:~$ dig d1g1t.net

;; Query time: 0 msec

The first one was using my actual DNS server, and the second one which used the dns cached by dnsmasq.


You may also change the TTL (Time-to-Live) in the /etc/dnsmasq.conf
this is the amount of time the DNS record is cachedsearch for “#local-ttl=” put the time in seconds and don’t forget to uncomment the line (i.e, remove the “#”)

Reblog this post [with Zemanta]
 
Performance Optimization WordPress Plugins by W3 EDGE