過去には、「Android TV Box」を購入することで間違いを犯しました。それは数年前のことであり、その仕様はYouTubeビデオを再生することさえできません。そこで、新しいPCを構築し、テレビを視聴したり、Webをサーフィンしたり、学習するためのOSとしてLinuxを選択することにしました。このリポジトリは、Linuxシステムがどのようなものかの統合です!軽いのでXFCEをDEとして選択しますが、まともなPC仕様がある場合は、好きなディストリビューションを選択できます。
このgithubには、新鮮なLinuxシステムでやりたいことすべてが含まれています。ハードウェアと使用するディストリビューションによっては異なります。だから、常にインターネットであなたの研究をしてください。 XFCE(Xubuntu、Linux Mint、Debian、..)を選択した場合、私のように物事はあなたにとって簡単になります。
最高のUSBブーテブル: https://github.com/ventoy/Ventoy
私はタオバオから安いものを買うので、いつも注意してください。
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
Ublock Origin: https://github.com/gorhill/uBlock
YouTube Auto Skipスポンサー: https://github.com/ajayyy/SponsorBlock
YouTube Non Stop: https://github.com/lawfx/YoutubeNonStop
私は日本人です: 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を使用してすべてをインストールします。外観メニューでテーマとアイコンを選択します。ウィンドウマネージャーでも選択することを忘れないでください。
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 = nvidia++stutter+linux&oq = nvidia+drivers+drivers+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.pyLinuxでバグの小さなウィンドウを修正する方法:
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
LinuxのManga&Anime Downloader: 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 Systemsのグラフィックサーバー)のスタンドアロンの軽量コンポジタです。 2Dグラフィカルアクセラレーションを提供するため、Windowsの下に影を落とし、要素が表示されると(DIS)描画(Semi)透過メニューと通知などが衰退します。
sudo apt-get install -y compton
私の家にはソファがあり、両親は年をとって、椅子に座って大画面を見つめてはいけません。それは健康問題を引き起こします!
このソフトウェアを使用して、コントローラーのゲームパッドなどのデバイスをプラグインできます。任意のキーボードをそのデバイスにマッピングできます。ベッドを敷設しながらコンピューターを使用してお気軽に!
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/