- Details
- admin
- Fedora
Docker
on Fedora Linux consists of four simple to follow steps: - Install Docker package
- Start docker service
- Confirm that docker started correctly
- Enable docker to start after reboot
docker
installation on Fedora Linux. # yum install docker
- Details
- admin
- Fedora
Let's start by installation of both services:
# yum install privoxy torAfter the install start tor:
# service tor start Redirecting to /bin/systemctl start tor.service
- Details
- admin
- Fedora
Adobe Flash player installation on Fedora Linux 32-bit
# rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm # rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux # yum -y install flash-plugin
- Details
- admin
- Fedora
# ls /usr/bin/python* /usr/bin/python /usr/bin/python2.7 /usr/bin/python3 /usr/bin/python3.4m /usr/bin/python-coverage /usr/bin/python2 /usr/bin/python2-coverage /usr/bin/python3.4 /usr/bin/python3-mako-renderNow, check your default python version:
# python -V Python 2.7.8To change python version on per user basis simply create a new alias in you
.bashrc
located under your home directory: $ alias python='/usr/bin/python3.4' $ . ~/.bashrc $ python --version Python 3.4.2
- Details
- admin
- Fedora
NVIDIA-Linux-x86_64-346.35.runTwo conditions must be fulfilled before we can start the actual NVIDIA driver installation:
- nouveau free nvidia driver must be disabled
- X Server must be disabled
# dracut --omit-drivers nouveau /boot/initramfs-$(uname -r).img $(uname -r) --force