Slumdog Millionaire- Oscar crown for 2009 Rumi, February 24, 2009 An eighteen-year-old from the slums of Mumbai finds himself competing on the game show “Who Wants to Be a Millionaire,” where the questions he must answer offer a look back at his earlier life. The show’s host, however, insists that he must be cheating and takes steps to force young… Continue Reading
The Big Bad Swim (2006) Rumi, February 24, 2009February 24, 2009 An interesting comedy, but has some sweet tomantic flavor with reality! Plot: A group of Connecticut locals enroll in an adult-education beginner’s swim class The film is an ensemble comedy-drama that focuses on a few people who are afraid of the water and join an adult swim class. Amy Pierson… Continue Reading
Love is all around- Wet Wet Wet Rumi, February 21, 2009 I feel it in my fingers I feel it in my toes Love is all around me And so the feeling grows Continue Reading
Adding a virtual network interface using webmin Rumi, February 9, 2009 There are two situations in which you might want to add a new network interface – if your system has just had a network card installed, or if you are adding an additional virtual IP address to an existing interface. In the latter case, the new virtual interface is… Continue Reading
Copy files from computer to USB using linux command prompt Rumi, February 2, 2009 Somebody lately, asked a silly simple thing- how can he copy files from his computer to usb and he’s using linux? Actually any novice can ask this simple thing- as GUI interface is already became quite mature than earlier and ppl naturally forgetting command consoles. Anyways, here goes it like… Continue Reading
Birangana 71- বীরাঙ্গনা ৭১ Rumi, January 26, 2009 I was just surfing the net, and found this interesting video clip from a blog. I think I should share this to others too! Continue Reading
How To Disable Linux GUI from boot? Rumi, January 18, 2009March 13, 2019 edit the following line in /etc/inittab id:5:initdefault: and change it to id:3:initdefault: so if you reboot the default running level is 3 which is not GUI For Debian 8-9/Jessie-Stretch use the following command: In order to make text boot the default under systemd (regardless of which distro, really): systemctl set-default… Continue Reading
Configure Additional IP Addresses Rumi, January 18, 2009 Let’s assume our network interface is eth0. Then there is a file /etc/sysconfig/network-scripts/ifcfg-eth0 which contains the settings for eth0. We can use this as a sample for our new virtual network interface eth0:0: cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:0 Now we want to use the IP address 192.168.0.101 on the virtual interface eth0:0…. Continue Reading
Creating A Linux Firewall using webmin Rumi, January 12, 2009January 12, 2009 Here is what I need to do- I want to block ping on eth0- my external link I want to open everything else on eth1- internal link Let’s assume eth0- has public IP and eth1 has private IP I want to allow SSH, auth, httpd and certain protocols to eth0…. Continue Reading
DNAT using Iptables Rumi, January 12, 2009 Before I start I DNAT, I’d better say what it does- The DNAT target is used to do Destination Network Address Translation, which means that it is used to rewrite the Destination IP address of a packet. If a packet is matched, and this is the target of the rule, the packet, and all… Continue Reading