Ci-dessous, les différences entre deux révisions de la page.
— |
welcome:fedora:configuration_fedora23_xfce [2016/12/11 19:42] (Version actuelle) |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | {{howhard> | ||
+ | ====== Configuration of my Fedora23 XFCE ====== | ||
+ | |||
+ | ===== 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 ===== | ||
+ | ==== Midori ==== | ||
+ | Midori, instead of Firefox, can't manage the certificates. | ||
+ | Therefore, the management system of Gnome for the certificates as to be enabled: \\ | ||
+ | '' | ||
+ | Then go to '' | ||
+ | Reboot | ||
+ | |||
+ | ==== Icons for shortcuts on the desktop ==== | ||
+ | are here < | ||
+ | |||
+ | ==== Add general packages ==== | ||
+ | < | ||
+ | |||
+ | ==== Install libre-office ==== | ||
+ | < | ||
+ | |||
+ | ==== Multimedia ==== | ||
+ | *Installation of xfce4-volumed to get control about the audio volume < | ||
+ | dnf install xfce4-volumed</ | ||
+ | *Replace lxmusic through rhythmbox < | ||
+ | sudo dnf remove lxmusic | ||
+ | sudo dnf install rhythmbox </ | ||
+ | |||
+ | |||
+ | ==== 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 </ | ||
+ | |||
+ | ==== Installation of the polices M$: «msttcorefonts»: | ||
+ | Download follwing rpm and install localy:< | ||
+ | wget ftp:// | ||
+ | sudo dnf install msttcorefonts-2.5-2.fc23.noarch.rpm | ||
+ | |||
+ | ==== Installation of a Flash-player: | ||
+ | < | ||
+ | sudo rpm -ivh http:// | ||
+ | sudo rpm --import / | ||
+ | sudo dnf install flash-plugin </ | ||
+ | |||
+ | ==== Wallpapers on the desktop ==== | ||
+ | [[Welcome: | ||
+ | |||
+ | ==== 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 </ | ||
+ | ==== Installation of ownCloud ==== | ||
+ | < | ||
+ | |||
+ | ===== Enable backups by BackupPC of the SME ===== | ||
+ | Source: [[http:// | ||
+ | To make backups possible, the user " | ||
+ | Therefore the user " | ||
+ | On the SME-server: < | ||
+ | u -s /bin/bash backuppc | ||
+ | ssh-keygen -t rsa -b 2048 # without passphrase | ||
+ | ssh-copy-id -i ~backuppc/ | ||
+ | |||
+ | ## Test: ## | ||
+ | ssh -l 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: | ||
+ | |||
+ | |||
+ | ===== Keyring ===== | ||
+ | per default, the gnome-keyring is not unlocked at the login and its password has to be entered by hand for each login. | ||
+ | |||
+ | Solution: ????? [[http:// | ||
+ | |||