Friday 14 March 2014

Koha Live DVD



Koha Live DVD is based on Ubuntu Linux and Koha 3.x. Live DVD customised for ready to use. Highlights are: 


  • Easy installation steps
  • Koha customised for ready to use
  • Zebra server enabled
  • Customised MARC fields in cataloguing
  • Webmin included for scheduling database backup
  • Build on Ubuntu 10.04 LTS
  • Detailed installation manual and Read Me file
  • Sample reports
Read installation manual and Read me file before try to install the DVD.

https://sourceforge.net/projects/kohalivedvd/files/

Easy to upgrade to new version of Koha.

Following commands will upgrade Koha to new version.

  • sudo apt-get update
  • sudo apt-get upgrade
  • apt-get install koha-common

No need to execute lot of commands.

Mist Server Installation on Ubuntu 12.04


MistServer is a highly versatile, lightweight, customizable open-source multi-standard multimedia server. MistServer configuration is easy to use for full CDN solutions applications.
Mistserver_pos
MistServer is Free, open and well-supported, Truly plug and play, Affordable, seamless and highly scalable control over your media servers. MistServer can be installed on any server to make multimedia server.
Download MistServer Binary here http://www.mistserver.org/index.php?title=Downloads
You can clone source from https://github.com/DDVTECH/
Check your server architecture Generic Linux 64-bit or Generic Linux 32-bit then download
# wget http://releases.ddvtech.com/download.php?pack=mistserver_64&ver=1.2.1
Now extract / copy files to /usr/local/bin/
Check quick start here http://www.mistserver.org/index.php?title=Quick_Start
# chmod a+x MistController
# MistController -a username:password -n
You need to point your browser to connect Mist Server Manager
http://server-ip:4242/#root@http://server-ip:4242/api
Mistserver Manager Login
Kill MistServer
# lsof -i:4242 (Find PID for MistServer)
# kill -9 PID
Find more info about MistServer from http://wiki.mistserver.org/
Compare MistServer with other Media Streaming Servers like Wowza or Red5 here http://www.mistserver.org/index.php?title=Compare
You can find Linux User Guide for MistServer from http://mistserver.org/index.php?title=User_Guide_(Linux)

How to Install Koha on Ubuntu 12.04 Server


Install Ubuntu /Xubuntu 12.04 LTS

Open a terminal and apply following commands,

sudo su
apt-get install leafpad

Add Koha package repository

wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -
echo deb http://debian.koha-community.org/koha squeeze main | sudo tee /etc/apt/sources.list.d/koha.list

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install koha-common

Initial Configuration
Create a new file

leafpad /etc/koha/koha-sites.conf

Add the following lines and save.


DOMAIN=".yourdomain.org"  # Change this to be your domain. Any instance will be a subdomain of this string.
INTRAPORT="8000"  # TCP listening port for the administration interface
INTRAPREFIX=""  # For administration interface URL: Prefix to be added to the instance name.
INTRASUFFIX="-intra"  # For administration interface URL: Suffix to be added to the instance name.
DEFAULTSQL=""  # a value is generally not needed.
OPACPORT="8001"  # TCP listening port for the users' interface (if you skip this, the apache default of 80 will be used)
OPACPREFIX=""  # For users' interface URL: Prefix to be added to the instance name.
OPACSUFFIX=""  # For users' interface URL: Suffix to be added to the instance name.
ZEBRA_MARC_FORMAT="marc21"  # Specifies format of MARC records to be indexed by Zebra. Possible values are 'marc21', 'normarc' and 'unimarc'
ZEBRA_LANGUAGE="en"  # Primary language for Zebra indexing. Possible values are 'en', 'fr' and 'nb'

Adding ports
Open following file and add ports

sudo leafpad /etc/apache2/ports.conf

Add two ports for Koha

Listen 8000
Listen 8001

Apply following commands, 

sudo a2enmod rewrite

Configuration of  UTF-8 in MySQL and Apache 
Enable UTF-8 at MySQL 
Open a Terminal and type following command, 

sudo su 
leafpad /etc/mysql/my.cnf   

[Under the Basic settings section, add the following,] 

# UTF-8 Defaults for Koha 
init-connect='SET NAMES utf8' 
character-set-server=utf8 
collation-server=utf8_general_ci 

leafpad /etc/apache2/conf.d/charset 
[Add the following two lines in] 

AddCharset UTF-8 .utf8 
AddDefaultCharset UTF-8 

Save the file and close the editor.

Sax parser setup

