Ci-dessous, les différences entre deux révisions de la page.
— |
welcome:fedora:configuration_fedora23_mate [2019/10/01 19:20] (Version actuelle) |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | {{howhard> | ||
+ | ====== Configuration of my Fedora23 MATE ====== | ||
+ | |||
+ | ===== Authentication on the SME-server ===== | ||
+ | [[Welcome: | ||
+ | |||
+ | ===== SSH connection to the SME and mounting the SME on the Fedora ===== | ||
+ | [[Welcome: | ||
+ | |||
+ | ===== Installation of supplementary repositories: | ||
+ | *Installation of both free and non-free repos of RPMFusion:< | ||
+ | su -c 'dnf install http:// | ||
+ | http:// | ||
+ | |||
+ | ===== Small settings ===== | ||
+ | |||
+ | ==== Icons for shortcuts on the desktop ==== | ||
+ | are here < | ||
+ | |||
+ | ==== Add general packages ==== | ||
+ | < | ||
+ | |||
+ | ==== Add specific programms ==== | ||
+ | * learning vocabulary: anki | ||
+ | * mass file renaming: metamorphose2 | ||
+ | |||
+ | ==== Install libre-office ==== | ||
+ | < | ||
+ | libreoffice-langpack-de libreoffice-langpack-en libreoffice-writer </ | ||
+ | |||
+ | ==== Multimedia ==== | ||
+ | |||
+ | * installation of kdenlive < | ||
+ | |||
+ | ==== Enable rc.local ==== | ||
+ | *create and configure the file / | ||
+ | sudo nano / | ||
+ | #!/bin/bash </ | ||
+ | *Start the service rc.local: < | ||
+ | sudo systemctl start rc-local.service | ||
+ | sudo systemctl enable rc-local.service | ||
+ | sudo systemctl status rc-local.service </ | ||
+ | |||
+ | ==== Enable the Wake-on-Lan ==== | ||
+ | *Instal «ethtool» < | ||
+ | sudo dnf install ethtool</ | ||
+ | *Find the name of the interface you want to "wake up": < | ||
+ | ifconfig</ | ||
+ | *Check if the WOL is active / make it active:< | ||
+ | sudo ethtool < | ||
+ | ETHTOOL_OPTS=" | ||
+ | *Add in / | ||
+ | / | ||
+ | *Restart. The WOL should now work ('' | ||
+ | <note tip> | ||
+ | |||
+ | ==== Enable automatically the numeric pad ==== | ||
+ | Use and configure numlockx: | ||
+ | *for the sessions: add " | ||
+ | *for the terminals, add following in / | ||
+ | # Turn Numlock on for the TTYs: | ||
+ | for tty in / | ||
+ | / | ||
+ | done </ | ||
+ | |||
+ | ==== Exfat ==== | ||
+ | Mounting exfat file system (SD cards) | ||
+ | < | ||
+ | |||
+ | ==== Installation of DisplayCAL ==== | ||
+ | For calibrating the monitors. \\ Got to the installation instructions of [[http:// | ||
+ | |||
+ | ==== Installation of a Flash-player: | ||
+ | < | ||
+ | sudo rpm -ivh http:// | ||
+ | sudo rpm --import / | ||
+ | sudo dnf install flash-plugin </ | ||
+ | |||
+ | ==== Installation of the polices M$: «msttcorefonts»: | ||
+ | Download follwing rpm and install localy:< | ||
+ | wget ftp:// | ||
+ | sudo dnf install msttcorefonts-2.5-2.fc23.noarch.rpm | ||
+ | |||
+ | |||
+ | |||
+ | ==== Wallpapers on the desktop ==== | ||
+ | [[Welcome: | ||
+ | |||
+ | ==== Diashow for the screensaver ==== | ||
+ | from Caja, create a link to ~/Wallpaper with a right clic and save this link under " | ||
+ | |||
+ | ==== Printers ==== | ||
+ | for my HP 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 " | ||
+ | < | ||
+ | sudo dnf install evolution </ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== Enable backups by BackupPC of the SME ===== | ||
+ | Source: [[http:// | ||
+ | To make backups possible, the user " | ||
+ | Therefore the user " | ||
+ | On the SME-server: < | ||
+ | su -s /bin/bash backuppc | ||
+ | ssh-keygen -t rsa -b 2048 # if no key have been created previously # without passphrase | ||
+ | ssh-copy-id -i ~backuppc/ | ||
+ | |||
+ | ## Test: ## | ||
+ | ssh root@ip_of_the_client_Fedora | ||
+ | exit # to close the connexion to fedora | ||
+ | exit # to logout the user backuppc </ | ||
+ | |||
+ | ===== Upgrading Fedora22 --> Fedora23 ===== | ||
+ | *ownCloud has to be removed, as well as the corresponding repo < | ||
+ | sudo rm / | ||
+ | |||
+ | *proceed the upgrade:< | ||
+ | dnf install dnf-plugin-system-upgrade | ||
+ | dnf system-upgrade download --releasever=23 | ||
+ | dnf system-upgrade reboot </ | ||
+ | *reinstall the client owncloud (present in the repos of Fedora now) | ||
+ | *modify the ssh copnfig to allow connection from the SME: [[Welcome: | ||
+ | |||