Among the many exciting announcements in their annual I/O conference, Google released the Android 2.2 SDK (FroYo) to developers. This highly anticipated platform upgrade brings with it exciting improvements and features for users and new tools for application developers and publishers. Here's what we made of it…
Read more »nstall 0 A.D. (Age Of Empires Open Source Clone) Pre Alpha 3 In Ubuntu, Now With Multiplayer Support
0 A.D. is a historical real-time strategy open source game focused on the years between 500 BC and 500 AD. 0 A.D, which will remind you of Age of Empires.
0 A.D. Pre Alpha 3 finally brings multiplayer support so you can now play 0 A.D. with your friends. They don't even have to use Linux since 0 A.D. also runs on Windows and Mac OSX.
Read more »- Login to post comments
How to install and configure VNC in Fedora 12
Open up your terminal and install tigervnc via yum.
Type this command in your terminal:
yum -y install tigervnc tigervnc-server
Edit the VNC configuration file
vi /etc/sysconfig/vncservers
and append these lines:
VNCSERVERS="1:user"
VNCSERVERARGS[1]="-geometry 800x600 -depth 16"
Where VNCSERVERS= is for configuring the username.
Read more »How to fix X11 Forwarding in CentOS 5
This tutorial describes how to fix the ssh X11 forwarding problem in CentOS 5.5 server.
Autoselected keyboard map en-us
ERROR: Failed to open display:
Make sure that the "xorg-x11-xauth" is also installed in your system. If not, this comm
yum -y install xorg-x11-xauth
Ensure that "X11Forwarding" is enabled in your ssh server configuration file. Edit the file "/etc/ssh/sshd_config".
Read more »- Login to post comments
How to disable IPV6 in Fedora 12 and CentOS 5.5
This is a quick tutorial on disabling IPV6 in Fedora 12 and CentOS 5.5
echo -e "install ipv6 /bin/true\nblacklist ipv6" > /etc/modprobe.d/blacklist-ipv6.conf
Stop ip6tables service and disable it from starting automatically at system boot.
Read more »- Login to post comments
How to delete data in MySQL table
If you want to delete a record from any MySQL table then you can use the delete command. The delete command is very similar to the update command.
delete from table where where_condition;
The delete statement deletes rows from a table.
The table is the table name.
The where clause specifies the conditions that identify which rows to delete.
- Login to post comments
How to update data in MySQL table
Here's how to update existing data into MySQL database table.
update table set column='new_value' where where_condition;
The update statement updates columns of existing rows in the table with new values.
The table is the table name.
The set clause indicates which column to modify and the values they should be given.
How to insert data into MySQL table
Here is a general form of insert command:
insert into table (column1, column2) values (value1, value2);
The insert statement inserts new row into an existing table. The table is the name of the table into which we want to insert data, column1 and column2 are column names and value1, value2 are values for the respective columns.
Read more »- Login to post comments
SugarCRM 6 Debuts with Open Source and Commercial Features
After four months of beta availability and testing, SugarCRM today officially announced the general availability of its Sugar 6 CRM customer relationship management platform. Sugar 6 includes an open source community edition as well as commercially licensed professional and enterprise editions.
Read more »- Login to post comments
w3schools June 2010 Browser and OS Statistics
- Login to post comments
Ghosting The Machine
This is a short but potentially extremely handy guide to ghosting one Linux box to another (or simply making a full backup of a desktop/server). Credit goes to 'topdog' for this.
Read more »- Login to post comments
Linuxables: Your First Steps with Linux vi
We continue our look into the Linux text editor by highlighting one of the powerhouses of the bunch - vi.
Read more »- Login to post comments
The Bizarre Cathedral - 75
Latest from the Bizarre Cathedral comic strip by merc & crimperman.
Read more »- Login to post comments
Usenet Resource Downloader (URD)
URD is a program to download binaries from usenet (newsgroups) through a web interface.
Read more »- Login to post comments
Super Nintendo emulators for Ubuntu 10.04
Do you want to relive your youth with some of those classic SNES games of yesteryear? In this article we take a look at some of the Super Nintendo emulators that are available in Ubuntu.
Read more »- Login to post comments



