Posted by: ranacse05 on: January 24, 2008
Last night i got my lappy . Its HP D520.
Key Features
Posted by: ranacse05 on: January 19, 2008
I developed a facebook application name MyRUET its only for them who are the members of MyRUET.com .Its my 2nd fb application.Now i have total 32 users .The funny thing is my first app is still under construction.Thats about English Football Club.To finish that application i have to learn FBML well.So i’ll do [...]
Posted by: ranacse05 on: January 17, 2008
Today i develop my first Joomla ! module . Here is the link of that module. This module show todays date & day in Joomla !.You can place this any where of your Joomla ! site.This module is developed by JavaScript.
Posted by: ranacse05 on: January 12, 2008
Gaming in Linux is possible now.Using Wine/Cedega users can play various games in Linux.I’m using Ubuntu 7.04 and to day i played Mafia in my Ubuntu.Just install wine by typing sudo apt-get install wine in terminal.After install this install Mafia in Ubuntu.And run GAME.exe by wine.Here is a screen shot of Mafia.
Posted by: ranacse05 on: January 12, 2008
Its possible to work with photoshop under Linux . First install wine package . Its available in www.winehq.org . Then configure wine and select a directory as virtual C:// drive , then install the photoshop from any source by the help of wine
Applications>Accessories>Wine file
Then go to the directory and install the photoshop.
Now open wine file [...]
Posted by: ranacse05 on: January 12, 2008
Just copy the following code and past in one file named “pidgin”
CODE:
#!/bin/bash
sudo apt-get install libgtk2.0-dev libxml2-dev gettext libnss-dev libnspr-dev
sudo wget http://easynews.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.0.1.tar.bz2
tar xvfj pidgin-2.0.1.tar.bz2
cd pidgin-2.0.1
./configure
make
sudo make install
then open the terminal and type
chmod 777 pidgin
./pidgin
Now search pidgin in Applications>Internet> Pidgin Internet Messenger
if you don’t find pidgin here then try /home/rana/pidgin-2.0.1/Pidgin Internet Messenger.
And enjoy
Note : Here [...]
Posted by: ranacse05 on: January 12, 2008
If any one use dual boot system then after installing windows again we lost GRUB loader. It can recover in various method. Here i discuss GRUB recovery using Live cd. For this we have to boot our system by Live cd.
Follow the step to recover grub bootloader:
1. Boot with Ubuntu Live CD
2. Open gnome-terminal
Give the [...]
Recent Comments