Fedora 18 nVidia Drivers Install / Uninstall Guide

Looking Fedora 22/21 nVidia Drivers Install Guide? This is guide, howto install nVidia proprietary drivers on Fedora 18 “Spherical Cow” and disable Nouveau driver. This guide works with GeForce 8/9/200/300/400/500 series cards (and currently also with GeForce 6/7). Later you might need different version of nVidia drivers if you use GeForce 6/7 card. Fedora 18 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 →

Fedora 18 “Spherical Cow” Install Guide

This is guide with screenshots, howto install Fedora 18 “Spherical Cow” (F18) using Live CD or Live USB. Fedora 18 “Spherical Cow” Installation can be done also with using Fedora NetInstall (Net Install) with gPXE and BFO (boot.fedoraproject.org). Fedora 18 have new version of Anaconda, which looks very promising.

  1. Before Fedora 18 “Spherical Cow” Installation 1.1 Download Fedora 18 LiveCD Image Download Fedora 18 here. Select your favorite Live CD (Gnome, KDE, LXDE, XFCE) and architecture i686 or x86_64.
Read more →

YUM/DNF Remove Old Kernels on Fedora/CentOS/RHEL

This is quick guide howto delete/remove/clean old kernels on Fedora 28/27/26, CentOS 7.5/6.10, Red Hat (RHEL) 7.5/6.10. I use here two kernel as example, if you want to keep other more or less, then adjust amount of installed kernels as you wish. Normally reason why you maybe want remove kernels is limited disk space, example on VPS servers and laptop. This is very easy task.

  1. Check Installed Kernels and All Kernel Packages rpm -qa kernel* |sort -V kernel-4.
Read more →

Install Postgresql 15 on Fedora 38/37/36, CentOS/RHEL/Rocky Linux 9/8.5

This is guide, howto install PostgreSQL 15/14/13/12 database server on Fedora 38/37/36, CentOS/Red Hat (RHEL)/Rocky Linux 9/8.5. This guide uses PostgreSQL own YUM repos, which are always up-to-date and stable releases are available instantly. You can use this guide to install any Postgresql versions, like 15, 14, 13, 12 etc. Check video guide howto install PostgreSQL 14/13/12 on Fedora 35/34 using PostgreSQL’s own dnf repo: Support inttf: Buy Me a Coffee: Subscribe and follow: Follow @inttf Check video guide howto install PostgreSQL 14/13/12 on Rocky Linux 8.
Read more →

PHP: APC Configuration and Usage Tips and Tricks

PHP APC (Alternative PHP Cache / Opcode Cache) is framework that optimizes PHP intermediate code and caches data and compiled code from the PHP bytecode compiler in shared memory. APC Opcode Cache is quickly becoming the de-facto standard PHP caching mechanism. (adsbygoogle = window.adsbygoogle || []).push({});PHP APC installation is very easy, example with Fedora / CentOS / Red Hat (RHEL) you can check following guides to see howto install it:
Read more →

Upgrade Fedora 16 to Fedora 17 with Preupgrade – Screenshots

This is guide, howto upgrade Fedora 16 to Fedora 17 with Preupgrade. Preupgrade download needed packages from the server, set up everything ready and then reboot to Anaconda installer and after package installation it boots to the new system. It’s important backup your important files before upgrading. If the aim is to update older versions of Fedora to Fedora 16, then each version have to be upgraded step by step:
Read more →

Fedora 17 “Beefy Miracle” Install Guide with Screenshots

This is guide with screenshots, howto install Fedora 17 “Beefy Miracle” (F17) using Live CD or Live USB. Fedora 17 “Beefy Miracle” Installation can be done also with using Fedora NetInstall (Net Install) with gPXE and BFO (boot.fedoraproject.org).

  1. Before Fedora 17 “Beefy Miracle” Installation 1.1 Download Fedora 17 LiveCD Image Download Fedora 17 here. Select your favorite Live CD (Gnome, KDE, LXDE, XFCE) and architecture i686 or x86_64. On this guide I use Fedora 17 Gnome Live CD and 64-bit version.
Read more →

Fedora 17 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 17 “Beefy Miracle” and disable Nouveau driver. This guide works with GeForce 6/7/8/9/200/300 series cards. Fedora 17 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.
Read more →

Install Skype 8.97 on Fedora 38/37, CentOS/RHEL/SL 9/8

This is guide, howto install Skype 8.97 on Fedora 38/37/36 on CentOS/Red Hat (RHEL)/Scientific Linux (SL) 9/8. Check video version of guide: Support inttf: Buy Me a Coffee: Subscribe and follow: Follow @inttf 1. Install Skype 8.97 on Fedora 38/37/36 and CentOS/Red Hat (RHEL) 9/8 1.1 Download Skype 8.97 This downloads always latest version. cd ~/Downloads ## Skype 8.97 for Fedora/CentOS/RHEL/SL ## wget –trust-server-names https://go.skype.com/skypeforlinux-64.rpm 1.2 Change root user su - ## OR ## sudo -i 1.
Read more →

VI and VIM Syntax Highlighting on Fedora / CentOS / Red Hat (RHEL)

This is guide, howto enable Vi and Vim text editor syntax Highlighting on Fedora / CentOS / Red Hat (RHEL). Actually on Fedora, CentOS and Red Hat (RHEL) does only have Vim (Vi IMproved), but if you run vi command it works, because it runs small/minimal version of Vim, which is like original Vi. I have seen too many guides howto enable Vi/Vim syntax highlighting, which says that you can turn syntax highlighting on/off with using :syntax on and :syntax off.
Read more →

