answersLogoWhite

0

📱

Linux

A free and open-source family of operating systems first started in 1991 and named after its creator, Linus Torvalds.

2,239 Questions

How do you install OpenSUSE?

Be sure to read the online instructions first! It is important that you understand what would delete the Windows OS, when to partition manually.

You may buy the CD or download the ISO file. If possible, try a "live" version to play with; installation is optional. There are also versions of Linux that can be installed as a Windows program, then removed just as easily.

You need to burn the ISO image to a CD. If you are using Windows, try a freeware program called "ImgBurn." Find the burn speed option and select x4 or slower! This may make the CD more durable and readable. You cannot just drag and drop it; this would leave a copy of the ISO file on the CD instead of writing (burning) the decompressed image (filesystem).

After you do this, just reboot your computer with the disc in the drive. Most computer will boot directly to the CD. If it continues into Windows, you'll need to enter your BIOS and change the boot order, CD first.

How do you determine leap years using Linux?

If you want to determine whether a year is a leap year. Use the cal command for the month of February. So to check 2012, for example, do:

cal 2 2012

and see if it prints 28 or 29 days.

What are the advantages of hard links over symbolic links in a Linux machine?

Hard links do not link paths on different volumes or file systems, whereas symbolic links may point to any file or directory irrespective of the volumes on which the link and target reside. Hard links always refer to an existing file, whereas symbolic links may contain an arbitrary path that does not point to anything.

Can you install Sun VirtualBox on Linux and run a Windows virtual machine?

Yes. There is a Linux port of Virtualbox and it runs Windows as well as any version of VB.

What work of window operating system?

.. Loads and starts programs and DLLs

.. Dispatches and halts programs for multiprocessing

.. Manages memory

.. Insures application programs do not execute prohibited operations such as accessing another program's memory and reading/writing to I/O devices

.. Routes requests for services to the appropriate service handler program.

Why is Linux popular in academia?

Students understand the source code for the operating system and how Linux works without complications.

How do you run the latex file in debian?

Assuming latex, texlive-core etc are installed, simply run: latex file.tex from the command line. You can use pretty much any text editor to edit the files (eg. gedit, kate, leafpad, nano, vim, emacs). There are also various programs which can be used to convert from latex to other formats: latex2html, latex2rtf, pdflatex, etc.

How do you type special characters on Linux?

Click on Insert and then Special Characters. Click on chosen character, then OK, and the special character will appear in the document at the cursor.

What does i686 has to do with Linux?

i686 is a designation for an Intel processor architecture, falling under the x86 family. It's a 32-bit architecture. Kernel builds and distributions targeted for the i686 are for 32-bit processors/systems.

What is a soft link?

A soft link is a web design that is easy to access, it is a design invented by Dr. P.H Alipera. I hope you enjoy my answer and I hope it helps.

What is LBA LINUX?

LBA Linux is

1.) "Linux Business Alliance" -- a version of Linux out of Finland, formerly known as SOT Linux. Sot merged with another "flavor" to become "LBA Linux"

2.) lba -- initials used for "logical block address", something to do with formatting and using a hard drive.

Why is Windows better than Linux?

There isn't a right answer for this question.

Linux, Windows and mac are all different.

It's just what you want to do with your computer.

How can you download free Linux operating system?

Almost all the linux OS's are free

you can find them at their websites .

What Linux character can also be used to refer to the current user's home directory?

The tilde character (~) is a shortcut for the home directory of the currently logged-on user.

What is the Linux version of System32?

Because they aren't organized the same way, there is no direct equivalent directory to System32 in Linux. The kernel image in Linux is typically stored in /boot, the system binaries are stored in /bin, and libraries are stored /lib and /usr/lib.

What does Pam stand for in Linux?

Linux Pluggable Authentication Modules (PAM) provide dynamic authorization for applications and services in a Linux system. Linux PAM is evolved from the Unix Pluggable Authentication Modules architecture.

What operating system is Linux compatible with?

Linux *is* an operating system. So it's not meant to be compatible with a specific operating system.

However, it can interoperate with other systems, which means that it can provide its own implementations of another operating systems features to make sure the user is able to use Linux with the other operating systems. For example, Linux interoperates with Windows by having filesystem drivers to vFat and NTFS, so that it may mount and manipulate Windows filesystems.

It also has an open source implementation of SMB (Windows Networking.) called Samba, which can even share printers and files with Windows machines.

What was the 'ls' option to list directory entries instead of contents?

In a Linux (I use Ubuntu) terminal, type ls to print a list of directories on the screen.

Use man ls for the manual page.

Is it possible to uninstall Windows and get Linux back on Asus eee PC?

The Eee PC should have come with a CD to reinstall Linux. If you do not have this disc, then the only way you could install the version of Linux that was on the Eee (Xandros) would be if you had an image of the hard drive before you formatted it.

Note that there are other Linux distros customized for the Eee PC that are available free of charge if you want to try another Linux distro.