Saturday, December 11, 2010

Receive Bluetooth Files in UBUNTU


Hello every one,
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.

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.

Eclipse C++ Development [ UBUNTU ]


Hello Every one,
I want to show the most easiest way to install eclipse IDE under ubuntu and make it support C++ development.

Basically, you need the following:
g++ compiler, gcc compiler collections, CDT and eclipse IDE.
Steps::
- Open Ubuntu Synaptic Package Manager ( System - > Administration -> Synaptic Package Manager)
- Write in the search box : eclipse
- choose eclipse platform , click, mark for installation


-Repeat the second step but write gcc
- Again and write g++


- Again and write CDT ....

After installing all those packages, you will find eclipse installed under Applications -> Programming - > Eclipse.

Now you are ready to use eclipse for c++ applications.

To start your first application in eclipse:
File -> New - > C++ Project. If you cant see c++ project option click other and choose c++ from the list.
Be sure to select Linux GCC compiler from the right list as the next picture shows.

Click Finish and Play !.



shortcuts:
Build ==> CTRL +B
RUN ==> CTRL +F11

Friday, November 26, 2010

Remove the login keyring message Ubuntu

At some point you may face annoying keyring login message asking for password. Here are the steps to get ride of this message:

- Open terminal
- CD ~./gnome2/keyrings
- you will find some files with extension .keyrings, DELETE those files if you do not need them or delete login.keyrings file only.
- Restart your system
- Next login you may be prompted to enter the keyrings password. Do not write any thing and accept the messages.

- You are done.

C++ C# IDEs Under Linux

Hello Every one,
I came across some C++ & C# development Environment for Linux.
I just showing there names here:
  • Eclipse, with CDT
  • NetBeans ( Thanks to Abdelghany addition)
  • CodeBlocks
  • Anjuta
  • KDEvelop
For Java: Both Eclipse and NetBeans works great.

And for C#.Net and VB.Net I found
  • Monodevelop
share better names if you have and try those if you have not.