answersLogoWhite

0

Linux Fedora

Fedora is a Linux distribution sponsored by Red Hat and serves as the base for Red Hat Enterprise Linux. Fedora focuses on showcasing the latest in free and open-source software.

184 Questions

Where does SSH keep its list of servers in Linux?

Usually it'll be kept in ~/.ssh/known_hosts. When you change operating systems or reinstall SSH daemons on machines you have access to, it is often a good idea to delete this file or your client may refuse to connect because it thinks something fishy is going on.

What are dnl commands used for?

dnl stands for delete to new line. The dnl commands basically instruct compiler to ignore anything on a line following the dnl.

Where can one download Daemon tools?

Daemon Tools is available for download from many different sources online. You can download this program from the Daemon Tools homepage, CNET, and FileHippo as well as many other sites.

How do you install screenlets on Fedora?

From a terminal, run:

yum install screenlets

What should you do if you do not want to wait on the command to finish before running another command?

Run the command in the background by using an ampersand (&) just before the Return stroke that ends the command line

To make a copy of a file use the command?

You can use cp command to make a copy of a file.

cp <file 1> <file 2>

If you want to make a copy of the entire directory then use the recursive option

cp -r <dir 1> <dir 2>

What is iptables and how does the help harden the fedora Linux server?

iptables is the current host-based, Linux IP stateful firewall and routing service that can be enabled in your Fedora Linux Server. It controls incoming and outgoing network connections and either allows, disallows, or forwards requests based on a set of defined rule sets you configure within the firewall application itself.

Is Fedora free?

You can download the CD or DVD ISO images from the related link for free. You can go to some computer stores and purchase a copy, too. It may come with a book for a small price.

What is CN in Linux?

If you're referring to LDAP, CN = common name

What does the cat command do in Linux?

print the contents of a text file onto the screen (like the "type" command in DOS).

What is Linux?

Linux and UNIX both are operating systems written in C and Assembly languages. UNIX is a primary operating system introduced in the year 1970 by Ken Thompson and others, while it is a multitasking and multiuser operating system. UNIX being a proprietary networking OS, its cost is high for a mainframe system. The end-users of UNIX are not authorised to change the kernel in any way as it results in the violation of the licence in the terms.

Later in the year 1991, a Finnish student named Linus Torvalds introduced the initial Linux kernel, which meant a clone of the UNIX. Linux is an open-source operating system and free for anyone to use and modify the code. Nowadays Linux OS is widely used in day to day life like Supercomputers, desktops, smartphones, web server, home appliances, washing machines, refrigerators, cars, modems etc.

Operating system: Each time when we turn on your computer, we can see and perform different activities on the system like write, read, browse the internet and watching a video. Well, all these activities are performed by an operating system or kernel. A kernel is a program which is the heart of any operating system, used to communicate between hardware and software. So, to work on the computer we need an operating system.

Nowadays Linux is in great demand and popularly used in everywhere. Linux is an open-source operating system which is freely downloaded and distributed over the internet. With time, Linux became an important backbone for an operating system like Knoppix, Debian, Ubuntu, and Fedora etc.

source: ITEducationalExperts

What is postfix in Linux?

Postfix in Linux is an open source software used to setup mail servers.

How do you print completed jobs on your printer?

In order to print completed jobs on your printer, you just need to send the jobs to the relevant printers. You should ensure that you have the right settings for your printer.

What is ldlinux.sys?

ldlinux.sys is the name of the bootloader file used in SYSLINUX and ISOLINUX (used for booting Linux off of FAT32 and ISO9660 filesystems, respectively). It is loaded into memory by the BIOS on bootup. The loader then parses the configuration file (syslinux.cfg or isolinux.cfg) to know which kernel to launch, along with parameters to be passed to it.

How to configure vsftpd in Linux Fedora 12?

I'm trying to go about on editing the vsftpd file so an account on my system, ftpadmin, should be the only regular user with access, including read and write access. But all other access should be anonymous and read-only. Any help to go about this would be greatly appreciated!

How do you install Fedora on an Intel Core i3?

The installation process for Fedora on an Intel Core i3 is exactly the same as for any other processor type. Please see Fedora's documentation for instructions on how to install it.

What is multi processing in Linux?

Symettric Multi-Processing, or SMP, is actually not just a feature in Linux, but what it is is the capability of a kernel to support multiple CPUs or CPU cores.

Of course, usually to take advantage of SMP in an operating system, the program itself must at least be multi-threading aware.

Is Linux are real time operating system?

It can be. The kernel has a real time process scheduler, and there's a popular real time patchset that is often used to modify the kernel to be a more dedicated real-time system.

Should real time operating system be necessarily multiprogrammed?

MULTIPROGRAMING .................. The term multiprograming denotes an operating system that,in addtion to supporting multitasking. In multiprograming more than one jobs are active in memory.Within a very small period more than one jobs are executed simultaneously. MULTITASKING ............... In general multiprogramming implies multitasking,but multitasking does not imply multiprogramming. A multitasking operating system is distinguished by its ability to support concurrent execution of two or more active processes. as discussed actually both multitasking and multiprogramming are same no other answer mentioned are justifiable.....

Which are the five most commonly used operating systems in banks?

Most of the BANKS works on Mainframes which generally uses UNIX operating systems. But a BANK can use UNIX and flavours of LINUX (which is a UNIX flavor) and Windows Server ...

What are the features of real time operating system RTOS?

RTOS is a real time operating system.The important features are :- - The necessary signalling functions between interrupt routines and taskcodes are handled by RTOS. - It works as an independent system with no internal or external interdependencies. - There are no loop descisions in RTOS - The RTOS can suspend one task code subroutine in the middle order to run another - The time lag is veryless compared to other systems - There are no random time variables, this is good for a direct relationship between instruction and process. - Tasks are simpler to write. - Under most RTOS tasks are simply subroutines.

Which symbol is used with a variable to indicate to the script that you are reading the contents of that variable?

Which symbol is used with a variable to indicate to the script that you are reading the contents of that variable?

How do you use USB in Fedora in a virtual machine?

The only virtual machine that currently support USB passthrough to allow a guest operating system to use a USB device connected to the host is VirtualBox.