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

If you install Linux on a Windows 7 computer can you use Windows 7 and Linux?

Yes, you can. It's called dualbooting. I guess with Linux you mean a Linux Distribution like Ubuntu?

Check the related link if you want to know how.

Can you get visual boy advance on Linux?

Sure can. VBA has been ported to Linux and has even a number of graphical frontends to make it easier to use.

What command is used with vi editor to delete a single character in Linux?

In Normal mode, just hit the X key to delete the currently-highlighted character.

Is Linux or Windows the better choice for deployment at a university?

Whether Windows or Linux is the better choice depends on the skill set of students & admins and on the policy chosen by the university's IT dept. A university is different from a company or a private individual. Its choice of OS it uses for its employees, students & servers powering their website depends not only on easy of use, Total Cost of Ownership or uptime. By chosing an OS it commits the institution and its members to its use during their time there and even after they leave the organisation after graduation. It's like a bank account, you don't switch to another provider easily after you're used to one. It's a choice of principle that guides the alumni as well. Open source software like Linux offers all the tools that Windows offers, even proprietary applications that only run on Windows can be run on Linux using Wine or CrossOverOffice. Not only Science or IT students benefit from using Linux, it is also beneficial for Alpha(languages) or Gamma(social sciences) students because it enables them access to a toolbox that is free of charge. If student's skill sets are lacking then universities should offer a preliminary course in computing. Given the dangers of unsafe computing that should be mandatory. It's NOT an ideological choice, but a practical and intellectual one. Having Linux skills gives you an advantage, because you not only know HOW to use the OS but also to tinker 'under the hood' if opportune, something not possible with Windows(unless you're a programmer at MS). It's powerful, fast, reliable and you're not depending on closed and expensive technology. You're not 'locked' into buying licences when you're installing new apps. An academic should be expected to THINK and KNOW MORE than an average individual and make informed choices. That even MIT advises the use of Windows to its students is a sign that universities underestimate the intellectual competencies of their students. Independent thinking goes hand in hand with informed choices, NOT the easy option(our students know Windows already...). That said logging onto the university's network should be possible with Linux, OSX and Windows. Students should have the choice to run whatever OS they want on their private computers. Interoperability and openness should be paramount, stimulating intellectual exchange.

How many servers are there in Linux?

Linux is an open source Kernel a key element in any operating system responsible amongst other things for managing memory. A Linux distribution is an operating system based on the Linux kernel, there are many Linux distributions.

Please reword the question.

What is a common name in Linux?

the attribute value used in the Relative Distinguished Name(RDN) is a CN(common name)

How do you install Pivot on Linux?

There are lots of animation programs for Linux. More than likely none of them run exactly like Pivot does, but you should be able to accomplish the same things with them. Examples include KToon, Pencil, and Synfig.

It is also possible to run Pivot on Linux by using Wine.

What Linux file attributes are used for executing Perl scripts?

File attributes are not specifically used to run Perl scripts (ie. you can run them without setting or changing them).

Where can one purchase a Linux wireless router?

You can purchase a Linux wireless router online from retailers such as Amazon. Once on the website, type "Linux wireless router" into the search field at the top of the page and press enter to bring up the items.

What is a Linux OS variant?

GNU/Linux? Plenty. Debian, Ubuntu, Arch Linux, Gentoo, Slackware, Fedora, and many more.

Non-GNU Linux? Android.

Why do you think a company might not want to use Linux on desktop computers?

Most people do not currently use Linux on their computer at home, so they will be unfamiliar with it. Thus, the employees will need to be taught how to use the new interface and / or software. In a small company, this may be relatively easy, but it will be time-consuming and probably costly to train thousands of employees in a larger company.

Also, a few companies may rely on specialized software that has not been ported to Linux, and cannot be run feasibly with Wine.

What hardware platforms will Linux run on?

As long as there are hardware, demand, and developers, there will be a custom build.

Here's a list of the ones I've seen in:

  • Intel x86 (i386): desktop/laptop computers, thin clients
  • Intel x86_64 and AMD (amd64): desktop/laptop computers
  • ARM: Nintendo DS, smartphones [Android*, Tizen], Raspberry Pi [Raspbian]
  • MIPS: Sony Playstation 2, Sony Playstation Portable
  • PowerPC: desktop computers [Pre-OS X Macs], and formerly Sony Playstation 3

