Monday, January 17, 2011
disabling beep in solaris
This annoying beep can be removes simply by going to : Edit -> profile preferences -> uncheck the terminal beep box.
Friday, January 14, 2011
Installing Acrobat Reader under Linux
Run .bin files in Linux
To run .bin files you only need to write "./" followed by the file name while you are in the directory containing that file. Those files needs to marked as executable , so you will need to change its permissions.
Then run it by writing:
Switch To root first ("su" command, then write the password) then apply the following:
Code:
filePath:# chmod a+x name_of_file.bin
Code:
filePath:# ./name_of_file.bin
Tuesday, January 11, 2011
Configuring Microsoft True Type Fonts in Fedora 14
If you did not find any one the following necessary packages try to search for and install them.
-> yum install XFree86-xfs
-> yum install ttmkfdir
-> yum install rpm-build cabextract
-> rpmbuild -bb msttcorefonts-2.0-1.spec
-> rpm -ivh /usr/src/redhat/RPMS/noarch/msttcorefonts-2.0-1.noarch.rpm

Configure Pidgin to work with Gmail (GTalk)
Hello every one,
For configuring pidgin to work with gmail (gtalk) you need just the following simple steps :
Open pidgin:
- Accounts Menu - > Add
- Protocol menu : XMPP
- User name : write your id without @ part. example :msa.j
- Domain : gmail.com
- Resource : empty
- Password : yourpassword & check the remember password box if you want that.
Then go to advanced tab
- Connect Port : 5222
- Connect Server : talk.google.com

Click Add, and Enjoy !
For configuring pidgin to work with gmail (gtalk) you need just the following simple steps :
Open pidgin:
- Accounts Menu - > Add
- Protocol menu : XMPP
- User name : write your id without @ part. example :msa.j
- Domain : gmail.com
- Resource : empty
- Password : yourpassword & check the remember password box if you want that.
Then go to advanced tab
- Connect Port : 5222
- Connect Server : talk.google.com

Click Add, and Enjoy !
Saturday, December 11, 2010
Receive Bluetooth Files in UBUNTU
Another Ubuntu post here. To enable receiving files over Bluetooth in Ubuntu, You just need to install Personal File Sharing . you probably saw this name in an error message from the Bluetooth manager.
Open Ubuntu Software Center, Write Personal File sharing in the search box and install it.

Have fun .......
Sunday, December 5, 2010
Installing flash player Ubuntu [Terminal]
Here is the simple command to install adobe flash player ubder ubuntu.
If you have any problems with flash player in firefox or so remove it then re install it.
to remove it from console use the following command
Good luck.
sudo apt-get install flashplugin-installer
If you have any problems with flash player in firefox or so remove it then re install it.
to remove it from console use the following command
sudo apt-get remove flashplugin-installer
Good luck.
Subscribe to:
Posts (Atom)