A set of productivity tools i usually install on my Fedora Workstation.
sudo nano /etc/dnf/dnf.conf
Paste the following configurations.
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
best=True
skip_if_unavailable=False
max_parallel_downloads=5
fastestmirror=True
defaultyes=True
sudo dnf update
After installation enable 3rd party repositories. Then, update the system.
sudo dnf install java-21-openjdk java-21-openjdk-devel
sudo dnf install php php-cli php-common
sudo dnf install php-mysqlnd
sudo dnf install httpd
sudo setsebool -P httpd_can_network_connect=1
sudo setsebool -P httpd_can_network_connect_db 1
sudo nano /etc/yum.repos.d/mongodb-org-7.0.repo
Paste the following configurations
[mongodb-org-7.0]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/9/mongodb-org/7.0/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://pgp.mongodb.com/server-7.0.asc
Then
sudo yum install -y mongodb-org
sudo systemctl start mongod
Download and install mongodb compass here.
As npm depends on nodejs so, i am installing npm, Node automatically installed.
sudo dnf install npm
Download the mysql repository here.
sudo dnf install mysql-community-server
sudo systemctl start mysqld
sudo mysql_secure_installation
sudo grep 'temporary password' /var/log/mysqld.log
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
sudo dnf install inkscape
sudo dnf install zsh
sudo dnf install rpm-build
sudo dnf install neofetch
sudo dnf install neovim
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
sudo dnf install radeontop
sudo dnf install gnome-tweaks gnome-extensions-app