Firefox 16, a treat for developers http://t.co/cnd27CzT
Tag Archives: games
Freeciv- A free empire-building strategy game for Linux
Freeciv is a turn-based strategy game, with some real-time elements, in which each player is the leader of a civilization, fighting to obtain the ultimate goals of a nation: The extinction of all other nations, being the first nation to … Continue reading
Read More 3 Comment(s)
Gaming on Linux- Excalibur: Morgana's Revenge v3.0
Excalibur: Morgana’s Revenge is a first-person action shooter game that combines time travel to take the player through the jurassic period, camelot period, and into the future chasing down Morgana.
Read More 1 Comment(s)
Gcompris – Educational software for children
GCompris is a suite of free educational software for children aged 2 to 10. It is available for Linux, Mac OS X and other systems. Gcomrpis have many education cathergoris. computer discovery: keyboard, mouse, different mouse gesture, … algebra: table … Continue reading
Read More 0 Comment(s)
Warzone2100 for Ubuntu and Debian
This is an improved version of Warzone 2100, a 3D science fiction real time strategy game, developed by Pumpkin Studios and published by Eidos Interactive in year 1999. Warzone 2100 offers campaign, tutorial, multi-player and single-player skirmish game modes, unit … Continue reading
Read More 4 Comment(s)
Ubuntu Gaming made easy with PlayDeb
Playdeb is a gaming repository for Ubuntu – aimed to provide titles already available on getdeb.net in an easier to install and update format. This article show you how to install Game from playdeb.net on ubuntu 11.10 Oneiric Ocelot.
Read More 6 Comment(s)
5 Great opensource games for Linux
Here are 5 Nice opensource games for Linux , I installed the games on ubuntu and they did work fine, I liked more Supertux perhaps because is similar to super mario bros one my favorite games, the rest of the … Continue reading
Read More 7 Comment(s)
Software and Games for linuxMint by just a click Part-I-
This article provides you supplement software to enhance your LinuxMint. You can install these packages by just clicking image (apt://) and then the installation will be launched. This is not a security breach, since these packages are installed using apt-get … Continue reading
Read More 4 Comment(s)
Install more than 100 games with one command using Djl
Djl is an open-source (GPL licensed) game manager written in Python 2.5 for the GNU/Linux Operating Systems. It is inspired by Valve’s Steam software for Windows. Djl makes it possible (via a repository) to download, install and remove a reasonable … Continue reading
Read More 16 Comment(s)
Install softwares ,media ,and games on Ubuntu by just a click
With this tutorial we will try to show you how to install softwares by clicking on a link in your browser. If you want to install only some of the software list in this page, you can do it by … Continue reading
Read More 0 Comment(s)


















pigmej
| #
Just one thing:
What about pep8 in your python code ? How can you give ‘tutorials’ on quite popular website, of such a bad quality ?
Amit Rai
| #
I just renamed shared.xml and it logged in and created a new shared.xml.
DB Griffin
| #
Larry Page is not being completely honest! The manner in which the PRISM program/project works does not need access from company administrators or owners, so called “direct access”; the access to the information is already there. These tech company CEOs take for granted the actual intelligence of most end users of their products. All it takes is a little digging and reading to go from ignorant to informed on these things especially on exactly how the internet works/functions in the U.S.A. I find Larry Page’s remarks just as laughable as Al Gore’s claim to “inventing” the internet/world wide web!
If you, as an end user, are reading this post; I challenge you to research these matters yourself. It really is quite simple with all the “information sites” that exist on the web today ie Wikipedia, & other online encyclopedias that actually list source material, as well as highly respected tech sites and blogs that also list their source material. Be warned: this is only the tip of the iceberg and these tech CEOs know and understand this; they are scrambling in attempt to perform DAMAGE CONTROL to save the company and what little trust thay have left from their products end users/consumers.
Am I a skeptic? I believe someone has to be or needs to be at this point in time! If your not just a little skeptical of the government, tech companies, and the people that are in charge of these agencies and companies; you need to be, even if just a little skeptic. For your own personal protection and security! I know I was a part of this community for over 14 years!
Anders Jackson
| #
As I understand it so do VLC use same encoders as ffmpeg. And yes, there are less code that can break when you use command line instead of a graphical UI.
And may I ask what mono has to do with VLC? *facepalm*
Anders Jackson
| #
Just some thoughts about Java.
OpenJDK7 are now THE Java implementation and Oracles are just one more of the reimplementations. So you should not need to install Oracles version.
And you really don’t need to remove the OpenJDK7 installation to also have Sun Java JDK 7. Just run
sudo update-java-alternatives –list
and select which java you want to have as default java of all that is installed.
And if you want to run a program with one special version, check manpage for java-wrappers how to do that.
man java-wrappers
so you can run java program rasterizer like this:
JAVA_FLAVOR=openjdk rasterizer
JAVA_ARGS=-Xmx80m rasterizer
JAVA_BINDIR=/usr/share/
etc