Open GNU is a free software system that allows users to adapt the software to specific parameters. Applications like Openoffice are part of the Open GNU system.
What are the differences between Windows and Linux file systems?
There are several file systems employed by both operating systems, thus you need to be more specific when asking for a comparison. Windows most commonly uses NTFS these days, although older versions used FAT. There are several popular file systems for Linux, depending on usage. The most common is ext3 or ext4, although ext2, ReiserFS, JFS, XFS, and several others all have fairly common usage.
What should be the specification to install Linux on PC?
Whatever you have.
Linux can be run on a wide range of specifications. Some distros, like Damn Small Linux, only require a 486 with 16 MB of RAM, and 50 MB of hard drive space, something you could have had in 1994. Typical requirements are 256 to 5.12 MB of RAM, a Pentium III or better processor, and 2 to 6 GBs of hard drive space
How do you decompress a SquashFS image?
mkdir /mnt/squashfs
mount -t squashfs -o loop /path/to/filesystem.squashfs /mnt/squashfs
# you might need some sort of How_do_you_decompress_a_SquashFS_filesystemwhich adds squashfs support, mkisofs maybe?
iptables is the current Linux firewall and routing service. It controls incoming and outgoing network
What is the purpose of a kernel?
kernel acts as an interface between users application and system hard ware......
or
somtimes it reffered as major(core) part of the software.
Can you generate DLL files from PHP scripts like you do in PERL?
You can make a .NET DLL for use in Visual Studio development projects with Phalanger 2.0.
How do you start the display program in Linux from the command line?
the command "display" brings up the ImageMagick program.
What is the most efficient Linux file system for laptops?
For most laptop users, the choice of file system won't matter. That's because most people aren't using their laptops for high-performance scenarios where they need to squeeze the absolute most out of their disk subsystem for a given use.
I would recommend leaving it to your distribution's default. They would have most likely tested it more with that particular file system, though it doesn't usually make a difference to the OS.
The only special mention is that the Reiser4 FS can do transparent file system compression, meaning your laptop data is theoretically safe with little-to-no effort when properly configured if it were to get lost or stolen.
Lastly, many tech-types are particular to certain file systems. Most hold one close to heart. Almost all 'Linux' file systems in use today are well-tested and should perform well for general workstation tasks.
How do you make Windows boot first instead of Linux?
By configuring the bootloader to use Windows as the default menu option instead of Linux. Refer to documentation on how to do this.
What are valid iptables chains?
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
What are vertical line symbol in unix?
The vertical bar symbol - |. It is a pipe or redirect. It takes the output of one operation and pipes it to another command or program before outputting. See related link.
Can Mac OS X or Linux be used on a bootable floppy or CD?
Linux can be booted from a floppy or a CD, although very few modern distros are actually booted or installed from floppies. Mac OS X cannot be booted or installed from a floppy; the last version of the Mac operating system that could be reasonably booted from a floppy was System 6. Mac OS X versions up to 10.4 could be installed with CDs; 10.5 and later require a DVD.