Table des matières

Difficulté
Moyen

Configuration of my Fedora23 MATE

Authentication on the SME-server

Authentication client Fedora on SME-server via sssd ldap

SSH connection to the SME and mounting the SME on the Fedora

Connection SSH of the Fedora 22 from the SME

Installation of supplementary repositories:

Small settings

Icons for shortcuts on the desktop

are here

/usr/share/oxygen/32x32/

Add general packages

sudo dnf install dia xsane gimp numlockx wget gvfs-smb darktable gvfs-mtp unetbootin musescore unrar

Add specific programms

Install libre-office

sudo dnf install libreoffice-calc libreoffice-draw libreoffice-impress libreoffice-langpack-fr \
libreoffice-langpack-de libreoffice-langpack-en libreoffice-writer 

Multimedia

Enable rc.local

Enable the Wake-on-Lan

Don't forget to configure the Bios to support the WOL too!!

Enable automatically the numeric pad

Use and configure numlockx:

Exfat

Mounting exfat file system (SD cards)

sudo dnf install fuse-exfat

Installation of DisplayCAL

For calibrating the monitors.
Got to the installation instructions of DisplayCAL, choose the OS and simply download the rpm.

Installation of a Flash-player:

sudo rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm 
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux 
sudo dnf install flash-plugin 

Installation of the polices M$: «msttcorefonts»:

Download follwing rpm and install localy:

wget ftp://fr2.rpmfind.net/linux/sourceforge/p/po/postinstaller/fedora/releases/23/x86_64/msttcorefonts-2.5-2.fc23.noarch.rpm 
sudo dnf install msttcorefonts-2.5-2.fc23.noarch.rpm  

Wallpapers on the desktop

Wallpapers on desktop:

Diashow for the screensaver

from Caja, create a link to ~/Wallpaper with a right clic and save this link under “Pictures”.
In the configuration of the screensaver, select “pictures folder”.

Printers

for my HP printer:

 sudo dnf install hplip-gui system-config-printer 

hplip-gui seems to be necessary to allow Xsane to detect the scanner (USB pluged).

Email / Calendar / Adress book

I wanted to have clients for emails, calendar (calDAV) and address-book (cardDAV). It must not be a all-in-one solution.
The only not-too-bad solution I found is called “Evolution”. It can natively do all these jobs without any plugin.

 sudo dnf remove claws-mail
sudo dnf install evolution 

Enable backups by BackupPC of the SME

Source: http://geekeries.de-labrusse.fr/?p=2586
To make backups possible, the user “backuppc” of the SME must be able to connect via ssh to this client Fedora without entering any password. Therefore the user “backuppc” must have a private ssh-key without passphrase and the public key must be send to the client Fedora.
On the SME-server:

su -s /bin/bash backuppc                                                   # to login with the user backuppc 
ssh-keygen -t rsa -b 2048                                                 # if no key have been created previously # without passphrase
ssh-copy-id -i ~backuppc/.ssh/id_rsa.pub root@ip_of_the_client_Fedora     # to send the public key

## Test: ##
ssh root@ip_of_the_client_Fedora                                       # a connexion without entering password should be working
exit                                                                      # to close the connexion to fedora
exit                                                                      # to logout the user backuppc 

Upgrading Fedora22 --> Fedora23

DokuWiki Appliance - Powered by TurnKey Linux