-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathxfce-setup.sh
More file actions
13 lines (10 loc) · 757 Bytes
/
xfce-setup.sh
File metadata and controls
13 lines (10 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
#hostnamectl set-hostname --static "NAME"
dnf upgrade
# For local networking, edit the connection to have a DHCP client id that
# matches the hostname.
dnf install gcc gcc-c++ autoconf automake libtool gdb bison flex openssl openssl-devel tcl-devel pcre-devel hwloc-devel patch emacs wireshark-gnome libcap-devel perl-ExtUtils-MakeMaker doxygen graphviz libxml2-devel gpg libffi-devel python-devel python-virtualenv python-lxml system-config-users nghttp2 libyaml-devel redhat-rpm-config jemalloc-devel clang llvm clang-analyzer lm_sensors xfce4-sensors-plugin
pip install --upgrade pip
pip install sphinx
# redhat-rpm-config is for installing Python pacakges via PIP that need to be compiled.
systemctl enable sshd.service
systemctl start sshd.service