في الماضي ، ارتكبت خطأً من خلال شراء "Android TV Box". كان ذلك قبل بضع سنوات ، ولا يمكن لمواصفاته حتى تشغيل فيديو YouTube. لذلك قررت إنشاء جهاز كمبيوتر جديد واختيار Linux كنظام التشغيل لمشاهدة التلفزيون وتصفح الويب والتعلم. هذا المستودع هو توليف لما سيكون عليه نظام Linux! اخترت XFCE كـ DE لأنه خفيف ولكن إذا كان لديك مواصفات كمبيوتر لائقة ، فيمكنك اختيار أي توزيعات تريدها!
يتضمن هذا github كل ما تريد القيام به على نظام Linux جديد ، ويختلف الأمر اعتمادًا على أجهزتك وتوزيعيك التي تستخدمها. لذلك دائما القيام بحثي على الإنترنت. إذا اخترت XFCE (Xubuntu ، Linux Mint ، Debian ، ..) مثلي ، ستكون الأمور أسهل بالنسبة لك لأنها تعمل بالنسبة لي.
أفضل USB قابلة للتمهيد: https://github.com/ventoy/Ventoy
أنا أشتري أشياء رخيصة من Taobao ، لذلك كن دائمًا حذرًا.
sudo apt-get install gsmartcontrol
sudo gsmartcontrol جميع المستخدمين: sudo chmod 777 <foldername>
مستخدم محدد:
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 المنشور الأصلي: https://www.computernetworkingnotes.com/linux-tutorials/how-to-configure-raid-in-linux-step-by-step-guide.html
اختر RAID 1 أو RAID 5 لأمان أفضل.
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/md0iwconfig # 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 bluetoothsudo apt-get install pavucontrol
pavucontrolpactl list short sources
pactl set-default-source < name >arecord --duration=5 --format=dat test-mic.wav
aplay test-mic.wavpactl 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 يجب ألا يضيع الآباء الوقت في التكنولوجيا ، كل ما يحتاجون إليه سريع وجودة.
sudo apt-get remove gnome-keyring sudo apt install seahorse
إنه لأمر مزعج للغاية عند لعب اللعبة ، لذلك قررت تعطيل هذه الميزة.
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 0Screensaver - > 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 ثوريوم ، اخترتك: https://github.com/Alex313031/thorium
Create desktop file
Exec=<path> --password-store=basic
Done! No need to type passwd anymore.
الشعار: https://github.com/Alex313031/thorium/blob/main/logos/NEW/product_logo_2048.png
Oblock Origin: https://github.com/gorhill/uBlock
YouTube Auto Skip الراعي: https://github.com/ajayyy/SponsorBlock
youtube non stop: https://github.com/lawfx/YoutubeNonStop
أنا Japanophile: https://github.com/FooSoft/yomichan && https://learnjapanese.link/dictionarie
السمات: git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git --depth=1
الرموز: git clone https://github.com/vinceliuice/WhiteSur-icon-theme
خلفيات: git clone https://github.com/vinceliuice/WhiteSur-wallpapers
استخدم install.sh لتثبيت الكل. اختر السمة والرموز في قائمة المظهر. لا تنسى اختياره في Window Manager أيضًا.
sudo apt update
sudo apt install plank
plank في تشغيل تسجيل الدخول: 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" المزيد من الروابط. 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 -usudo 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 autoclean3.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 هو أفضل 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كيفية إصلاح النافذة الصغيرة على Linux:
cd ./app/components/views/ocr
sudo nano base.pyclass 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) اذهب دائمًا مع MPV ، لأنني أحب جمل التعدين: https://github.com/mpv-player/mpv
باستخدام Anki ، سوف يساعدك في التعامل مع ADHD: https://apps.ankiweb.net/
.bashrc
alias anki= " QTWEBENGINE_DISABLE_SANDBOX=1 anki " https://github.com/kovidgoyal/calibre
Manga & Anime Downloader لـ Linux: https://github.com/manga-download/hakuneko
https://www.blender.org/
الأفضل ، موثوق به: https://github.com/blueaxis/Cloe && https://github.com/kha-white/manga-ocr
أشرب الخمر:
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 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')] " export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
pidof ibus-daemon > /dev/null || ibus-daemon -drx في تشغيل تسجيل الدخول: Session And Startup
Compton هو مؤلف مستقل خفيف الوزن لـ X (خادم الرسوم على أنظمة Linux). إنه يوفر تسارعًا رسوميًا ثنائي الأبعاد وهذا يسمح لنا بإسقاط الظلال تحت النوافذ ، وجعل العناصر تتلاشى مع ظهورها (DIS) ، ورسم قوائم وإشعارات شفافة ، إلخ ، إلخ.
sudo apt-get install -y compton
بيتي لديه أريكة ، والآباء يكبرون فقط ، ولا ينبغي عليهم الجلوس على الكرسي ويحدقون في شاشة كبيرة. هذا هو سبب مشكلة صحية!
باستخدام هذا البرنامج ، يمكنك توصيل أي جهاز مثل وحدة تحكم ، gamepad. يمكنك تعيين أي لوحة مفاتيح لهذا الجهاز. لا تتردد في استخدام الكمبيوتر أثناء وضع السرير!
Antimicrox (تثبيت هذا ، إصدار جديد): https://github.com/AntiMicroX/antimicrox
إذا كان لديك بطاقة Bluetooth ، فستكون الحياة أسهل!
أنا أتعلم كيفية استخدامه الآن لتعليم أمي تحرير الفيديو الخاص بها. يمكنها أن تقول وداعًا لـ Capcut & Kinemaster مرة أخرى!
Davinci Resolve (إنه مجاني): https://www.blackmagicdesign.com/products/davinciresolve حلز
لم تستخدم GIMP من قبل ، لكنني قررت أن أتعلم ذلك!
gimp: https://www.gimp.org/
تريد أمي مشاركة أغنيتها من خلال وسائل التواصل الاجتماعي ، يمكنك تثبيت OBS للقيام بذلك.
OBS: https://obsproject.com/