Sun combines the open systems and software to build a cloud, the architectural expertise to maximize cloud capabilities, and the technologies to take cloud computing to a higher level.
Google Ads
Thursday, July 9, 2009
Sun Micro System Provide Cloud Operating System
Friday, July 3, 2009
What's New In Fedora 11 Version ?


Desktop Folder

DeviceKit

Firefox 3.5, nearly

Improved Volume Control

Installation
Thursday, June 11, 2009
Linux VS Windows
|
|
|
|
Linux |
Windows |
| Price |
|
| The majority of Linux variants are available for free or at a much lower price than Microsoft Windows. | Microsoft Windows can run between $50.00 - $150.00 US dollars per each license copy. |
| Ease |
|
| Although the majority Linux variants have improved dramatically in ease of use, Windows is still much easier to use for new computer users. | Microsoft has made several advancements and changes that have made it a much easier to use operating system, and although arguably it may not be the easiest operating system, it is still Easier than Linux. |
| Reliability |
|
| The majority of Linux variants and versions are notoriously reliable and can often run for months and years without needing to be rebooted. | Although Microsoft Windows has made great improvements in reliability over the last few versions of Windows, it still cannot match the reliability of Linux. |
| Software |
|
| Linux has a large variety of available software programs, utilities, and games. However, Windows has a much larger selection of available software. | Because of the large amount of Microsoft Windows users, there is a much larger selection of available software programs, utilities, and games for Windows. |
| Software Cost |
|
| Many of the available software programs, utilities, and games available on Linux are freeware and/or open source. Even such complex programs such as Gimp, OpenOffice, StarOffice, and wine are available for free or at a low cost. | Although Windows does have software programs, utilities, and games for free, the majority of the programs will cost anywhere between $20.00 - $200.00+ US dollars per copy. |
| Hardware |
|
| Linux companies and hardware manufacturers have made great advancements in hardware support for Linux and today Linux will support most hardware devices. However, many companies still do not offer drivers or support for their hardware in Linux. | Because of the amount of Microsoft Windows users and the broader driver support, Windows has a much larger support for hardware devices and a good majority of hardware manufacturers will support their products in Microsoft Windows. |
| Security |
|
| Linux is and has always been a very secure operating system. Although it still can be attacked when compared to Windows, it much more secure. | Although Microsoft has made great improvements over the years with security on their operating system, their operating system continues to be the most vulnerable to viruses and other attacks. |
| Open Source |
|
| Many of the Linux variants and many Linux programs are open source and enable users to customize or modify the code however they wish to. | Microsoft Windows is not open source and the majority of Windows programs are not open source. |
| Support |
|
| Although it may be more difficult to find users familiar with all Linux variants, there are vast amounts of available online documentation and help, available books, and support available for Linux. | Microsoft Windows includes its own help section, has vast amount of available online documentation and help, as well as books on each of the versions of Windows. |
What is linux?
Linux is an operating system that was initially created as a hobby by a young student, Linus Torvalds, at the University of Helsinki in Finland. Linus had an interest in Minix, a small UNIX system, and decided to develop a system that exceeded the Minix standards. He began his work in 1991 when he released version 0.02 and worked steadily until 1994 when version 1.0 of the Linux Kernel was released. The kernel, at the heart of all Linux systems, is developed and released under the GNU General Public License and its source code is freely available to everyone. It is this kernel that forms the base around which a Linux operating system is developed. There are now literally hundreds of companies and organizations and an equal number of individuals that have released their own versions of operating systems based on the Linux kernel. More information on the kernel can be found at our sister site, LinuxHQ and at the official Linux Kernel Archives. The current full-featured version is 2.6 (released December 2003) and development continues.
Apart from the fact that it's freely distributed, Linux's functionality, adaptability and robustness, has made it the main alternative for proprietary Unix and Microsoft operating systems. IBM, Hewlett-Packard and other giants of the computing world have embraced Linux and support its ongoing development. Well into its second decade of existence, Linux has been adopted worldwide primarily as a server platform. Its use as a home and office desktop operating system is also on the rise. The operating system can also be incorporated directly into microchips in a process called "embedding" and is increasingly being used this way in appliances and devices.
Throughout most of the 1990's, tech pundits, largely unaware of Linux's potential, dismissed it as a computer hobbyist project, unsuitable for the general public's computing needs. Through the efforts of developers of desktop management systems such as KDE and GNOME, office suite project OpenOffice.org and the Mozilla web browser project, to name only a few, there are now a wide range of applications that run on Linux and it can be used by anyone regardless of his/her knowledge of computers. Those curious to see the capabilities of Linux can download a live CD version called Knoppix . It comes with everything you might need to carry out day-to-day tasks on the computer and it needs no installation. It will run from a CD in a computer capable of booting from the CD drive. Those choosing to continue using Linux can find a variety of versions or "distributions" of Linux that are easy to install, configure and use. Information on these products is available in our distribution section and can be found by selecting the mainstream/general public category.
Friday, May 29, 2009
Linux importance
Sunday, May 24, 2009
Principal Linux files
| File(s) | Description |
|---|---|
| /boot/grub/grub.conf | GRUB configuration file |
| /boot/module-info-* | Module information for the Linux kernel |
| /boot/System.map-* | Map of the Linux kernel |
| /boot/vmlinuz-* | Linux kernel |
| /etc/aliases | Mail aliases |
| /etc/at.deny | User IDs of users forbidden to use the at command |
| /etc/auto.master | Configuration file for the autofs daemon, which automatically mounts filesystems |
| /etc/auto.misc | Automounter map file |
| /etc/bashrc | Systemwide functions and aliases for the bash shell |
| /etc/cron.daily/* | Daily cron jobs |
| /etc/cron.hourly/* | Hourly cron jobs |
| /etc/cron.monthly/* | Monthly cron jobs |
| /etc/cron.weekly/* | Weekly cron jobs |
| /etc/crontab | System cron file |
| /etc/cups/* | Printer configuration files |
| /etc/default/useradd | Defaults for the useradd command |
| /etc/DIR_COLORS | Directory listing colors |
| /etc/exports | NFS exported directories |
| /etc/filesystems | Supported filesystem types |
| /etc/fstab | Filesystems mounted or available for mounting |
| /etc/group | System group definitions |
| /etc/host.conf | Resolver configuration file |
| /etc/hosts | Map of IP numbers to hostnames |
| /etc/hosts.allow | Hosts allowed to access Internet services |
| /etc/hosts.deny | Hosts forbidden to access Internet services |
| /etc/httpd/conf/* | Apache configuration files |
| /etc/httpd/httpd.conf | Main Apache configuration file |
| /etc/init.d/* | SysV initialization scripts |
| /etc/initlog.conf | Logging configuration file |
| /etc/inittab | Configuration for the init daemon, which controls executing processes |
| /etc/issue | Linux kernel and distribution version (local users) |
| /etc/issue/net | Linux kernel and distribution version (remote users) |
| /etc/ld.so.conf | Shared library configuration file |
| /etc/login.defs | Options for useradd and related commands |
| /etc/logrotate.conf | Log rotation configuration file |
| /etc/logrotate.d/* | Scripts to rotate logs |
| /etc/mail/* | Mail server configuration files |
| /etc/mailcap | metamail MIME information |
| /etc/man.config | man configuration file |
| /etc/mime.types | MIME types |
| /etc/mime-magic* | Magic numbers for MIME data |
| /etc/minicom.users | User IDs allowed to use minicom |
| /etc/modules.conf | Aliases and options for loadable kernel modules |
| /etc/motd | Message of the day |
| /etc/mtab | Mounted filesystems |
| /etc/nsswitch.conf | Resolver configuration file |
| /etc/openldap/* | Open LDAP configuration files |
| /etc/pam.d/* | PAM configuration files |
| /etc/paper.config | Paper sizes |
| /etc/passwd | User account information |
| /etc/ppp/* | PPP configuration |
| /etc/printcap | Printer options and capabilities |
| /etc/profile | Default environment for users of the bash shell |
| /etc/profile.d/* | Shell initialization |
| /etc/protocols | Protocol names and numbers |
| /etc/pwdb.conf | pwdb library configuration |
| /etc/rc | Scripts for system and process startup and shutdown |
| /etc/rc.local | Local startup script |
| /etc/rc.sysinit | System initialization file |
| /etc/rc?.d/* | Service start/stop scripts |
| /etc/rpc | RPC program number database |
| /etc/rpm/* | RPM database and configuration files |
| /etc/samba/* | Samba configuration files |
| /etc/securetty | Secure tty configuration |
| /etc/security/* | PAM configuration files |
| /etc/sensors.conf | libsensors configuration file |
| /etc/services | Standard service names and numbers |
| /etc/shadow | Secure user account information |
| /etc/skel | Skeleton files used to establish new user accounts |
| /etc/ssh/* | SSH configuration files |
| /etc/sysconfig/* | System configuration files |
| /etc/sysconfig/network-scripts/* | Network adapter configuration files |
| /etc/sysctl.conf | sysctl configuration file |
| /etc/syslog.conf | System logging process configuration |
| /etc/termcap | Terminal capabilities and options |
| /etc/updatedb.conf | updatedb/locate configuration file |
| /etc/wvdial.conf | GNOME dialer configuration file |
| /etc/X11/applnk/* | X application shortcuts |
| /etc/X11/fs/config | X font server configuration |
| /etc/X11/gdm/* | GNOME display manager configuration |
| /etc/X11/prefdm | Display manager configuration file |
| /etc/X11/xdm/* | X display manager configuration file |
| /etc/X11/XF86Config | X configuration file |
| /etc/X11/xinit/Xclients | Default script for xinit |
| /etc/X11/xinit/xinitrc | X session initialization file |
| /etc/X11/Xmodmap | Key mappings used by xdm and xinit |
| /etc/xinetd.conf | General xinetd configuration file |
| /etc/xinetd.d/* | xinetd configuration files for specific servers |
| /home/*/public_html | User web pages |
| /root/.bash_history | bash command history for system administrator |
| /root/.bash_logout | bash logout script for system administrator |
| /root/.bash_profile | bash initialization script for system administrator |
| /root/.bashrc | bash options for system administrator |
| /root/.Xresources | X resources for system administrator |
| /usr/share/config/* | Miscellaneous configuration files |
| /usr/share/fonts/* | Fonts |
| /usr/share/ssl/openssl.cnf | SSL certificate configuration |
| /usr/X11R6/lib/X11/app-defaults/* | X application defaults |
| /usr/X11R6/lib/X11/fonts/* | X fonts |
| /var/log/cron | Log of cron activity |
| /var/log/httpd/access_log | Log of web server access |
| /var/log/httpd/error_log | Log of web server errors |
| /var/log/boot.log | Boot messages |
| /var/log/cron | Cron log |
| /var/log/dmesg | Kernel message log |
| /var/log/lastlog | Last login log |
| /var/log/maillog | Mail transfer log |
| /var/log/messages | System log |
| /var/log/samba/* | Samba logs |
| /var/log/secure | System security log |
| /var/log/up2date | Up2date log |
| /var/www/cgi-bin | CGI scripts |
| /var/www/html/* | Web pages |
Linux Commands
| Directory | Description |
|---|---|
| /bin | User programs and scripts essential to system startup |
| /boot | Boot information, including the kernel |
| /dev | Device files |
| /etc | Host-specific configuration files |
| /etc/sysconfig | Stores configuration files specific to Red Hat Linux |
| /home | Users' home directories |
| /initrd | Used during boot process as a mount point for a directory containing special device drivers |
| /lib | Libraries, modules, and other object files |
| /lib/modules | Loadable kernel modules |
| /lost+found | Recovered data from bad clusters |
| /mnt | Temporarily mounted filesystems |
| /opt | Used to store large applications |
| /proc | Kernel pseudo-directory that provides access to kernel information and configuration items |
| /root | System administrator's home directory |
| /sbin | System administration programs and scripts essential to system startup |
| /tmp | Temporary files, which are automatically deleted by Red Hat Linux |
| /usr | Files needed for system operation but not needed to boot system (can be mounted read-only, except when being changed by root user) |
| /usr/bin | Programs and scripts not essential to system startup |
| /usr/dict | System dictionaries for spell checking |
| /usr/etc | Configuration files |
| /usr/games | Game files |
| /usr/include | C/C++ header files |
| /usr/kerberos | Kerberos files |
| /usr/lib | Libraries and kernel modules |
| /usr/libexec | Libraries stored in alternate formats |
| /usr/local | Locally defined directory tree (structure is similar to that of /usr) |
| /usr/sbin | System administration programs and scripts not essential to system start up |
| /usr/share | Shared files |
| /usr/share/doc | Documentation (formerly residing in /usr/doc) |
| /usr/share/man | Manpages |
| /usr/src | Source files |
| /usr/src/linux | Linux kernel source |
| /usr/X11R6 | X-related files |
| /var | Dynamic files, such as log files and spool files |
| /var/cache | Application cache data |
| /var/ftp | Data used by the FTP server |
| /var/gdm | Data used by the GNOME display manager |
| /var/lib | Variable state information |
| /var/lib/rpm | Files related to RPM |
| /var/local | Locally defined data |
| /var/lock | Lock files |
| /var/log | Log files and directories |
| /var/named | Data used by BIND (named) |
| /var/opt | Data used by applications in /opt |
| /var/run | Process IDs of running processes |
| /var/spool | Application spool data |
| /var/spool/at | At's spool data |
| /var/spool/cron | Cron's spool data |
| /var/spool/cups | CUPS printing service data. |
| /var/spool/lpd | Printer queues |
| /var/spool/mail | Mail boxes |
| /var/spool/mqueue | Mail queue |
| /var/spool/samba | Samba spool data |
| /var/spool/up2date | Files used by Red Hat Update Agent |
| /var/tmp | Temporary files preserved between system reboots |
| /var/www | Files used by Apache |
| /var/yp | Files used by NIS |
Friday, May 22, 2009
Step Enterprise 5 part 2
Create default layout allows you to have some control concerning what data is removed (if any) from your system. Your options are:
-
Remove all partitions on selected drives and create default layout — select this option to remove all partitions on your hard drive(s) (this includes partitions created by other operating systems such as Windows VFAT or NTFS partitions)
-
Remove Linux partitions on selected drives and create default layout — select this option to remove only Linux partitions (partitions created from a previous Linux installation). This does not remove other partitions you may have on your hard drive(s) (such as VFAT or FAT32 partitions).
-
Use free space on selected drives and create default layout — select this option to retain your current data and partitions, assuming you have enough free space available on your hard drive(s)
-
If you chose one of the automatic partitioning options and selected Review, you can either accept the current partition settings (click Next), or modify the setup using Disk Druid, the manual partitioning tool।
If you chose to create a custom layout, you must tell the installation program where to install Red Hat Enterprise Linux। This is done by defining mount points for one or more disk partitions in which Red Hat Enterprise Linux is installed. You may also need to create and/or delete partitions at this time.
Partitioning Your System

If you chose one of the automatic partitioning options and selected Review, you can either accept the current partition settings (click Next), or modify the setup using Disk Druid, the manual partitioning tool.If you chose to create a custom layout, you must tell the installation program where to install Red Hat Enterprise Linux. This is done by defining mount points for one or more disk partitions in which Red Hat Enterprise Linux is installed. You may also need to create and/or delete partitions at this time.
Wednesday, May 20, 2009
Fastest Red Hat Enterprise 5 installation Ever
Manual Red Hat Enterprise Linux 5 server
Red Hat Enterprise Linux is available in two variants for servers. A base Red Hat Enterprise Linux server is designed for small deployments while Red Hat Enterprise Linux Advanced Platform is designed for mainstream customers and provides the most cost-effective, flexible, and scalable environment. Both versions are based on common core technology. Both include a comprehensive suite of open source server applications and visualization capabilities
The Welcome screen does not prompt you for any input. From this screen you can access the Release Notes for Red Hat Enterprise Linux 5.0.0 by clicking on the Release Notes button.
Language Selection
Using your mouse, select a language to use for the installation.The language you select here will become the default language for the operating system once it is installed. Selecting the appropriate language also helps target your time zone configuration later in the installation. The installation program tries to define the appropriate time zone based on what you specify on this screen.
Keyboard Configuration
Using your mouse, select the correct layout type (for example, U.S. English) for the keyboard you would prefer to use for the installation and as the system default (refer to the figure below).Once you have made your selection, click Next to continue।
Enter the Installation Number
Enter your Installation will determine the package selection set that is available to the installer. If you choose to skip entering the installation number you will be presented with a basic selection of packages to install later on.Partitioning allows you to divide your hard drive into isolated sections, where each section behaves as its own hard drive. Partitioning is particularly useful if you run multiple operating systems. If you are not sure how you want your system to be partitioned।
On this screen you can choose to create the default layout or choose to manual partition using the 'Create custom layout' option of Disk Druid The first three options allow you to perform an automated installation without having to partition your drive(s) yourself. If you do not feel comfortable with partitioning your system, it is recommended that you do not choose to create a custom layout and instead let the installation program partition for you.You can configure an iSCSI target for installation, or disable a dmraid device from this screen by clicking on the 'Advanced storage configuration' button.

Advanced Storage Options

To configure an ISCSI target invoke the 'Configure ISCSI Parameters' dialog by selecting 'Add ISCSI target' and clicking on the 'Add Drive' button. Fill in the details for the ISCSI target IP and provide a unique ISCSI initiator name to identify this system. Click the 'Add target' button to attempt connection to the ISCSI target using this information.
Monday, May 11, 2009
Fedora 10 Installation
Part 1 Part 2
We, here at the Softpedia Labs, always recommend having an empty hard drive for a Linux installation (that means no other operating system on it, no Windows), and you must have a minimum of 10 GB free space for the Fedora installation.
Great, now let's begin. Insert or leave the DVD in your CD/DVD-ROM device, and reboot the computer in order to boot from the DVD. Hit the F8 or F12 key (depending on your BIOS) to select the CD/DVD-ROM as the boot device.
You'll be presented with a very nice Fedora artwork GRUB splash and some options...
Sunday, May 10, 2009
Distributions
http://www.ubuntu.com/ - One of my Favorite Linux Distributions
http://www.xandros.com/ - Good Distribution but the home version costs $39.99 US Dollars and the Home Premium Costs $79.99 US Dollars
http://www.arklinux.org/ - Their main goal is to keep the software completely free but like the main Linux style I personally don’t like very much but have a look because you might like it
http://www.yoper.com/ - Again Linux style that I am not keen on but designed for the home user
http://www.archlinux.org/ - Arch Linux is a Lightweight and flexible Linux distribution again Linux style
http://fedoraproject.org/wiki/ - Fedora Linux is the style of Linux that I like and is similar to Ubuntu
http://linux.lorma.edu/ - Lorma Linux is designed for Education and is completely free
http://www.blagblagblag.org/ - Blag Linux is a nice looking distribution and it is free
http://www.insignesoftware.com/ - (Click English on the top right hand side)
http://vidalinux.com/ - Nice Distribution, looks good.
http://www.userlinux.com/
http://www.foresightlinux.com/ - Foresight Linux is the most professional Linux
http://www।vectorlinux.com/ - Vector Linux is a small fast Linux OS System
http://www.pcbsd.org/ - Easy to install and lots of auto detect! – Good starting place?
http://www.damnsmalllinux.org/ - Damn Small Linux is 50MB in size
http://fluxbox.sourceforge.net/ - Fluxbox is another Mini Linux OS System
http://www.zenwalk.org/ - Zenwalk is a fully functional Micro Os System and looks like a standard Linux OS
http://tiny.seul.org/en/ - Tiny OS System that would run with 8MB RAM
Form Talha Rehman
फ्रॉम ताल्हा रहमान
http://www.ubuntu.com/ - One of my Favorite Linux Distributions
http://www.xandros.com/ - Good Distribution but the home version costs $39.99 US Dollars and the Home Premium Costs $79.99 US Dollars
http://www.arklinux.org/ - Their main goal is to keep the software completely free but like the main Linux style I personally don’t like very much but have a look because you might like it
http://www.yoper.com/ - Again Linux style that I am not keen on but designed for the home user
http://www.archlinux.org/ - Arch Linux is a Lightweight and flexible Linux distribution again Linux style
http://fedoraproject.org/wiki/ - Fedora Linux is the style of Linux that I like and is similar to Ubuntu
http://linux.lorma.edu/ - Lorma Linux is designed for Education and is completely free
http://www.blagblagblag.org/ - Blag Linux is a nice looking distribution and it is free
http://www.insignesoftware.com/ - (Click English on the top right hand side)
http://vidalinux.com/ - Nice Distribution, looks good.
http://www.userlinux.com/
http://www.foresightlinux.com/ - Foresight Linux is the most professional Linux
http://www।vectorlinux.com/ - Vector Linux is a small fast Linux OS System
http://www.pcbsd.org/ - Easy to install and lots of auto detect! – Good starting place?
http://www.damnsmalllinux.org/ - Damn Small Linux is 50MB in size
http://fluxbox.sourceforge.net/ - Fluxbox is another Mini Linux OS System
http://www.zenwalk.org/ - Zenwalk is a fully functional Micro Os System and looks like a standard Linux OS
http://tiny.seul.org/en/ - Tiny OS System that would run with 8MB RAM
Form Talha Rehman
फ्रॉम ताल्हा रहमान
Monday, May 4, 2009
Distribution Information about Linux
There are a few things that are good about Linux because if you want to play a PC game or another peace of software designed for MS-Windows, you can use a peace of software called Wine which means you can run certain PC Software & PC Games within Linux.
Also you can use a Live CD to try out the OS System before you install it onto your Hard Drive, and if you find a better distribution you can install that instead of your existing Linux OS System. Or you can Partition the hard drive and have 2 OS Systems on the same PC, you can also do this with a Windows based system providing you have a have the setup disk for MS Windows.
Open Office is an Office package that is compatible with Microsoft Office 97-2003, which makes it good for doing school work on। (Note:- I don’t think Microsoft Office 2007 will be compatible because it has new file formats। Also Microsoft Office 2007 is not compatible with earlier versions of Microsoft Office, again because of the change of file formats.)
Form Talha Rehman
फ्रॉम ताल्हा रहमान
A Brief History of Linux
The operating system took 30 years to evolve into what it is today. Here are some key events that led to its development.
------------------------------------------------------------------------------------------------------------
1971 The first edition of the Unix server operating system emerges from Bell Labs. Although Linux does not include any Unix code, it is a Unix clone, which means it shares a number of technical features with Unix, which might be considered the forerunner of the open-source operating system. During the 1970s, Unix code was distributed to people at various universities and companies, and they created their own Unix varieties, which ultimately evolved into Sun Microsystems' Solaris, Berkeley 's FreeBSD and Silicon Graphics ' IRIX.
1985 Richard Stallman publishes his famous "GNU Manifesto"one of the first documents of the open-source revolution. Stallman began working on the GNU operating system in 1983, largely because he wanted to create an open-source version of Unix. (GNU stands for "GNU is Not Unix.") Stallman's Free Software Foundation later created the GNU General Public License (www.gnu.org/copyleft/gpl.html), the widely adopted, fully legal "anticopyright" treatise that today allows Linux and other software to remain completely free.
1987 Professor Andrew S. Tanenbaum invents Minix, an open-source operating system that's a clone of Unix. Young Linus Torvalds, at the time a computer science student in
1991 In August, Torvalds announces his plans to create a free operating system on the Minix users newsgroup. He modestly notes in his posting that his OS is "just a hobby. [It] won't be big and professional like GNU." In October, Linux 0.01 is released on the Internet under a GNU public license. In the Minix newsgroup, Torvalds asks his fellow programmers to lend a hand in making the system more workable. He gets enough help to release version 0.1 by December. Over the next several years, Linux developers swell into the hundreds of thousands and work to make Linux compatible with GNU programs. Vendors like Red Hat, Caldera and Debian create popular distributions of Linux that bundle the operating system with useful programs and a graphical interface.
1997 Torvalds moves to
1999 In August, Red Hat completes its initial public offering, making it the first Linux-oriented company to successfully go public. In December, Andover.net, a consortium of Web site resources largely devoted to Linux, and VA Linux, a manufacturer of Linux hardware, have wildly successful IPOs. Linuxcare, a leading Linux service provider, announces alliances with such industry giants as IBM , Dell , Motorola and Informix .




