Updated: 2023-05-14 ::
Published: 2010-10-08
:: JR
#Apache
#Applications
#CentOS
#Fedora
#mod_authz_svn
#Red Hat
#Subversion
#SVN
#SVN Access Control
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.
Updated: 2023-05-14 ::
Published: 2010-10-12
:: JR
#Command line
#Kernel
#Linux
This is quick guide howto show Linux version, howto show Linux distributin (distro) info, howto show Linux System information, kernel version and kernel information on command line.
Show Linux Version Linux version information can be checked using the following commands: cat /proc/version Another way to check Linux Version information is following: dmesg | grep "Linux version" Example output:
Linux version 4.11.10-300.fc26.x86_64 (
[email protected]) (gcc version 7.1.1 20170622 (Red Hat 7.1.1-3) (GCC) ) #1 SMP Wed Jul 12 17:05:39 UTC 2017 Show Linux Distribution/Distro information Use lsb_release command to show Linux distribution information: lsb_release -a Example output:
Updated: 2023-05-14 ::
Published: 2010-10-19
:: JR
#Command line
#Encrypt
#GPG
#Linux
GNU Privacy Guard (GnuPG or GPG) is a free software alternative to the PGP suite of cryptographic software. This is quick guide, howto Encrypt and Decrypt files on Linux with password using GPG.
This guide deals with both the interactive mode and the non interactive mode. Interactive mode is useful when the purpose is encrypt some files on the command line. Non interactive mode is useful when the purpose is encrypt files using scripts.
Updated: 2023-05-14 ::
Published: 2010-10-23
:: JR
#Dual Boot
#Fedora
#Linux
#Live CD
#Live USB
#LiveCD
#LiveUSB
#Screenshots
#Walkthrough with Screenshots
#Windows
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.
- Before Fedora 14 Installation 1.1 Download Fedora 14 LiveCD Image Download Fedora 14 here.
Updated: 2023-05-14 ::
Published: 2010-11-03
:: JR
#Fedora
#Preupgrade
#Upgrade
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:
Updated: 2023-05-14 ::
Published: 2010-11-20
:: JR
#CentOS
#Fedora
#Framework
#Linux
#PHP
#Red Hat
#Zend
#Zend Framework
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.
Updated: 2023-05-14 ::
Published: 2010-11-23
:: JR
#akmod
#Command line
#Fedora
#GeForce
#kmod
#Linux
#nouveau
#nVidia
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.
Updated: 2023-05-14 ::
Published: 2010-12-10
:: JR
#CentOS
#CentOS 6
#Fedora
#NetBeans
#Red Hat
#Red Hat 6
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++.
Updated: 2023-05-14 ::
Published: 2010-12-22
:: JR
#Bash
#Bash History
#Command line
#Linux
Sometimes it is very useful to delete / remove Bash history partially or completely when log out. Here is my favourite methods howto log out / quit / exit Bash shell without saving Bash history.
Remove Only Current Session Bash History and Leave Older History Untouched 1. Quit Bash Shell Without Saving History: Unset HISTFILE unset HISTFILE && exit 2. Quit Bash Shell Without Saving History: Kill Console kill -9 $$ Remove/Delete Bash History Completely 3.
Updated: 2023-05-14 ::
Published: 2010-12-30
:: JR
#Command line
#External IP
#Internal IP
#IP
#Linux
This is quick tip, howto get internal IP address and external IP address on Linux Shell / Command Line. This guide also show, howto make useful Bash functions to get IP addresses quickly.
Note: All functions could be named as you wish and to make functions permanent, add functions to ~/.bashrc or /etc/bashrc. Also all awk commands should work also with gawk and nawk.
- Get Internal IP Address(es) on Linux Shell / Command Line 1.
Updated: 2023-05-14 ::
Published: 2011-01-04
:: JR
#Bash
#cat
#Command line
#Linux
I write before guide, howto create file on Linux shell / command line without text editor (with cat command) and this is guick tip howto display / show file contents (tabs, line-breaks, non-printing characters (ASCII control characters: octal 000 – 037)) and display all on Linux shell / command line. This is very useful when you want to know the entire contents of the file.
Example file I use /tmp/testing.
Updated: 2023-05-14 ::
Published: 2011-01-29
:: JR
#Fedora
#Linux
#Lovelock
#MPlayer
#VLC
#Windows
#wmv
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
Updated: 2023-05-14 ::
Published: 2011-03-08
:: JR
#CentOS
#Desktop
#Fedora
#Gnome
#Linux
#Nautilus
#Red Hat
#Terminal
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.
- Change root user su - ## OR ## sudo -i 2.
Updated: 2023-05-14 ::
Published: 2011-04-05
:: JR
#CentOS
#dnf
#Fedora
#Red Hat
#Yum
#Yum autocomplete
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).
Updated: 2023-05-14 ::
Published: 2011-05-17
:: JR
#Fedora
#Gnome 3
#Gnome Shell
#Install
#Lovelock
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.
- Before Fedora 15 Installation 1.1 Download Fedora 15 LiveCD Image Download Fedora 15 here.
Updated: 2023-05-14 ::
Published: 2011-05-27
:: JR
#akmod
#Fedora
#GeForce
#kmod
#Linux
#Lovelock
#nouveau
#nVidia
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.
Install nVidia proprietary drivers on Fedora 15 and disable the nouveau driver 1.
Updated: 2023-05-14 ::
Published: 2011-06-15
:: JR
#Fedora
#Lovelock
#Preupgrade
#Upgrade
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 >>
Updated: 2023-05-14 ::
Published: 2011-06-25
:: JR
#Fedora
#Firefox
#Lovelock
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.
Updated: 2023-05-14 ::
Published: 2011-07-27
:: JR
#CentOS
#Linux
#Net Install
#NetInstall
#Network Installation
#Walkthrough with Screenshots
Looking for CentOS 7 NetInstall Guide?
This step-by-step walkthrough with screenshots, howto install CentOS (The Community ENTerprise Operating System) 6.10 Linux with Network installation (NetInstall).
CentOS 6.10 is released and it brings all Red Hat (RHEL) 6.10 goodnes to all users CentOS 6 users. Have fun!
Want just CentOS 6.10 Netinstall mirror URL?
Goto CentOS 6.10 Netinstall URL
- Download CentOS 6.10 Net Install (NetInstall) image Select mirror here:
Updated: 2023-05-14 ::
Published: 2011-08-19
:: JR
#Fedora
#Firefox
#Lovelock
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.