Apache Userdir with SELinux on Fedora 31/30, CentOS/RHEL 8.0/7.7

This is quick guide howto enable Apache userdirs with SELinux on Fedora 31/30/29/28, CentOS 8.0/7.7/6.10 and Red Hat (RHEL) 8.0/7.7/6.10. This guide assumes that you have Apache (httpd) server installed on your system. This guide uses separeted userdir.conf without touching httpd.conf so later default httpd.conf can be overrided or whole configuration moved simply. This guide uses user called testuser and should be replaced by real user name(s). Enable Apache Userdirs 1. Change root user su - ## OR ## sudo -i 2. Create /etc/httpd/conf.d/userdir.conf file Open file, with our favorite editor, like:
Read more →

Fedora 14 Laughlin – Screenshots, Guides, Overview, What’s New, Features

Fedora 14 codename Laughlin is coming soon (2010-11-02) and Fedora 14 Beta final version is available very soon (2010-09-28). Check also Fedora 14 Install Guide or upgrade Fedora 13 to Fedora 14. I have done some testing with Fedora 14 (Alpha, Beta RC1 and Beta RC2) on my laptop and everything works smoothly. Soon I will revise all this blog Fedora guides and software installation instructions and update them to work with Fedora 14 Laughlin.
Read more →

Install SVN Server on Fedora 31/30, CentOS/RHEL 8.0/7.7

This is guide, howto install SVN (Subversion) server on Fedora 31/30/29/28, CentOS 8.0/7.7/6.10, Red Hat (RHEL) 8.0/7.7/6.10. What is SVN (Subversion)? Subversion is a free/open-source version control system. Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of “time machine”.
Read more →

SVN (Subversion) Access Control with Apache and mod_authz_svn

I just wrote guide, howto install SVN (Subversion) Server on Fedora, CentOS and Red Hat (RHEL). No I decided to write more information about SVN Access Control. This guide works if you have installed Apache, Subversion (SVN) and mod_dav_svn on any Linux system, like Ubuntu, Debian, Arch, Gentoo, not only Fedora, CentOS or Red Hat (RHEL). Setup SVN (Subversion) Access Control with Apache and mod_authz_svn 1. Change root user su - ## OR ## sudo -i 2. Add SVN (Subversion) users Use following command:
Read more →

Fedora 14 Install Guide (Live CD/Live USB) – Windows Dual Boot

This is Fedora 14 Install Guide with screenshots using Live CD or Live USB and Dual Booting with Windows. Fedora 14 Installation is also possible with using Fedora NetInstall (Net Install) with gPXE and BFO (boot.fedoraproject.org). Read more info about Fedora 14 features. If the aim is upgrade to Fedora 14, then check Upgrade Fedora 13 to Fedora 14 guide. 1. Before Fedora 14 Installation 1.1 Download Fedora 14 LiveCD Image Download Fedora 14 here.
Read more →

Upgrade Fedora 13 to Fedora 14 with Preupgrade – Screenshots

This is guide, howto upgrade Fedora 13 to Fedora 14 with Preupgrade, which download needed packages from the server and then just reboot to installer and after install boot the new system. It’s important backup your important files before upgrading. Read more info about Fedora 14 features. If the aim is to update older versions of Fedora to Fedora 14, then each version have to be updated step by step: Upgrade Fedora 11 to Fedora 12 with Preupgrade >> Upgrade Fedora 12 to Fedora 13 with Preupgrade >>
Read more →

Zend Framework on Fedora 18/17, CentOS/Red Hat (RHEL) 6.4/5.9

This is quick guide, howto install Zend Framework (ZF) 1.12.3 on Fedora 18/17/16/15, CentOS 6.4/6.3/6.2/6.1/6/5.9 and Red Hat (RHEL) 6.4/6.3/6.2/6.1/6/5.9. This guide also works with older Fedora releases, like Fedora 13/12/11 and also with older CentOS/Red Hat RHEL 5 releases. I use Remi repository here because it’s updated more frequently than example Fedora’s own repositories. What is Zend Framework? Zend Framework is a simple, straightforward, open-source software framework for PHP 5 designed to eliminate the tedious details of coding and let you focus on the big picture. Its strength is in its highly-modular MVC design, making your code more reusable and easier to maintain.
Read more →

Fedora 14 nVidia Drivers Install Guide (disable nouveau driver)

