Suramya's Blog : Welcome to my crazy life…

September 17, 2011

All of suramya.com now migrated to new layout

Filed under: Website Updates — Suramya @ 5:24 AM

As promised, I have updated the entire Suramya.com site except the Photogallery to use the new website layout/theme. This will make life simpler for me when I update (and yes I will be added new content semi-regularly once again) and make the site look a lot better.

For the Photogallery I might use the Gallery software to host the photos, but haven’t decided yet. Since that will take some work on my side to integrate and migrate data, it will be a while before the new Photogallery is live. Till that happens don’t expect any new posts to the Photogallery.

I will also be adding some more website optimizations etc once I get some sleep and am thinking clearly again. That should speed up the site a lot more. Take a look around and let me know if you find any issues.

– Suramya

September 15, 2011

Exporting Blog feed to Facebook

Filed under: Website Updates — Suramya @ 3:09 AM

I thought I had done this earlier but I guess Facebook changed its protocols so the import stopped working at some point in time. *shrug* No big deal, I have once again configured up my Facebook account to read and post any blog posts I make to my Facebook Wall.

If all goes well and nothing breaks, people on Facebook will be able to see this post on Facebook instead of having to visit the blog. Although I would rather that people visit the blog directly instead of viewing on FB because I don’t know if the comments (if any) made on Facebook for a post will be synced to the Blog or not. I guess I should try and figure out a two way sync between the two. Or maybe not. Lets see.

Let me know if you hit any errors or issues.

– Suramya

September 14, 2011

Updating the website

Filed under: Website Updates — Suramya @ 11:09 PM

Just realized that the suramya.com site is a mess right now. Parts of it are version 5 (the latest), parts are v4 and there are even a couple of v3’s scattered around. So what I will be doing over the next few days is taking the content from the v3 &v4 pages and moving them to the new version 5.1. This new layout should be a lot nicer, faster to load and easy to maintain.

This time to prevent me from getting distracted, I will not be updating the content while updating the layout, which is what I did previously and when I ran out of time the update/migration stopped. However once the new layout is live I will start updating the content as well, mainly the About Me, Tech, Linux and Photogallery sections really need to be updated.

I will be updating the site on my local system first before pushing it out to the webserver, so look for a new version of the site by the end of the month.

Well this is all for now. Will post more later.

– Suramya

September 13, 2011

The cure for hunger…

Filed under: Humor — Suramya @ 8:38 PM

According to a subway sign.

Are people really that slow that they need to be told this? If so then I am seriously worried.

– Suramya

September 6, 2011

This is the toothpase I need to start using

Filed under: Humor — Suramya @ 7:25 PM

and I am sure that Vinit would agree with me on this 🙂

– Suramya

September 5, 2011

Getting RTL8111/8168B PCI Express Gigabit Ethernet controller to work in Debian 6

Filed under: Knowledgebase,Linux/Unix Related,Tech Related,Tutorials — Suramya @ 11:28 PM