leafpad /etc/perl/XML/SAX/ParserDetails.ini

Cut and paste the following command to the bottom of the file and save it.

[XML::LibXML::SAX::Parser]
http://xml.org/sax/features/namespaces=1 



Instance creation
sudo apt-get install mysql-server

[Put a password for MySQL Root USER]

Apply following commands,

sudo apt-get clean
sudo koha-create --create-db library

Ubuntu MySQL security Tweak

sudo su
mysql -u root -p

[Enter the MySQL Root password when it ask]
Execute the following commands,

USE mysql;
SELECT host,user FROM user;
DELETE FROM user WHERE user=''; SELECT host,user FROM user;
FLUSH PRIVILEGES;
QUIT

Configuring Apache
Execute the following commands in a terminal. 

sudo a2dissite 000-default
sudo a2enmod rewrite
sudo a2enmod deflate
sudo a2ensite library
sudo /etc/init.d/apache2 restart

Start web installation of Koha
The username to log in with will be koha_library and the password will be near the end of /etc/koha/sites/library/koha-conf.xml
Apply the following command to see the koha login password,

sudo xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/library/koha-conf.xml 

Open following link,

http://127.0.1.1:8000  

Zebra rebuild command

sudo su
koha-rebuild-zebra -v -f library

Reference

http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-packages#Enable_Modules_and_Site

How to install Open Meetings on Ubuntu 12.04


Primarily, the following is drawn from the these two pdf-documents:

Installation of Apache OpenMeetings 2.x on Ubuntu 12.10 and 12.04 – 32 or 64 bits
Installing OpenMeetings in Squeeze.pdf
The technical stuff (what you’re likely here for):

Note:  The following is what I used to get it working on my computer, running 64bit Ubuntu 12.04.

Flash:  Openmeetings is one great big flash application.  Everything on it is flash, the text, the video the entry boxes… everything.  Needless to say, I wasn’t so psyched about this (being a 64bit linux user) but I was happily surprised to find how stable it is and how much bitching it doesn’t do.  Really, I completely forget it’s flash…until I try to right-click something but eh, it’s not so bad.

Step 1: Install Flash on whatever computer you’ll be accessing open meetings on

I almost feel like this isn’t worth going into, there are a whole bunch of articles on it online depending on your operating system.  I figure if you have a computer and it’s hooked to the internet, you probably already have flash.

Step 2: Install oracle Java

You will need Oracle’s JDK.; substitutes such as OpenJDK won’t cut it.  For Ubuntu users, use the following steps:

Add the repository:   sudo add-apt-repository ppa:webupd8team/java
Update your system with the new repo: sudo apt-get update
Install Oracle Java6: sudo apt-get install oracle-java6-installer
Tech note: The above will install the Java6 installer, which will (as part of its install process) run and install the Java6 JDK after it’s installed.  I don’t really know why it works this way but there you have it.  Also I’ve read that Java7 plays with Openmeetings just fine but haven’t tried it myself.

Once the installer starts going automatically it will inform you that you MUST AGREE TO THE LICENCE (hit enter for ok).  Then it will ask you DO YOU AGREE TO THE LICENSE?  Since they’ve already given you the ultimatum that you have to, I guess you don’t have much choice; arrow over to yes and hit enter…only after reading the ENTIRE agreement at the url they provide of course ;-D (oh that’s too funny).

Step 3: Install Open-Libre-Whatever Office (or make sure it’s already installed)

Openmeetings has a really sweet document upload feature where all participants can examine word documents, ppt presentations etc in real-time.  This uses OpenOffice or LibreOffice to do the conversion (either one will work).  So make sure you have a copy installed on the server.

Step 4: Install more conversion software

You’ll need the following packages to properly convert uploaded files to display during the meeting.

1.  Sudo apt-get yourself the packages: sudo apt-get install imagemagick gdebi libgif4 libjpeg62 synaptic
2.  Download and install swftools using the method below.  This will render files into .swf flash when you’re using Openmeetings.

Install this repository: sudo add-apt-repository ppa:guilhem-fr/swftools

Update your system: sudo apt-get update

Install the package: sudo apt-get install swftools

Step 5:  Install FFMPG

FFMPG is necessary for the video stuff that Openmeetings needs.  The official documentation advises that one should compile FFMPEG…which is a bit of a pain.  Being lazy and a humble student of the sacred way of the half-assed, I just used the latest version from the repositories: sudo apt-get install ffmpeg.  I’ve found this to work well enough, though apparently it can present problems when trying to record Openmeetings video feeds.  Or, to quote the official documentation in its original prose:

