1GOAL, Education for All.
Posted by
Adel Mubarak
, Tuesday, May 11, 2010 at 12:16 PM, in
Labels:
ICT4D
The First Arabic Country Code Top Level Domain of Egypt “.مصر”
Posted by
Adel Mubarak
, at 11:38 AM, in
Labels:
DotMasr
Google BigTable !!
Posted by
Adel Mubarak
, Wednesday, May 5, 2010 at 12:42 AM, in
Labels:
Google
Open Source Convention "OSCON 2010"
Posted by
Adel Mubarak
, Wednesday, April 28, 2010 at 11:39 PM, in
Labels:
FOSS
There is big change in technology and society, and open source is making it happen. Cloud computing is transforming our toolkit, from NoSQL to systems management. Mobile services are growing exponentially, set alight by Android and iPhone. New languages and APIs are flourishing. Developers must adapt to a rapidly evolving platform, which open source is the key to managing and steering.
Rapid change presents opportunity as well as challenges. Open source isn't just about being cost-effective, it's leading in innovation. You can change the game in your business, your community, or even the world.
- Explore the benefits and challenges of building scalable applications for the cloud
- Use open source to target Android, iPhone and other mobile platforms
- Understand how and when to use NoSQL databases
- Learn best practice from experts in Python, Java, Ruby, Perl, PHP and JavaScript
- Use open source effectively as part of your business strategy
- Learn how to foster contribution and adoption of your open source projects
At OSCON, hundreds of sessions covering open source languages and platforms, practical tutorials that go deep into technical skill and best practices, inspirational keynote presentations, an Expo Hall featuring dozens of the latest projects and products, fun networking events and activities, and the best "hallway track" around.
https://en.oreilly.com/oscon2010/public/register
Running Internet Explorer on Linux
Posted by
Adel Mubarak
, Thursday, February 18, 2010 at 1:52 PM, in
Labels:
Linux Kernel,
OpenSource
- First of all you need to get the latest version of wine. Do the following depending on the version of Ubuntu.
- Open Terminal and copy-paste the following line into Terminal(Give password when prompted).
sudo add-apt-repository ppa:ubuntu-wine/ppa
- For Ubuntu versions before Ubuntu 9.10, this is little bit trickier. First you have to get the gpg key and later you to add the wine ppa repo to your sources.list.
- Don't worry, let me make it simple for you. Copy-paste the following line to Terminal to add the gpg key.
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
- Now, add PPA Repo depending on the version of Ubuntu you use. For that, simply copy paste the command into Terminal.
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu 8.10 Intrepid
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list
For Ubuntu 8.04 Hardy
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
- Now, install the latest version of wine in ubuntu.
sudo apt-get update sudo apt-get install wine cabextract
- Done. Cabextract is a dependency you need to install.
- Now, unzip the downloaded tar.gz file. (Right click > Extract here).
- Open the extracted folder and double click 'ies4linux' file.
- Choose the options you want and that is it.
- Don't ever expect IEs4linux to work as your regular browser. Even the original IE doesn't stand a chance in front of Firefox, Chromium, Google Chrome or Opera ;-)