Looking Fedora 22/21 nVidia Drivers Install Guide? This is guide, howto install nVidia proprietary drivers on Fedora 14 and disable Nouveau driver. I write this guide about two weeks ago, but I Delayed the publication of this guide, because of pyxf86config bug, which cause following livna-config-display errors on boot: *Checking for module nvidia.ko: [ OK ] Enabling the nvidia driver: Traceback (most recent call last): File “/usr/sbin/nvidia-config-display”, line 28, in import livnaConfigDisplay.ConfigDisplay File “/usr/lib/python2.7/site-packages/livnaConfigDisplay/ConfigDisplay.py”, line 29, in import xf86config File “/usr/lib/python2.7/site-packages/xf86config.py”, line 1, in import ixf86config ImportError: /usr/lib/python2.7/site-packages/ixf86configmodule.so: undefined symbol: xstrtokenize [FAILED]
Read more →

NetBeans 7.4 on Fedora 20/19, CentOS/RHEL 6.5/5.10

NetBeans 7.4 is released and this is guide with screenshots, howto install NetBeans 7.4 on Fedora 20/19/18/17/16/15, CentOS 6.5/5.10 and Red Hat (RHEL) 6.5/5.10. What is NetBeans? The NetBeans IDE (integrated development environment) is available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of an open-source IDE and an application platform that enable developers to rapidly create web, enterprise, desktop, and mobile applications using the Java platform, as well as JavaFX, PHP, JavaScript and Ajax, Ruby and Ruby on Rails, Groovy and Grails, and C/C++.
Read more →

Howto Play .wmv Files on Fedora 16 / 15 / 14

This is quick guide, howto play .vmw (Windows Media Video) on Fedora 16, Fedora 15 and Fedora 14. Howto Play .wmv Files on Fedora 16 / 15 / 14 1. Change root user su - ## OR ## sudo -i 3. Add RPMFusion Repositories (Free and Non-Free) 32-bit and 64-bit rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm 3. Install needed packages yum install gstreamer-plugins-ugly gstreamer-ffmpeg Note: I tested this with Totem Movie Player, MPlayer and VLC If you don’t have Totem, MPlayer or VLC already then you could install them as follows:
Read more →

Nautilus “Open in Terminal” on Fedora/CentOS/Red Hat (RHEL)

This is quick tip howto add “Open in Terminal” to Nautilus (Gnome File Manager) context menu on Fedora, CentOS and Red Hat (RHEL). Many Linux, Nautilus Open in Terminal feature is installed by default. For some reason on Red Hat-based Linux, this does not exists. This is very useful little feature and speed up moving to console from Nautilus. 1. Change root user su - ## OR ## sudo -i 2. Install nautilus-open-terminal package yum install nautilus-open-terminal 3. Change back to normal user Press Ctrl + d
Read more →

DNF/YUM Autocomplete (package names/commands) on Fedora/CentOS/RHEL

This is quick tip, howto use Bash auto complete (autocomplete) with DNF/YUM (package names/commands) on Fedora, CentOS, Red Hat (RHEL). Dnf package manager is used on Fedora 26/25/24/23/22 and Yum package manager is used on Fedora 21/20/19/18, CentOS 7.3/6.9 and Red Hat (RHEL) 7.3/6.9. Autocomplete feature is familiar to many who have used the Debian based Linux, like Debian and Ubuntu. For some reason, this feature is not automatically activated/installed on Red Hat -based Linux distros, like Fedora, CentOS and Red Hat (RHEL). Actually auto completion works with any Bash programs, but I think it’s very useful example with DNF/YUM and also with RPM. You can autocomplete DNF/YUM commands and package names.
Read more →

Fedora 15 Lovelock Install Guide with Screenshots

This is guide with screenshots, howto install Fedora 15 Lovelock using Live CD or Live USB. Fedora 15 Installation can be done also with using Fedora NetInstall (Net Install) with gPXE and BFO (boot.fedoraproject.org). Note this installation is done on Gnome 3 fallback mode and Gnome shell looks little different. Here is also some Gnome 3 with Shell screenshots. 1. Before Fedora 15 Installation 1.1 Download Fedora 15 LiveCD Image Download Fedora 15 here.
Read more →

Fedora 15 nVidia Drivers Install Guide (disable nouveau driver)

Looking Fedora 22/21 nVidia Drivers Install Guide? This is guide, howto install nVidia proprietary drivers on Fedora 15 and disable Nouveau driver. This guide works with GeForce 6/7/8/9/200/300 series cards and also with GeForce FX cards. Fedora 15 nVidia driver installation is not much different from previous Fedora versions. I have tested this guide with a couple computers, so let me know, if you have some problems.
Read more →

