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.

How to change version string of the kernel?

I'm very new to Linux and very new to building/compiling my own kernel. For starters, I'm just trying to …

linux kernel version fedora uname
View Linux Kernel Config Options

Is it possible to view which flags were used during kernel compilation? 2.6.42.12-1 fedora 15. I am sure I've done this …

linux kernel config fedora
dnf broken: all mirrors were tried

I don't know how to describe my problem because I don't understand why it happen ... When i enter sudo dnf …

installation fedora tor dnf
fatal error:y.tab.h: No such file or directory on fedora

I am running my fedora on VMware Workstation. I am having a lex and yacc program. Compilation of program is …

fedora yacc lex
Disable Gnome 3 notifications/pop-ups/integrated notifications

I would like to disable the Gnome 3 notifications/pop-ups/integrated notifications (if that's even the right term for them). For …

linux desktop fedora gnome-3
In BASH, How do i replace \r from a variable that exist in a file written using HTML <textarea></textarea>

How do i replace the \r? #!/bin/bash ... # setup if [[ $i =~ $screen ]]; then ORIGINAL=${BASH_REMATCH[1]} # original value is: 3DROTATE\…

linux bash fedora archlinux bash4
How to reduce the size of RHEL/Centos/Fedora Docker image

The base image from Red Hat is quite small, on the order of 196M for RHEL 7.4. However it tends to …

docker centos redhat fedora
kubelet.service: Main process exited, code=exited, status=255/n/a

I am making test Cluster following this instructions: https://kubernetes.io/docs/getting-started-guides/fedora/fedora_manual_config/ and https://kubernetes.…

kubernetes fedora kubelet
gdb in docker container returns "ptrace: Operation not permitted."

I've checked /proc/sys/kernel/yama/ptrace_scope in the container and on the host - both report the value …

c++ docker centos gdb fedora
Run docker inside a docker container?

I am using a docker container to build and deploy my software to a collection of ec2's. In the …

centos docker fedora