Once I got Debian 6 installed on my server I needed to connect it to the internet to download updates etc, however my network card wasn’t being detected correctly so I had to perform the following steps to get it to work correctly:

  • Download the latest Linux drivers for the RTL8111 Chipset from the Realtek site on a computer that can connect to the Internet.
  • Copy the file over to your new system via USB or smoke signals
  • Login as root to the server
  • Identify the kernel version that you are running, using the following command:
  • uname -a

    It will give you a result like the following:

    Linux StarKnight 2.6.30-2-686 #1 SMP Sat Aug 27 16:41:03 UTC 2011 i686 GNU/Linux

    Now you need to install the kernel source code for this version on the server. First we need to find the package name of the kernel source code, we do that by running the following command:

    apt-cache search linux |grep header |grep 2.6 

    If you have a 2.4.x kernel, replace grep 2.6 with grep 2.4. Once you have the package name install it using the following command as root:

    apt-get install linux-headers-2.6.30-2-686

    Make sure you replace linux-headers-2.6.30-2-686 with the package name you got.

    Once we have the kernel source installed we can go ahead and install the driver using the following commands:

    tar -jxvf r8168-8.025.00.tar.bz
    cd r8168-8.025.00
    ./autorun.sh 
    

    This will compile the drive and install it. I didn’t get any errors when I ran it, but if you do get errors try searching for the error message on Google, it usually provides a solution.

    After I installed the driver I tried initializing my network but kept getting the following error message:

    StarKnight:~# ifdown eth0
    ifdown: interface eth0 not configured
    StarKnight:~# ifup eth0
    Ignoring unknown interface eth0=eth0.
    

    Fixing it was fairly simple though, all I had to do was edit the /etc/network/interfaces file and add the following lines to it (This assumes you are using DHCP):

    auto eth0
    iface eth0 inet dhcp
    

    Once you add the lines, you can try starting the network again using the command:

    ifup eth0

    If all went well, you will be assigned an IP address and will now be able to successfully browse the net.

    Hope this helped.

    – Suramya

    September 4, 2011

    Upgrading my Desktop Hardware & Software

    Filed under: My Life,Website Updates — Suramya @ 2:46 PM

    Hey Everyone,

    I am back. Yes, I was missing for almost a year. No, I won’t make excuses for why that happened. Moving on…

    I have been having issues with my primary desktop for the past few months now, to the point where I was mainly using my GalaxyTab for most of my browsing/watching movies etc at home. It kept telling me that my Hard drive died so I decided to spend some time reinstalling Linux on a new drive. After I finished backing things up the system suddenly decided that none of my disks existed anymore and wouldn’t even detect them during boot-up. 🙁 So I connected the drives to an external case and plugged them into my laptop and they worked fine. This is when I decided that the problem had to be with the motherboard (as I had changed everything else: SATA cables, Hard drives etc)

    So I went out and bought an AMD Phenom II x6 1055T processor and ASUS M4A88T-M Motherboard to put it in. Got everything assembled and then realized that the new board uses DDR3 RAM while my previous one had DDR2 RAM so had to go buy a 4GB DDR3 RAM chip. Finally got everything working and am now a proud owner of a working desktop. Had some issue with the Network card but was easily resolved. Will document the steps on the wiki later.

    I have installed Debian 6.0 on the new system and then upgraded it to Debian Unstable (sid). The process is not as straight forward as usual and if you are not familiar with Linux its easy to get stuck. I hit a couple of snags that required me to search online for fixes and yes I will be documenting those as well in my next post. In the end all worked out and the server is stable and works without issues. Might try to overclock the CPU later to see how that goes, lets see.

    Lastly, I upgraded wordpress on suramya.com to the latest version which unfortunately broke the theme I was using so the blog has a different layout right now than normal. I will be fixing this over the next few days.

    Well this is all for now. Will post more later.

    – Suramya

    December 27, 2010

    Fog in delhi is just nuts

    Filed under: My Life — Suramya @ 6:54 AM

    Early morning flights in winter from Delhi is what is known as a ‘bad idea’. The fog is insane. This time I had a 6:45am flight and since we were expecting fog we left home at 4am.

    The visibility was down to a couple of meters and at a couple of places it went down to zero visibility. At times driving was more of guess work than actually knowing where the road was. I was quite happy that I wasn’t the one driving. 🙂

    At the moment I am sitting in the plane and the pilot just announced that we are no 28 in the departure queue and that we can expect a delay of about 20mins. 🙁

    I guess I can use the time to blog :). Well this is all for now. Will post more later.

    – Suramya

    December 23, 2010

    Staying at home…

    Filed under: My Life — Suramya @ 7:56 PM

    Staying at home is a lot of fun, but not when you are woken up really early in the morning and given neem ka juice to drink every day. So far I have had it twice and that is 2 times too many. I think my taste buds are committing suicide as I write this. 😉

    Other than the daily dose of Neem life here is good, I have been working from home for the past week so that I can finish up my wedding shopping etc and thus haven’t really spent a lot of time with the family but since tomorrow is a holiday I get to spend the whole day with family. hopefully I won’t get drafted to help move stuff around as the house is being painted, furniture being polished etc etc.

    Watched Tron: Legacy a couple of day ago and really liked it. Didn’t really remember a lot of the original Tron so I am sure I missed a lot of subtext but it was still a cool movie and the effects were good, the 3D wasn’t overdone and wasn’t a prop to distract viewers from the lack of a storyline (like certain other movies I can name). Want to go watch the new Narnia movie also, but lets see. The only show in Noida is at 12:30 pm and that’s a bit too early for me to go watch a movie.

    Well this is all for now. Not much to say at this point. Have a wonderful Holiday season and if I don’t post again before the New years (which is quite possible) a very Happy New Year!

    – Suramya

    December 17, 2010

    Yikes! Its been over 2 months since I posted here

    Filed under: My Life — Suramya @ 8:24 PM

    Wow, I checked the blog today after a long time and realized that it’s been over 2 months since I posted anything.

    I guess time does fly when you are having fun. The past few months have been fun. Finally settling down in bangalore with work and adjusting to having a life again. Another adjustment has been realizing that I will be married in a little over a months time.

    Writing this at the airport waiting for my flight on my Galaxy Tab. Can’t for Airtel to launch 3G so I can surf faster when travelling.

    Well this is all for now will post more later.

    – Suramya

    « Newer PostsOlder Posts »

    Powered by WordPress