Вы находитесь на странице: 1из 33

28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.

com/things-to-do-after-fedora-26-installation/

1 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

2 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# dnf update

3 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# hostnamectl status

Static hostname: localhost.localdomain


Icon name: computer-vm
Chassis: vm
Machine ID: 458842014b6c41f9b4aadcc8db4a2f4f
Boot ID: 7ac08b56d02a4cb4a5c5b3fdd30a12e0
Virtualization: oracle
Operating System: Fedora 26 (Twenty Six)
CPE OS Name: cpe:/o:fedoraproject:fedora:26
Kernel: Linux 4.11.8-300.fc26.x86_64

4 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# hostnamectl set-hostname --static “tecmint.com”

5 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# vi /etc/sysconfig/network-scripts/ifcfg-enp0s3

HWADDR=08:00:27:33:01:2D
TYPE=Ethernet
BOOTPROTO=dhcp
DEFROUTE=yes
PEERDNS=yes
PEERROUTES=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_FAILURE_FATAL=no
NAME=enp0s3
UUID=1930cdde-4ff4-4543-baef-036e25d021ef
ONBOOT=yes

6 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

ONBOOT="yes"
IPADDR=192.168.0.102
NETMASK=255.255.255.0
GATEWAY=192.168.0.1
DNS1=202.88.131.90
DNS2=202.88.131.89

# service network restart


# ifconfig

7 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

8 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# dnf install gnome-tweak-tool

9 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

10 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

11 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# rpm -ivh http://download1.rpmfusion.org/free/fedor

12 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# dnf install vlc

13 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# gedit /etc/yum.repos.d/google-chrome.repo

14 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing

# dnf install docky

15 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# dnf install @mate-desktop

# dnf install @kde-desktop

# dnf install @xfce-desktop

# dnf install @lxde-desktop

# dnf install @cinnamon-desktop

16 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# dnf install unzip

# dnf install icedtea-web java-openjdk

17 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# dnf install gimp

# dnf install pidgin

18 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# dnf install qbittorrent

19 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# dnf install VirtualBox

# dnf config-manager --add-repo=http://negativo17.or


# dnf -y install steam

20 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# dnf config-manager --add-repo=http://negativo17.or


# dnf install spotify-client

21 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# dnf install wine

# dnf install youtube-dl

22 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

# dnf install simple-scan

# dnf install mediawriter

23 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

24 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

25 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

26 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

27 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

28 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

29 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

30 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

31 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

32 of 33 28/06/2018, 15:00
28 Things to Do After Fresh Installation of Fedora 26 Workstation https://www.tecmint.com/things-to-do-after-fedora-26-installation/

33 of 33 28/06/2018, 15:00

Вам также может понравиться