All Projects → RussianFedora → FAQ

RussianFedora / FAQ

Licence: CC-BY-SA-4.0 license
Unofficial Fedora FAQ in russian

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
Makefile
30231 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to FAQ

developercielo.github.io
Site de documentações, tutoriais e FAQ
Stars: ✭ 47 (-45.35%)
Mutual labels:  manual, faq
Nodejs Rpm
node.js rpm spec
Stars: ✭ 199 (+131.4%)
Mutual labels:  fedora
Anlinux Resources
Image and Script for LinuxOnAndroid App
Stars: ✭ 135 (+56.98%)
Mutual labels:  fedora
Oregano
Schematic capture and circuit simulator
Stars: ✭ 163 (+89.53%)
Mutual labels:  fedora
Gtkplatform
Run Qt applications using gtk+ as a windowing system.
Stars: ✭ 146 (+69.77%)
Mutual labels:  fedora
S2i Python Container
Python container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Python applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 178 (+106.98%)
Mutual labels:  fedora
S2i Nodejs Container
NodeJS images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running NodeJS applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 128 (+48.84%)
Mutual labels:  fedora
panda3d-docs
Sphinx documentation for Panda3D
Stars: ✭ 37 (-56.98%)
Mutual labels:  sphinx-doc
Rpi Pxe Server
setup a Raspberry Pi as an PXE-Server
Stars: ✭ 197 (+129.07%)
Mutual labels:  fedora
Conu
conu - python API for your containers
Stars: ✭ 159 (+84.88%)
Mutual labels:  fedora
Termux Os
All in One Termux Os..!! (New)
Stars: ✭ 150 (+74.42%)
Mutual labels:  fedora
Rofi
A large collection of Rofi based custom Menu, Applets, Launchers & Powermenus.
Stars: ✭ 2,907 (+3280.23%)
Mutual labels:  fedora
Openvpn Install
OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
Stars: ✭ 14,199 (+16410.47%)
Mutual labels:  fedora
Network
An ansible role to configure networking
Stars: ✭ 134 (+55.81%)
Mutual labels:  fedora
Howdy
🛡️ Windows Hello™ style facial authentication for Linux
Stars: ✭ 3,237 (+3663.95%)
Mutual labels:  fedora
Mbp Fedora
Stars: ✭ 129 (+50%)
Mutual labels:  fedora
Spotcommander
The most intuitive and feature-rich remote control for Spotify for Linux
Stars: ✭ 152 (+76.74%)
Mutual labels:  fedora
Image Bootstrap
⛅️ Creates (chroots and) bootable virtual machine images; command line tool (Python 3)
Stars: ✭ 178 (+106.98%)
Mutual labels:  fedora
distrobox
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Stars: ✭ 4,371 (+4982.56%)
Mutual labels:  fedora
Kvm Install Vm
Bash script to build local virtual machines using KVM/libvirt and cloud-init.
Stars: ✭ 248 (+188.37%)
Mutual labels:  fedora

Unofficial Fedora FAQ in russian

GitHub version Github downloads Pages CI status Release CI status GitHub issues

We decided to find and document answers to the most of the frequently asked questions from our conferences about Fedora for convenience of end users.

You can ask new questions in issues of this repository or you can help us and contribute project by sending your pull requests.

This FAQ maintained by independent community members. Not related to Fedora Project. Fedora is a registered trademark of Red Hat, Inc.

Build HTML

  1. Install make and sphinx-doc packages:
sudo dnf install make python3-sphinx
  1. Clone this repository:
git clone https://github.com/RussianFedora/FAQ.git fedora-faq-ru
  1. Generate HTML from sources:
cd fedora-faq-ru
make html
  1. Open result in default web-browser:
xdg-open build/html/index.html

Build PDF

  1. Install make, sphinx-doc and texlive packages:
sudo dnf install make python3-sphinx latexmk texlive-cmap texlive-metafont-bin texlive-collection-fontsrecommended texlive-babel-russian texlive-hyphen-russian texlive-titling texlive-fancyhdr texlive-titlesec texlive-tabulary texlive-framed texlive-wrapfig texlive-parskip texlive-upquote texlive-capt-of texlive-needspace texlive-collection-langcyrillic texlive-cyrillic-bin texlive-cmcyr texlive-cyrillic-bin-bin texlive-fncychap texlive-xetex dejavu-sans-fonts dejavu-serif-fonts dejavu-sans-mono-fonts texlive-polyglossia texlive-xindy
  1. Clone this repository:
git clone https://github.com/RussianFedora/FAQ.git fedora-faq-ru
  1. Generate PDF from sources:
cd fedora-faq-ru
make latexpdf
  1. Open result in default PDF viewer:
xdg-open build/latex/fedora-faq-ru.pdf
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].