Now should Compile FFMPEG for video. To install the one that comes in the repositories, we would find very possibly problems with the recording video. Our compiled ffmpeg will have characteristics that do not find in the normal version.

…hey at least it reads better than the nonsense I’d have written, were I to explain this in German.

But anyway, if you don’t want to find very possibly problems with the recording video, go ahead and compile ffmpeg.  I might add in how to do this later, but the Googler yields some great tutorials on how to make this happen in Ubuntu.  I haven’t needed to record the Openmeetings feed yet on my server and so the repo version has worked just fine for me.

Step 6:  Install MYSQL

It’s quite likely that you have this going already BUT if you dont…

1) sudo apt-get install mysql-server
2) It’ll ask you for a new password for the root user.  Make up a good one and don’t forget it.

Ok, now a little work here.  We need to create a database for Openmeetings to use.  So in your terminal and….

Get into mysql using: mysql -uroot -p
It’ll ask you for your password… enter it.  (As per usual with the terminal and password, no characters will appear)
Then enter: mysql> CREATE DATABASE open2final DEFAULT CHARACTER SET ‘utf8′;
There, you have now created the database “open2final”  Of course you can enter any name for your database you wish and just adjust the configurations to follow; this is just the name the official documentation suggests.
Now, with mysql still open, create the mysql user that will access the database for openmeetings: mysql> GRANT ALL PRIVILEGES ON open2final.* TO ‘openmeetings’@'localhost’ IDENTIFIED BY ’123456′ WITH GRANT OPTION;
Again, the name/password are pulled directly from the official documentation; call it whatever you like and adjust the settings below accordingly.
“open2final” is the database we gave the user access to,
“openmeetings” is the database username
“123456″ is the password for the user openmeetings
Go ahead and quit out of your mysql terminal by typing “quit” and hitting enter.

Step 7:  Finally install the software you were after the whole time

So yea, finally we get to install Openmeetings.  Here’s how:

Go to openmeetings.apache.com and download the latest version ending in tar.gz.  (Zip will work too, but I’ll be doing the commands for tar.gz)
$ cd /opt
$ tar zxf /wherever/you/downloaded/openmeetings/to/apache-openmeetings-2.1.whatever.the.version.you.downloaded.tar.gz
Now rename the Openmeetings directory: mv apache-openmeetings-version/ red52/ (I don’t know why they call it red52 but it works with the install process)
To get rid of the compressed file: $ rm /wherever/you/downloaded/openmeetings/to/apache-openmeetings-2.1.whatever.the.version.you.downloaded.tar.gz
Backup the original configuration file: $ mv /opt/red52/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml /opt/red52/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml-ori
Create a new configuration file from template: $ mv /opt/red52/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml /opt/red52/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
Now we need to edit that configuration file: $ sudo nano /opt/red52/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
Once in persistence.xml, we’re here to change the database settings.
Look for the line that contains: Url=jdbc:mysql://localhost:3306/openmeetings
Change “openmeetings” in that line to “open2final” …or whatever you ended up calling your database.
Then find the line containing :  Username=root
Change “root” to “openmeetings” or whatever you named your mysql user above.
And add the password to the line:  Password=”/> so that it reads  Password=123456″/> or whatever password you gave your msql user.
Step 8:  Connect Openmeetings to MySQL

Wait, I know what you’re thinking “didn’t I just do that?”  Nope, not yet.  We need a little java-script package so that your username and password above can actually log into the database and do their thing.  (That’s as far as I’ll go into it… because that’s possibly a bit further than I understand it.)

Anyway, carry out the following:

 $ cd /opt
Download the connector from here: http://dev.mysql.com/downloads/connector/j/
Copy the zip file into /opt/
$ unzip mysql-connector-java-5.1.23.zip
$ cp /opt/mysql-connector-java-5.1.23/mysql-connector-java-5.1.23-bin.jar /opt/red52/webapps/openmeetings/WEB-INF/lib
$ rm mysql-connector-java-5.1.23.zip
$  rm -R mysql-connector-java-5.1.23/
$ mv red52/ /usr/lib
$ chown -R nobody /usr/lib/red52
Step 9: Install the JOD converter

The JOD converter is the thing that allows Openmeetings to talk with WhateverOffice.

So monkey see monkey do:

