Skip to content

Instantly share code, notes, and snippets.

@SentryXSI
Last active April 29, 2020 16:06
Show Gist options
  • Save SentryXSI/583f2a3a17d9d42847d7cb01618242f0 to your computer and use it in GitHub Desktop.
Save SentryXSI/583f2a3a17d9d42847d7cb01618242f0 to your computer and use it in GitHub Desktop.
Fedora 32 Server Notes
--
My notes for setting up a local Fedora server VM
Curent target version : Fedora 32
--
+ Update the previous install scripts :
https://gist.github.com/SentryXSI/13ed14978521fc7e361fccf5d581737e
+ add fedora admin kit
+ add seliminator
--
Fedora 32 Release :
https://docs.fedoraproject.org/en-US/fedora/f32/release-notes/
https://fedoramagazine.org/announcing-fedora-32/
https://fedoramagazine.org/whats-new-fedora-32-workstation/
https://fedoramagazine.org/upgrading-fedora-31-to-fedora-32/
https://fedoramagazine.org/announcing-the-release-of-fedora-32-beta/
https://fedoraproject.org/wiki/Common_F32_bugs
--
Users and Groups :
https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/basic-system-configuration/Managing_Users_and_Groups/
https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/basic-system-configuration/Gaining_Privileges/
DNF :
https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/package-management/DNF/
Server Setup :
https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/servers/Web_Servers/
--
List installed packages :
dnf list installed
repoquery -a --installed
rpm -qa
---------------
Stop services :
---------------
chronyd
unbound-anchor
unbound-anchor.timer
-----------------
Setup Firewalld :
-----------------
Set default interface to drop zone :
--set-default-zone=drop
Set FedoraServer as active source zone :
--zone=FedoraServer --add-source=192.168.100.1/32 --permanent
--zone=FedoraServer --add-service=http,https,git,ssh,cockpit --permanent
remove all duplicate zones
Set log level
--set-log-denied=all
setup rsyslogd ..
-------------------
Install Checklist :
-------------------
vim-enhanced
- photon theme
ranger
htop
iftop
git
httpd
- mod_security mod_ssl mod_geoip
php
- php-cli php-common php-bcmath php-gd php-gmp php-intl php-json php-mbstring php-opcache php-pdo php-sodium php-xml
- composer
- phpmyadmin
phalcon
phalcon developer tools
mysql
redis
memcached
node / npm
yarn
- patternfly
--
suricata
yara
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment