GNU/Linux
Gmail Video Chat is now available in Fedora
Submitted by Richard on Wed, 09/01/2010 - 22:39RPM version of Gmail video chat for Fedora is now available for download.
You can download the file from http://www.google.com/chat/video/download.html
Gmail video chat is now available for Linux Users
Submitted by Richard on Sat, 08/21/2010 - 03:01Gmail video chat now supports Linux, but it supports Debian/Ubuntu systems for now. RPM version for Red Hat/Fedora will be available soon.
You can download the plugin here.
Source: http://gmailblog.blogspot.com/2010/08/use-linux-now-you-can-video-chat-t...
How to install and configure VNC in Fedora 12
Submitted by Richard on Sat, 07/24/2010 - 00:33Open up your terminal and install tigervnc via yum.
Type this command in your terminal:
Edit the VNC configuration file
and append these lines:
VNCSERVERS="1:user" VNCSERVERARGS[1]="-geometry 800x600 -depth 16"
Where VNCSERVERS= is for configuring the username. full story »
How to fix X11 Forwarding in CentOS 5
Submitted by Richard on Fri, 07/23/2010 - 19:27This tutorial describes how to fix the ssh X11 forwarding problem in CentOS 5.5 server.
ERROR: Failed to open display:
Make sure that the "xorg-x11-xauth" is also installed in your system. If not, this comm
Ensure that "X11Forwarding" is enabled in your ssh server configuration file. Edit the file "/etc/ssh/sshd_config". full story »
How to disable IPV6 in Fedora 12 and CentOS 5.5
Submitted by Richard on Tue, 07/20/2010 - 23:44This is a quick tutorial on disabling IPV6 in Fedora 12 and CentOS 5.5
Stop ip6tables service and disable it from starting automatically at system boot.
chkconfig ip6tables off
How to delete data in MySQL table
Submitted by Richard on Tue, 07/20/2010 - 23:30If 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.
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. full story »
How to update data in MySQL table
Submitted by Richard on Tue, 07/20/2010 - 17:28Here's how to update existing data into MySQL database table.
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. full story »
How to insert data into MySQL table
Submitted by Richard on Tue, 07/20/2010 - 00:33Here is a general form of insert command:
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.
Example: full story »
How to configure Java plugin in Google Chrome beta in Fedora 12
Submitted by Richard on Sun, 02/21/2010 - 07:29If you don't have a Java Runtime Environment installed in your system, you can follow this guide. Download and install the beta version of Google Chrome for linux from here or install it using yum, you can follow my tutorial here. full story »
How to install VirtualBox Open Source Edition in Fedora
Submitted by Richard on Sun, 02/21/2010 - 07:19Enable RPM Fusion repository
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Then install Virtualbox by typing this command:




Recent comments
5 days 29 min ago
2 weeks 18 hours ago
3 weeks 3 days ago
6 weeks 3 days ago
6 weeks 4 days ago
6 weeks 4 days ago
6 weeks 5 days ago
6 weeks 5 days ago
7 weeks 13 hours ago
10 weeks 3 days ago