$ cd /opt
$ wget http://jodconverter.googlecode.com/files/jodconverter-core-3.0-beta-4-dist.zip
$ unzip jodconverter-core-3.0-beta-4-dist.zip
$ rm jodconverter-core-3.0-beta-4-dist.zip
Step 10: Get the Red5-OpenMeetings Script

I found this step was especially confusing in the documentation and I really didn’t understand what was going on until I did some hunting around.  Red5 is the Openmeetings install script and can be found here:

https://cwiki.apache.org/confluence/download/attachments/27838216/OpenMeetings+2.x+run+script+Ubuntu.zip?version=1&modificationDate=1360140102000

But depending on this or that, the script needs to be modified, so I’ve saved you a little hunting/typing see below:

Here’s the directory that the install script (red5) needs to go to: $cd /etc/init.d/
Download from one of the two links:
If you are using OpenOffice: $ wget https://dl.dropboxusercontent.com/u/11993667/OpenofficeRed5/red5
If you are using LibreOffice: $ wget https://dl.dropboxusercontent.com/u/11993667/LibreofficeRed5/red5
Make sure it’s executable: $ chmod +x /etc/init.d/red5
Step 10: Run Openmeetings!

Ok just a few final instructions here:

$ /etc/init.d/red5 start
You will get some sort of message to the following effect: start-stop-daemon: –start needs –exec or –startas  Try ‘start-stop-daemon –help’ for more information.  Just ignore it, everything should be fine.
Give it a minute, then open your browser and go to: http://localhost:5080/openmeetings/install


  1. You should see the following page: Installation
  2. Click Continue with step 1
  3. Then you’ll get this:userinfo
    1. Configure your administrator name
    2. Give your admin a password
    3. enter your email address
    4. Enter your time zone and the rest
  4. Then you should get a page presenting you with a few technical options:paths
    1. Your JOD path should be /opt/jodconverter-core-3.0-beta-4/lib
    2. Configure any other unique settings (folks who complied FFMPEG from scratch, I might be looking in your direction)
  5. Scroll down and click install.
  6. Grab a snack and come back. (Actually it only took a minute or so on mine)
  7. And you should get an affirming message in your browser.

To Get at Openmeetings

To access openmeetings for general use as an admin, go tohttp://localhost:5080/openmeetings/
There you should be asked for your username and password and then be free to go.

Anyway, that’s all!  Enjoy!  Openmeetings is a really great program and a lot of smart folks have apparently put a lot of work into it and are continuing to do so.


Tuesday 11 March 2014

Open Source Applications For Windows Users!

Here open source apps for Windows Users!

1. OpenDisc
OpenDisc is a collection of popular open source applications for Windows: Blender, Gimp, Scribus, Firefox, Thunderbird, Audacity, Celestia, VLC, LibreOffice and many more. 

-Operating System: Windows

2. PortableApps.com

This collection of popular open source applications for Windows is portable. You can install it on a thumb drive or a cloud service and use your apps from any system you desire. The site also provides portable versions of 300+ other open source and freeware apps.

-Operating System: Windows (8, 7, Vista and XP)

3. ClamWin Free Antivirus

Based on the popular Clam AV antivirus engine used by many Linux users, this app is used by almost 600,000+ people. The app seamlessly integrates with Windows Explorer and Microsoft Outlook. However, the downside is that you will need to click on a file everytime you want to scan it.

-Operating System: Windows (8, 7, Vista, XP, Me, 2000, 98, Server 2012, Server 2008, Server 2003)

4. Celestia

Quite popular with science teachers and space enthusiasts alike, this app shows you the night skies as they would appear from any point in the known universe, at any given time.

-Operating System: Windows, Linux, OS X

5. Audacity

This audio recording and editing tool has all the features that home users and hobbyists would more likely need. Professional recording studios might be left wanting for more.

Operating System: Windows (7, 8, Vista, XP, 2000), Linux, OS X

6. Amarok

An effective alternative to iTunes this app helps you to discover and listen to your favorite music coupled with an attractive, easy-to-use interface. Integration with a wide variety of Web-based music services ensures you get all the music you want!

-Operating System: Windows (8, 7, Vista, XP), Linux, OS X, iOS

7. Areca Backup

Directed towards home users this tool effectively backs up standalone systems. It offers compression, encryption, and support for majority of storage media.

-Operating System: Windows, Linux

8. WordPress

WordPress is quite a renowned name in the blogging world and is known to run over 60 million websites and blogs. The app lets you set up your own server or you can also use WordPress.com's free hosting service.

