Sep 11, 2012

PUREOS 6.0 released with GNOME 3

Marc Poirette has announced the release of PureOS 6.0, a desktop Linux distribution with GNOME 3 based on Debian's "testing" branch: "PureOS 6.0 is a multilingual live CD/USB based on Debian 'testing' with GNOME. Supported locales: FR (France, Belgium, Canada, Switzerland), EN (USA, United Kingdom, Australia, Canada, Denmark, Ireland, India), others (Brazil, Czech Republic, Finland, Germany,...
Read More...

Jul 9, 2012

Validate an E-Mail Address with PHP, complete script

This tutorial will teach you how to validate a e-mail id using regular expression to control email Spam. In this tutorial I used ternary operator to filter the values coming from the input box and avoid errors. Complete Coding is here <?php $email=(isset($_POST['email']))?trim($_POST['email']):''; function verify($email){    ...
Read More...

Jun 11, 2012

Play With Xampp on linux 32 bit and 64 bit OS

Source : http://www.cellguru.co.cc/2012/06/play-with-xampp-on-linux-32-bit-and-64.html In Previous blog , I just taught you how to install Xampp on 32  bit and 64 bit distro , in this tutorial I am going to  tell you how to make web development easy on Linux. When you work...
Read More...

May 25, 2012

Launching tasks when computer is idle

The-importance-of-being-idle asks: You have talked before about scheduling tasks at a specific time. Is there a way to launch tasks when the computer is idle, not just at a set time? DistroWatch answers: It is possible to check how busy your CPU is and run certain programs when the processor is idle. However, this may not be the best solution if your goal is running programs without having them interfere...
Read More...

May 6, 2012

Install XAMPP on 64 bit Linux Distro

Today Linux has become number one choice in Open Source world whether it is Desktop experience, programming, server or Web Development Linux has no match. Its Secure , fast and comes in many flavor. In this tutorial we will focus how to install Xampp on linux 64 bit OS. Earlier day the Linux version of XAMPP called as LAMPP. But...
Read More...

Mar 26, 2012

5 Tips and Tricks for Using Yum

If you're using one of the Fedora/Red Hat derived Linux distributions, odds are you spend some time working with Yum. You probably already know the basics, like searching packages and how to install or remove them. But if that's all you know, you're missing out on a lot of features that make Yum interesting....
Read More...

Mar 20, 2012

Simple command-line tricks

It has been a while since we had a column dedicated to useful command line tips. This week we will cover some simple, but often useful, command line tricks. This first command will play all of the MP3 files in my Music directory, including all of the files found in sub-directories. It uses the find program to...
Read More...

Mar 18, 2012

Linux Tutorial -Using the Secure Shell

Using the Secure Shell  Source: http://distrowatch.com/weekly.php?issue=20110307 Secure shell, specially the OpenSSH implementation of secure shell, is an important and valuable tool. This holds true largely because of the security it provides us for common tasks, but also because OpenSSH is so portable, enabling it to function on most modern operating systems. OpenSSH was originally forked from OSSH and developed...
Read More...

Mar 14, 2012

Indian Railway Budget (रेल बजट) 2012

Indian Railway Budget 2012 रेल बजट 2012 Today Railway minister Mr. Dinesh Ttrivedi is started  presenting Railway Budget at Rail Bhawan . All eyes are on how he deals with Railway Security and Fares. On his Speech Travedi Said  Emphasis will be on better Railway infrastructure. Railway Security is our prime concern...
Read More...

Mar 11, 2012

Linux Mint 12 LXDE

Linux Mint after successful release of Linux Mint Gnome Edition released Linux Mint 12 LXDE  Edition which a lightest one. This also includes Codecs to play media  files out of box. Who Should USE Beginners Who Want Fast Desktop Old harware Screenshot of Linux Mint 12 LXDE : System requirements for Linux Mint 12 LXDE x86...
Read More...

Jan 3, 2012

Mozilla Firefox 64 bit benchmark beats chromium 17

Today I am going to share World most trusted browser Firefox benchmark. Today every browser is going to be fastest as possible. Chrome is releasing cycle is to short now Firefox is also following the same game. My Test Machine: Acer emachines e732z Intel dual core 2.13 GHZ 2GB DDR3 Ram OS :OpenSuse 12.1 Gnome Browser : Firefox 8...
Read More...