Adsense code (2021-10-05)

Wednesday, March 16, 2011

Code::Blocks: a free C++ IDE

Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.

Finally, an IDE with all the features you need, having a consistent look, feel and operation across platforms.

Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. For instance, compiling and debugging functionality is already provided by plugins!



http://www.codeblocks.org/

Friday, March 11, 2011

Re-install Transmission BitTorrent Client

Transmission is my favorite BitTorrent Client in Ubuntu, so far. One day, Transmission cannot be started. When I click on the icon, nothing happen. And i cannot re-install it, using both Ubuntu Software Center and Synaptic Package Manager.

Finally, I re-install it using the commands:

$sudo add-apt-repository ppa:transmissionbt/ppa

$sudo apt-get update

$sudo apt-get install transmission

It's work again now:)