Top "Fedora" questions

Fedora is an RPM-based, general purpose collection of software, including an operating system based on the Linux kernel, developed by the community-supported Fedora Project and sponsored by Red Hat.

MongoDB Service Will Not Start After Initial Setup

I am running Fedora 20 and installed MongoDB per the Red Hat installation guide on the official documentation. I was able …

linux mongodb fedora
Automatically install build dependencies prior to building an RPM package

I am trying to build a .rpm package. I have just followed the steps to do that. Till now all …

fedora rpmbuild
G++ error:/usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory

I'm studying qt on platform Fedora linux, It threw a g++ error as below while I make a sample cpp …

c++ fedora
linker error while linking boost log tutorial (undefined references)

I have installed boost on Fedora 20 via yum and am trying some simple examples. However I have trouble to compile …

c++ boost fedora ld
How to Pipe Output to a File When Running as a Systemd Service?

I'm having trouble piping the STDOUT & STDERR to a file when running a program as a systemd service. I've …

linux stdout fedora systemd stderr
Change directory and execute file in one command

When I want to execute a file, it seems that I always have to first 'cd' into that file's directory …

linux bash fedora launcher gnome-3
Apache 403 error, (13)Permission denied: access to / denied, Fedora 16

I've just set up apache on my Fedora 16. And i can't get my vhosts working! Though localhost/phpmyadmin works fine.. …

apache fedora
MongoDB service not running in Fedora

Just installed a clean version of mongodb on Fedora 17 64-bit, but the Mongo service wont run. I followed these instructions …

linux mongodb fedora
Error in linux console : Couldn't get a file descriptor referring to the console

When I start Terminal the first 2 messages that i see it is : Couldn't get a file descriptor referring to the …

linux fedora gnome-terminal
Express.js: No Such file or directory

I installed node with apt-get install nodejs. Then I installed npm with apt-get install npm. Now when I try to …

node.js ubuntu fedora