Intro
Here’s a list of things I install after setting up Fedora.
Change Terminal Shortcut
Open Settings > Keyboard, then find View and Customize Shortcuts at the bottom.
Custom Shortcuts
Name: Shell Terminal
Command: gnome-terminal
Shortcut: Custom
Update System
| |
Change Screenshot Shortcut
Still prefer Windows-style shortcuts.
Under Screenshot, change Interactive Screenshot to Win+Shift+S.
Change User Directories to English
Chinese directories are a pain to use with the terminal.
First, switch the language to English.
| |
Then update user directories.
| |
At this point, it’ll ask if you want to change user folders to English. Select ‘Yes’.
After that, switch the system language back to Chinese.
| |
Run the user directory update command again.
| |
Running the command again will ask if you want to change back to Chinese. Select ‘No’ and choose ‘Don’t remind again’.
VS Code
Set up environment:
| |
| |
Refresh cache:
| |
Install using dnf:
| |
Or using yum:
| |
Edge Browser
Not quite used to Firefox after switching from Windows, plus multi-device sync. (But IE is still the most secure browser, right?)
Download Microsoft Edge Web Browser | Microsoft
Download the .rpm file.
MarkText
Cross-platform Markdown editor.
7-zip
Install:
| |
Compress:
| |
Decompress:
| |
FeedReader
RSS reader. I downloaded it from Fedora’s built-in Software app.
Telegram
Remember to place it under /opt/Telegram before running.
Netease Cloud Music
Install and configure Flatpak:
| |
| |
Install netease.CloudMusic:
| |
Run / Click icon to run:
| |
Uninstall:
| |
Nvidia Driver Installation
Install:
| |
Optional:
| |
Reboot after installation.
| |
Note: If you reboot and see “Nvidia kernel module missing falling back to Nouveau”
First, make sure Secure Boot is disabled in your BIOS.
Check the version of
akmodspackage installed by runningrpm -qa akmodsRun
sudo akmods --force && sudo dracut --forceto build the kernel modules
Reference: Fedora 34 NVIDIA kernel module missing. Falling back to nouveau - #4, from vk2bea - Ask Fedora
If the above doesn’t work, try the following method:
Uninstall all Nvidia-related packages:
sudo dnf remove \*nvidia\*Install the driver:
sudo dnf install akmod-nvidia
Reference: Nvidia kernel module missing falling back to Nouveau (Fedora 36 PR) : Fedora
Desktop Tweaks
Default font size is a bit small on my laptop.
| |
After installation, you’ll find the Optimizations (or Tweaks) app in your utilities.
QQ/Icalingua++
No one uses QQ for Linux, right? Right?!
Login fails with the same error as other third-party clients, which is ridiculous.
Icalingua++ (Third-party): GitHub - Icalingua-plus-plus/Icalingua-plus-plus: A client for QQ and more.
GNOME Extensions
Not sure what it does, but it seems useful.
Install Host Connector:
| |
Visit Latest extensions in GNOME Shell Extensions to install.
speedtest
Enter the following commands one by one:
| |
| |
Fedora Pre-Installed
git, gcc, gdb, python, OpenJDK Java
LibreOffice
References
Change User Directory to English in Fedora – Tencent Cloud Developer Community
Compress and Decompress Files with p7zip on CentOS Fedora_hkNaruto’s Blog-CSDN Blog
Running Visual Studio Code on Linux
8 Things to Do After Installing Fedora 36#
Desktop Applications - How to Use GNOME Shell Extensions
Howto/Secure Boot - RPM Fusion
SPEEDTEST CLI: Internet connection measurement for developers