-Operating System: Windows (8, 7, Vista, XP, Server 2012, Server 2008 R2, Server 2008, Server 2003), Linux, OS X, iOS, Android, BlackBerry, Windows Phone etc.

9. Drupal

Open source project that provides the basis for the Chrome browser. Chromium offers a safe, fast and stable online browser.

-Operating System: Windows (8, 7), Linux, OS X, Chrome OS, iOS, Android

10. Firefox

Firefox is undoubtedly one of the most widely used open source applications that offers advanced performance, security and customisation capabilities to users while browsing. A pinnable tabbed interface, synchronisation, integrated search are only the tip of the iceberg when it comes to its funtionalities.

-Operating System: Windows (8, 7, Vista, XP, Server 2003), Linux, OS X, Android

11. BRL-CAD

A package of 400+ tools, utilities and applications required for creating 2D and 3D solid geometry models. Under development since 1979, BRL-CAD is widely used by the US military. 

-Operating System: Windows, Linux, OS X etc.

12. Collabtive

Similar to Basecamp, this tool lets you track your projects, milestones and tasks meant for group projects all in the cloud. 

-Operating System: OS Independent

13. PeaZip

Supports 150+ different archive file formats, even some that offer very tight compression. Convert, split, encrypt or securely delete compressed files with this compression app.

-Operating System: Windows (8, 7, Vista, NT, XP, 2000, 9x), Linux, OS X

14. Drupal

Drupal needs no introduction. Boasts a community of over 1 million people from 230 different countries including AOL, Harvard, MIT, San Jose State University, MTV, Sony Music and many others.

-Operating System: OS Independent

15. Joomla

Joomla is known to run millions of websites, including Ebay, Barnes and Noble, GE and Ikea and downloaded more than 35 million times. Boasts of a very active community of users. 

-Operating System: OS Independent

Source:Datamation

Network Defense, Discovery And Mapping Tools

When an attacker comes a calling, you have to send them packing. Here's how you can do that!

Attacks on a network can come from various avenues and it is your job to ensure that your network is well defended against them. But how can you be prepared before hand? Here are the tools that help you when the crackers start their march on your network

Network Defense Tools: Securing your IT network is becoming more and more important every day now. As a penetration tester, your job is not only to ensure that you keep your networks free of vulnerabilities, you also have to ensure that the network is well defended against attacks. These are the tools that will help you in doing so.


1. DataSoft Nova

2. Fierce Domain Scan

3. Hping

4. Wireshark

5. Kismet

6. Ettercap

7. Xplico

8. Evader

9. Nmap

10. Network Security Toolkit


Network Discovery and Mapping: Network discovery and mapping is also a part of a penetration tester's job profile. While many say that with the modern tools that are available, this is an easy task, it is far from being so. A penetration tester has to master a number of tools in order to ensure that he can handle a variety of networks. Here are the best in the genre of network discovery and mapping. Note that Nmap is a tool that is applicable for both the purposes.

1. Open-AudIT

2. NetSurveyor

3. Advanced IP Scanner

4. Fing

5. Spiceworks Network Mapping

6. Cheops-ng

7. Open NMS

8. NetworkView

9. Angry IP Scanner

Monday 3 March 2014

Online 100 Websites That You Must Know And Use

Are you making the most of your online life? Having a focussed approach and keeping some useful websites handy is a good idea

Business and E-Commerce: E-commerce and running businesses on the internet has become a trend in recent times. You can buy everything, from your daily groceries to month's grocery and flight ticket without having to move from your bedroom.

blogs.hbr.org

fastcompany.com

entrepreneur.com

dealbook.nytimes.com

thebillfold.com

kickstarter.com

indiegogo.com

rockethub.com

etsy.com

kiva.org

marginalrevolution.com

learnvest.com

getrichslowly.org/blog

ritholtz.com/blog

consumerist.com

npr.org/blogs/money

blog.priceonomics.com

freakonomics.com/blog

Audio and Video: When it comes to audio and video content online, the first thing that comes to anyone's mind is torrents and downloads. But there are some amazing websites out there hosting such content from known and unknown artists and sources. These can make for interesting and informative sources that you should use regularly.

thisiscolossal.com

creativetimereports.org

designobserver.com

hyperallergic.com

transom.org

atavist.com

thirdcoastfestival.org

nfb.ca/interactive

woostercollective.com

c-monster.net

artfagcity.com

pitchfork.com

blog.largeheartedboy.com