Install phpMyAdmin 4.3.10 on Fedora 21/20, CentOS/RHEL 6.6/5.11

This is guide, howto install phpMyAdmin 4.3.10 with Nginx or Apache on Fedora 21/20/19, CentOS 7/6.6/5.11 and Red Hat (RHEL) 7/6.6/5.11 servers. phpMyAdmin needs web server with PHP and MySQL database. This guide uses Apache web server with PHP 5.6 or Nginx web server with PHP 5.6 (PHP-FPM) and MySQL 5.6 database server or MariaDB 10/5.5 database server. You can also use your already installed versions of web server, PHP and MySQL.
Read more →

GRUB2 runlevel 3 - Howto Change runlevel on GRUB2

This is quick guide howto change runlevel on GRUB2. Support inttf: Buy Me a Coffee: Subscribe and follow: Follow @inttf Title says runlevel 3 (refer to changing runlevel from 5 to 3), but yes same method of course works, if you want to change runlevel from 3 to 5, from 5 to 1 or from 3 to 1. Whole process is actually add one additional boot parameter. This modification is not permanent, when you boot your system next time, it uses default parameters.
Read more →

Gnome Shell Tweaking with Extensions and Themes on Fedora 16

This is a guide on howto modify and tweak Gnome 3.2 Gnome Shell on Fedora 16, easily with application called gnome-tweak-tool, using extensions and themes. With this guide you have two option, install all extensions and themes once or install just extensions and themes what you want to use. There’s a lot of other themes and the extension, but those which are presented in this guide can be installed via the YUM package management, as well as they are of good quality.
Read more →

Install LibreOffice 6.1/6.0 on Fedora 29/28, CentOS/RHEL 7.5

This is guide, howto to install LibreOffice 6.1.3 (or LibreOffice 6.0.7) on Fedora 29/28/27, CentOS 7.5 and Red Hat (RHEL) 7.5 using LibreOffice’s original RPM packages. This guide’s idea is offer one method to all LibreOffice versions and also one method to all Fedora 29/28/27, CentOS/Red Hat (RHEL) 7.5 users.

  1. Download LibreOffice 6.1.3/6.0.7 Linux Package LibreOffice 6.1.3 64-bit version wget http://download.documentfoundation.org/libreoffice/stable/6.1.3/rpm/x86_64/LibreOffice_6.1.3_Linux_x86-64_rpm.tar.gz LibreOffice 6.1.3 32-bit version wget http://download.documentfoundation.org/libreoffice/stable/6.1.3/rpm/x86/LibreOffice_6.1.3_Linux_x86_rpm.tar.gz LibreOffice 6.
Read more →

LEMP on Fedora 28/27, CentOS/Red Hat (RHEL) 7.5/6.10

LEMP (Linux, Nginx, MySQL, PHP) server is extremely powerful setup behind any website or web based service. This guide is collection of Fedora/CentOS/Red Hat (RHEL), Nginx, MariaDB/MySQL and PHP (PHP-FPM) install guides. This guide (more specifically this guide parts) try to explain in more detail LEMP (Linux, Nginx, MariaDB/MySQL, PHP (PHP-FPM)) server environment installation. This howto can be used to pre-installed Linux, and instructions can be used for various Fedora and Red Hat based Linux distros with YUM.
Read more →

Upgrade Fedora 15 to Fedora 16 with Preupgrade – Screenshots

This is guide, howto upgrade Fedora 15 to Fedora 16 with Preupgrade. Preupgrade download needed packages from the server, set up everything ready and then reboot to Anaconda installer and after package installation it boots to the new system. It’s important backup your important files before upgrading. If the aim is to update older versions of Fedora to Fedora 16, then each version have to be upgraded step by step:
Read more →

Install Thunderbird 17 on Fedora 19/18, CentOS/Red Hat (RHEL) 6.4

Mozilla Thunderbid 17 is released and this is guide, howto install Thunderbird 17 on Fedora 19/18/17/16/15/14, CentOS 6.4/6.3/6.2/6.1/6 and Red Hat (RHEL) 6.4/6.3/6.2/6.1/6 using YUM. Thunderbird 10 is currently available on CentOS 6.4/5.9 and Red Hat (RHEL) 6.4/5.9 own repos, so with this guide you can also install Thunderbird 10 on CentOS 5.9 and Red Hat (RHEL) 5.9. What’s new in Thunderbird 17 A Menu Button is now shown to new users by default Tabs are now drawn in the title bar on Windows RSS feeds can now be viewed in the Wide View Layout Various fixes and performance improvements Various security fixes What’s new in Thunderbird 10 New ability to search the Web Improvements to email search Several fixes when drafting email several other platform fixes Read full details from Thunderbird 17 release notes and Thunderbird 10 release notes.
Read more →

Install Firefox 26 on Fedora 20/19, CentOS/Red Hat (RHEL) 6.5

Mozilla Firefox 26 is released and this is guide, howto install Firefox 26 on Fedora 20/19/18/17/16, CentOS 6.5/6.4/6.3/6.2/6.1/6 and Red Hat (RHEL) 6.5/6.4/6.3/6.2/6.1/6 using YUM. Firefox 17 ESR (Extended Support Release) is currently available on CentOS 6.5/5.10 and Red Hat (RHEL) 6.5/5.10 own repos, so with this guide you can also install Firefox 17 ESR on CentOS 5.10 and Red Hat (RHEL) 5.10. What’s new in Firefox 26 All Java plug-ins are defaulted to ‘click to play’ Password manager now supports script-generated password fields Support for H.
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.
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 →
Subscribe and follow: