After install setup Fedora 30

In this tutorial, Things to Do After Fresh Installation Fedora 30. Let do it!
fedora30


TO DO


1. Update your Fedora

Always keep your system updated to the latest version of packages.

$ sudo dnf update

2. Change the hostname

$ sudo hostnamectl status # view current hostname
$ sudo hostnamectl set-hostname --static "VivoS15" # set up new hostname

3. DNF tweak

edit /etc/dnf/dnf.conf file

$ sudo cp /etc/dnf/dnf.conf /etc/dnf/dnf.conf_ORIG

[huupv@localhost ~]$ cat /etc/dnf/dnf.conf
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
fastestmirror=true
deltarpm=true

4. Install RPM fusion repository

$ sudo dnf update --refresh
$ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
$ sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

5. Player and codecs

$ sudo dnf install youtube-dl vlc

$ sudo dnf install \
gstreamer-plugins-base \
gstreamer1-plugins-base \
gstreamer-plugins-bad \
gstreamer-plugins-ugly \
gstreamer1-plugins-ugly \
gstreamer-plugins-good-extras \
gstreamer1-plugins-good \
gstreamer1-plugins-good-extras \
gstreamer1-plugins-bad-freeworld \
ffmpeg \
gstreamer-ffmpeg
Install the codecs along with VLC

sudo dnf install gstreamer1-libav gstreamer1-plugins-bad-free \
       gstreamer1-plugins-bad-free gstreamer1-plugins-bad-free-extras \
       gstreamer1-plugins-bad-freeworld \
       gstreamer1-plugins-good gstreamer1-plugins-ugly lame-libs lame-libs vlc

6. To manage, edit, add and delete application launcher

$ sudo dnf install menulibre

7. Gnome tweak tool

$ sudo dnf install gnome-tweak-tool

8. Compression and archiever

$ sudo dnf install unzip p7zip

9. Install DropBox

$ sudo dnf install dropbox

10. Install System Optimizer

Stacer is a free system cleaner and monitoring software for Fedora systems

$ sudo dnf install stacer

11. Install Skype

$ sudo dnf install https://go.skype.com/skypeforlinux-64.rpm

12. Install Torrent Client

$ sudo dnf -y install qbittorrent


13. Install Image Editor

$ sudo dnf install gimp

14. Install Antivirus

$ sudo dnf install clamtk clamav clamav-update
freshclam




Comments

Popular posts from this blog

zimbra some services are not running [Solve problem]

Bash script list all IP addresses connected to Server

How to install php7 on centos 6