Literature, Culture and media: These websites often cater to a very niche population, but that doesn't take away from the fact that there is some very interesting content out there. Websites like Goodreads are very popular amongst avid readers. Similarly, there are tons of other websites that host such content.

theparisreview.org/blog

lareviewofbooks.org

themillions.com

therumpus.net

theawl.com

grantland.com

slate.com

vulture.com

themorningnews.org

pw.org

longreads.com

goodreads.com

thefrisky.com

rookiemag.com

mediamatters.org

jimromenesko.com

poynter.org

niemanlab.org

google.com/trends

youtube-trends.blogspot.com

onthemedia.org/blogs

journalism.org

bookslut.com/blog/

brainpickings.org

buzzfeed.com

Politics, News and Global Issues: Newspapers may be approaching a slow death, but that doesn't mean that news isn't what it used to be. The internet is replacing both television and newspapers and it is doing so in a big way. Whether it is apps or websites, whip out your smartphones and check these websites out.

change.org

pewresearch.org

politico.com

thinkprogress.org

brookings.edu

aljazeera.com

fivethirtyeight.blogs.nytimes.com

qz.com

www.propublica.org

alternet.org

dish.andrewsullivan.com

good.is

dissentmagazine.org

Education: This is perhaps the best example of how literally everything is available online nowadays. You can become a programmer (broadly speaking) in a matter of months by enrolling for the courses provided on some of these popular websites. Similarly, courses are available in a wide range of subjects.

edsurge.com

khanacademy.org

edx.org

coursera.org

udacity.com

generalassemb.ly

baeo.org

edweek.org

nces.ed.gov

greatschools.org

stand.org

crpe.org

Science and Technology: Keep up with the times, that's all there is to say about this category. Advancements in science and technology are made almost every day and that new smartphone is not so new in a matter of months. If you are connected to the internet then you can keep in touch with what's happening around the world in these two fields.

blogs.smithsonianmag.com/smartnews

blogs.scientificamerican.com

onearth.org

scienceseeker.org

lastwordonnothing.com

scilogs.com

pandasthumb.org

realclimate.org

incubator.rockefeller.edu

blogs.plos.org

doublexscience.org

australianscience.com.au

guardian.co.uk/science

grist.org

scq.ubc.ca

lifeslittlemysteries.com

allthingsd.com

techcrunch.com

mashable.com

The source for this article, Ted.com is itself a gold mine of interesting articles, talks and videos. You could keep a watch on this one too!

Online 100 Websites That You Must Know

Saturday 1 March 2014

New Linux Games Free for Linux Lovers

Linux may not have been able to make its mark on the gaming industry, but that doesn't mean that it hasn't seen its fair share of games. Here are 10 of the top Linux games ever.

1. Urban Terror

This is a proprietary closed source first person shooter that it available for free and runs on the Linux platform. It was developed by FrozenSand.

2. Alien Arena

This is a free and open source first person shooter that was released by id Software.

3. Wolfenstein: Enemy Territory

This is a downloadable game for Linux that is proprietary and closed source.

4. True Combat: Elite

This is a first person shooter and tactical shooter that is again proprietary and closed source.

5. True Combat: Close Quarters Battle

This proprietary and closed source game is the second version for True Combat: Elite. It is an online multiplayer game.

6. Smokin' Guns

This free and open source game is a first person shooter that simulated the old west.

7. AssaultCube

This free and open source first person shooter is based on the CUBE engine and brings a very fast arcade-style gameplay.

8. Cube 2: Sauerbraten

This is a multiplayer/singleplayer first person shooter that is free and open source and is an effort at redesigning the CUBE fps.

9. Dark Places

This game is a port of the Quake engine, the source code for which was relased by Id Software.

10. Nexuiz

This free and open source game by Alientrap Software also makes use of the Quake engine, by incorporating Dark Places.

Security Software for Enterprise Level infrastructure


When responsible for IT infrastructure of an enterprise, security is one of the most important aspects. There are a wide array of security products that you can choose from. Here are 12 of the best.

Antimalware

1. Sophos Endpoint Security & Control 7.0

2. CA Threat Manager

3. McAfee Complete Endpoint Protection — Enterprise

Application Security

4. IBM WebSphere DataPower XML Security Gateway XS40

5. Application Security Manager

6. Citrix Application Firewall

Authentication

7. RSA SecurID

8. VeriSign Identity Protection Authentication Service

9. Juniper Networks' Steel-Belted Radius Server

Email Security

10. IronPort Email Security Appliances

11. Barracuda Spam Firewall

12. Postini Email Security