In the past, I made a mistake by buying an "Android TV box". That was a few years ago, and its specifications can't even play a YouTube video. So I decide to build a new PC and choose Linux as the OS for watching TV, surfing the web and learning. This repository is a synthesis of what a Linux system would be like! I choose XFCE as DE because it's light but if you have a decent PC specs you can choose any distros you like!
This github includes everything you want to do on a fresh Linux system, it's different depending on your hardware and your distro you use. So always do your research on the internet. If you choose XFCE (Xubuntu, Linux Mint, Debian,..) like me, things will be easier for you because it's work for me.
Best USB bootable: https://github.com/ventoy/Ventoy
I buy cheap stuff from Taobao, so always be careful.
sudo apt-get install gsmartcontrol
sudo gsmartcontrol
All users: sudo chmod 777 <foldername>
Specific user:
mkdir <your folder name> #sudo might be needed.
sudo chown user:user <folder name>
sudo chmod 770 <folder name> #user and sudoers full access, other no access
Original post: https://www.computernetworkingnotes.com/linux-tutorials/how-to-configure-raid-in-linux-step-by-step-guide.html
Choose RAID 1 or RAID 5 for better safe.
sudo apt install mdadm
sudo mdadm --create --verbose /dev/[ RAID array Name or Number] --level=[RAID Level] --raid-devices=[Number of storage devices] [Storage Device] [Storage Device]
mkfs –t [File system type] [RAID Device]
#RAID 0 with 3 drives
sudo mdadm --create --verbose /dev/md0 --level=0 --raid-devices=3 /dev/sdb /dev/sdc /dev/sdd
mkfs –t ext4 /dev/md0
iwconfig # See all devices
sudo ifconfig <device> up # Enable
# Bluetooth
sudo systemctl enable bluetooth.service
sudo systemctl start bluetooth.service
rfkill # Check status
sudo rfkill unblock bluetooth
sudo apt-get install pavucontrol
pavucontrol
pactl list short sources
pactl set-default-source <name>
arecord --duration=5 --format=dat test-mic.wav
aplay test-mic.wav
pactl list short sinks
pactl set-default-sink 'Your_Device_Name'
sudo nano /etc/pulse/daemon.conf
flat-volumes = no
resample-method = speex-float-3
default-sample-format = s24le
default-sample-rate = 192000
Parents shouldn't waste time with technology, all they need is fast and quality.
sudo apt-get remove gnome-keyring
sudo apt install seahorse
It's so annoying me when playing game, so I decide to disable this feature.
if below command gives false then set it to true
gsettings get org.gnome.desktop.lockdown disable-lock-screen
gsettings set org.gnome.desktop.lockdown disable-lock-screen 'true'
if below command returns true then set it false
gsettings get org.gnome.desktop.screensaver lock-enabled
gsettings set org.gnome.desktop.screensaver lock-enabled false
if below command returns true then set it false
gsettings get org.gnome.desktop.screensaver idle-activation-enabled
gsettings set org.gnome.desktop.screensaver idle-activation-enabled false
gsettings set org.gnome.desktop.lockdown disable-lock-screen true
gsettings set org.gnome.desktop.screensaver lock-enabled false
gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
gsettings set org.gnome.desktop.screensaver idle-activation-enabled false
gsettings set org.gnome.desktop.session idle-delay 0
Screensaver -> Disable screen saver
sudo pkill -SIGKIL -u <user>
sudo apt install xrdp
sudo systemctl enable --now xrdp
sudo ufw allow from any to any port 3389 proto tcp
# IP show
ifconfig -a
Thorium, I choose you: https://github.com/Alex313031/thorium
Create desktop file
Exec=<path> --password-store=basic
Done! No need to type passwd anymore.
Logo: https://github.com/Alex313031/thorium/blob/main/logos/NEW/product_logo_2048.png
uBlock Origin: https://github.com/gorhill/uBlock
Youtube Auto Skip Sponsor: https://github.com/ajayyy/SponsorBlock
Youtube Non Stop: https://github.com/lawfx/YoutubeNonStop
I am Japanophile: https://github.com/FooSoft/yomichan
&& https://learnjapanese.link/dictionarie
Themes: git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git --depth=1
Icons: git clone https://github.com/vinceliuice/WhiteSur-icon-theme
Wallpapers: git clone https://github.com/vinceliuice/WhiteSur-wallpapers
Use install.sh to install all.
Choose theme & icons in Appearance menu. Don't forget to choose it in Window Manager too.
sudo apt update
sudo apt install plank
plank
On login run: Session And Startup
Try this steps if one of these working! I'm using Intel i3-4130 and NVIDIA Geforce GT 730.
1. Change display cable (HDMI, VGA, DVI,...)
(Work for me, it's decrease the amount of lagging)
2. Remove graphic drivers
3. Allow more ram for integrated GPU in BIOS setting. I use GA-B85-HD3, after change the value to 1024M for my iGPU, the issue is gone.
4. Disable compositors (maybe)
5. In my case, I don't use propriety drivers, just use X Server instead. The problem will be fixed.
The issue is always related to cable or graphic card. AMD is your friend when choosing hardware for Linux!
6. sudo add-apt-repository ppa:graphics-drivers/ppa && sudo dpkg --add-architecture i386 && sudo apt update && sudo apt install -y nvidia-driver-535 libvulkan1 libvulkan1:i386
7. sudo add-apt-repository ppa:kisak/kisak-mesa && sudo dpkg --add-architecture i386 && sudo apt update && sudo apt upgrade && sudo apt install libgl1-mesa-dri:i386 mesa-vulkan-drivers mesa-vulkan-drivers:i386
8. nvidia-settings -a "[gpu:0]/GpuPowerMizerMode=1"
More links.
https://github.com/bauca/graphics-switcher
https://forums.developer.nvidia.com/t/for-those-having-stutters-under-x11/265708
https://forums.linuxmint.com/viewtopic.php?t=360334
https://askubuntu.com/questions/1230768/stutter-every-500-ms-using-nvidia-driver
https://www.google.com/search?q=nvidia+drivers+stutter+linux&oq=nvidia+drivers+stutter+linux
xed admin:///etc/modules
nvidia
nvidia-drm
nvidia-modeset
sudo update-initramfs -u
sudo nvidia-uninstall
sudo apt remove nvidia-*
sudo apt-get remove --purge nvidia-*
sudo apt-get remove --purge libnvidia-*
sudo ubuntu-drivers autoinstall
sudo apt autoremove
sudo apt autoclean
3.6
sudo apt-get update
sudo apt-get install python3.6
3.8
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.8
Cloe is the best OCR ever! It's use manga-ocr.
https://github.com/blueaxis/Cloe
sudo apt-get install python3-pyqt5
sudo apt-get install python3-pip
sudo pip install pynput
sudo pip3 install manga-ocr
python3 main.py
How to fix bug small window on Linux:
cd ./app/components/views/ocr
sudo nano base.py
class BaseOCRView(QGraphicsView):
"""
Base view with OCR capabilities
"""
def __init__(self, parent: QWidget):
super().__init__(parent)
self.setMinimumSize(QSize(1360,768)) #Change size to match your windows size!
self._timer = QTimer()
self._timer.setInterval(300)
self._timer.setSingleShot(True)
self._timer.timeout.connect(self.rubberBandStopped)
Always go with MPV, because I love mining sentences: https://github.com/mpv-player/mpv
Using Anki, it'll help you deal with ADHD: https://apps.ankiweb.net/
.bashrc
alias anki="QTWEBENGINE_DISABLE_SANDBOX=1 anki"
https://github.com/kovidgoyal/calibre
Manga & Anime Downloader for Linux: https://github.com/manga-download/hakuneko
https://www.blender.org/
The best, reliable one: https://github.com/blueaxis/Cloe
&& https://github.com/kha-white/manga-ocr
I drink Wine:
sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/kinetic/winehq-kinetic.sources
sudo apt update && sudo apt install --install-recommends winehq-stable
sudo apt-get install winetricks
Play On Linux:
https://www.playonlinux.com/en/
https://github.com/lutris/lutris
https://github.com/lutris/docs
sudo add-apt-repository ppa:bamboo-engine/ibus-bamboo
sudo apt-get update
sudo apt-get install ibus ibus-bamboo --install-recommends
ibus restart
# Set ibus-bamboo as default keyboard
env DCONF_PROFILE=ibus dconf write /desktop/ibus/general/preload-engines "['BambooUs', 'Bamboo']" && gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'us'), ('ibus', 'Bamboo')]"
Add this into $HOME/.bashrc
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
pidof ibus-daemon > /dev/null || ibus-daemon -drx
On login run: Session And Startup
Compton is a standalone lightweight compositor for X (the graphic server on Linux systems). It provides 2D graphical acceleration and this allow us to drop shadows under the windows, make elements fade as they (dis)appear, draw (semi)transparent menus and notifications, etc.
sudo apt-get install -y compton
My house has a sofa, parents just get older, they shouldn't sit in the chair and stare in a big screen. That's cause health problem!
Using this software, you can plug in any device like a controller, gamepad. You can map any keyboard to that device. Feel free using computer while laying the bed!
AntiMicroX (Install this, new version): https://github.com/AntiMicroX/antimicrox
If you have a bluetooth card, life will be easier!
I'm learning how to use it right now to teach my mom to edit her video. She can say goodbye to Capcut & Kinemaster again!
Davinci Resolve (It's free): https://www.blackmagicdesign.com/products/davinciresolve
Never used GIMP before, but I'm decide to learn it!
GIMP: https://www.gimp.org/
My mom want to share her song through social media, you can install OBS to do that.
OBS: https://obsproject.com/