Upgrade to Fedora 15 from Fedora 14 with Preupgrade - Screenshots

This is guide, howto upgrade Fedora 14 to Fedora 15 with Preupgrade. Preupgrade download needed packages from the server, set up everything and then reboot to installer and after install boot the new system. It’s important backup your important files before upgrading. If the aim is to update older versions of Fedora to Fedora 15, then each version have to be upgraded step by step: Upgrade Fedora 12 to Fedora 13 with Preupgrade >> Upgrade Fedora 13 to Fedora 14 with Preupgrade >>
Read more →

Install Firefox 5 on Fedora 15/14/13

New Guide, Howto Install Firefox 6 on Fedora 15/14/13/12/11 >> Mozilla Firefox 5 is released and this is guide, howto install Firefox 5 on Fedora 15, Fedora 14 and Fedora 13 using YUM. It’s important to take backups of all Firefox profiles before install, because this major version upgrade and can behave in any unpredictable way. What’s new in Firefox 5 Support for CSS animations The Do-Not-Track header preference has been moved to increase discoverability Tuned HTTP idle connection logic for increased performance Improved canvas, JavaScript, memory, and networking performance Improved standards support for HTML5, XHR, MathML, SMIL, and canvas Improved spell checking for some locales Improved desktop environment integration for Linux users Read full details from Firefox 5 release notes.
Read more →

Install Firefox 6 on Fedora 15 / 14 / 13 / 12 / 11

Mozilla Firefox 6 is released and this is guide, howto install Firefox 6 on Fedora 15, Fedora 14, Fedora 13, Fedora 12 and Fedora 11 using YUM. This is not big deal for Fedora 15 users, because Firefox 6 found on update repos, but this is good for older Fedora users. What’s new in Firefox 6 The address bar now highlights the domain of the website you’re visiting Support for the latest draft version of WebSockets with a prefixed API Support for EventSource / Server-sent events Support for window.matchMedia Scratchpad, an interactive JavaScript prototyping environment New Web Developer menu item and moved development-related items into it Improved usability of the Web Console Improved the discoverability of Firefox Sync Reduced browser startup time when using Panorama Fixed several stability issues Fixed several security issues Read full details from Firefox 6 release notes.
Read more →

Install Nginx/PHP-FPM on Fedora 29/28, CentOS/RHEL 7.5/6.10

This is guide howto install Nginx with PHP 7.2.12 and PHP-FPM on Fedora 29/28/27, CentOS 7.5/6.10 and Red Hat (RHEL) 7.5/6.10. PHP-FPM is easier to use and configure than FastCGI and some tests says that PHP-FPM is even much more efficient than FastCGI. Nginx (engine x) is a robust, small and high performance http server, reverse proxy server and also mail proxy server. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
Read more →

Fedora 16 “Verne” Install Guide with Screenshots

This is guide with screenshots, howto install Fedora 16 “Verne” (F16) using Live CD or Live USB. Fedora 16 “Verne” Installation can be done also with using Fedora NetInstall (Net Install) with gPXE and BFO (boot.fedoraproject.org). 1. Before Fedora 16 “Verne” Installation 1.1 Download Fedora 16 LiveCD Image Download Fedora 16 here. Select your favorite Live CD (Gnome, KDE, LXDE, XFCE) and architecture i686 or x86_64. On this guide I use Fedora 16 Gnome Live CD and 64-bit version.
Read more →

Fedora 16 nVidia Drivers Install Guide (disable nouveau driver)

Looking Fedora 22/21 nVidia Drivers Install Guide? This is guide, howto install nVidia proprietary drivers on Fedora 16 and disable Nouveau driver. This guide works with GeForce 6/7/8/9/200/300 series cards. Fedora 16 nVidia driver installation is not much different from previous Fedora versions. I have tested this guide with a couple computers, so let me know, if you have some problems. Before nVidia drivers installation Check is your nVidia card supported lspci |grep -i VGA ## Example output ## 01:00.0 VGA compatible controller: nVidia Corporation GT215 [GeForce GT 240] (rev a2) List of Supported NVIDIA GPU Products, your card should found before 173.14.xx driver section.
Read more →

Support inttf:

Buy Me a Coffee:

Support inttf:

Buy me a coffee Buy me a coffee