*Android is not a complete Linux-based system, but it does use a modified Linux kernel as part of the operating system.

I've also heard that some custom firmwares for routers are also Linux-based.

Is there a Linux distro suitable for people who have no idea how to use a computer?

Linux started out wanting to do just that, but I have seen even Linux die hard's say that it actually has gottin more complicated. For someone who knows absolutely nothing about computers I would suggest Windows by far. I have Windows 7 on one hard drive and I have Ubuntu (distro) on a second hard drive and I love it, I have nothing against Linux, but I have found you really need to get into the command line and find things on the hard drive more and things like that where you just never would have to at all on Windows, where it holds a newbies hand just about all the time.

So I really couldn't see any distro good for someone that knows absolutely nothing about computers!

What are major and minor numbers in Linux?

In the old versioning system of Linux, it was:

Major.Minor.Major Revision.Minor Revision.

Odd number major or minor version numbers meant those were development releases. Think beta.

But now we're in a new system as of kernel 2.6:

2.6.Major.Minor

So far it seems liek the kernel developers have no interest in changing us to 2.8 or 3.0 at all, often citing the fact that changing those numbers is almost always just for marketing hype.

Also, odd number versions no longer mean they are in active development.

The Major version of Linux now releases every three months, usually intoroducing a lot of nifty new features, removing some, small updates to drivers, bug fixes, etc. You'll often find a lot of rolling release distributions will start developing new capabilities to take advantage of new stock kernel features and to remove features that aren't present anymore. Whereas with discrete Linux distributions it can sometimes take them months to years to provide a new kernel for their system, with the next release.

What is the most common hardware component to fail on Linux systems?

Linux systems aren't any more prone to physical failure than any other computer systems. If you are referring to a device being incompatible with Linux, the most troublesome are probably controllerless dial-up modems (WinModems).

What is the file manager of GNU Linux?

There is no the file manager. Different environments have different file managers available.

If you are dual-booting Windows XP and Linux how can you reinstall XP without interrupting Linux?

Before you format xp you will need to go onto Linux and create a grub boot disk by typing grub-install /dev/fd0. This will create a floppy disk which you can use to start Linux after you have removed and reinstalled xp. After removing and reinstalling xp use the disk to get back onto Linux and use grub-install /dev/hda to restore the Linux boot screen.

What webcams work on Linux?

Most webcams work under Linux; it would be very difficult to provide a complete list. This is because support for cameras is based on the chipset they are using, not the name of the actual manufacturer. Most cameras from Logitech, Aiptek, Kodak, Mustek, and Polaroid should work.

Why is it difficult to port software designed for UNIX to Linux?

In general, no, it is not difficult at all. As long as you stick to the POSIX (and other open standards) and use a conformant compiler for the software there shouldn't be any problem in porting software.

I do it all the time - from Linux to Unix, or Unix to Linux, makes no difference. In fact, a lot of common software is cognizant of the actual Operating System at compile time and will take care of the differences (if there are any).

How do you reboot Linux netbook?

"Reboot" means to shut down the computer and restart it. You probably meant "reinstall." Most netbooks, such as the ASUS Eee PC, do not have a CD / DVD drive, but they will come with a disc to reinstall the operating system. You would need to purchase an external CD drive that conected

What file organization method is used by Linux?

Linux uses a unified filesystem structure that complies with the filesystem hierarchy standard, which, while not always immediately intuitive, is designed to make it an easier task of locating specific files on the system manually, and also to allow software written for it to be able to predict where its needed files are kept.

How do you open Linux kernel configuration menu?

Before you run any of the next commands, you should get into root user with su and then get into the directory for your sources.su# cd /usr/src/linux-2.x.y

The Linux kernel can be configured using several methods:# make configIs the original, prompt for each option based configuration system. It is not recommended because it makes configuration very tedious.# make menuconfig <-- *recommended*This provides a curses-based menu which lets you select configuration options from a hierarchical listing, without going through each one. This is recommended if you are not using X Windows.# make xconfigThis provides a Tcl/Tk based X Windows graphical interface for configuration. Options are represented in buttons and dialog boxes. This is one of the easiest configuration options.# make gconfigThis is a GTK (GNOME) configuration setup. It's GUI like the xconfig but prettier. I do not think many people actually use this method though.