跳至內容
WMの写本
使用者工具
登入
網站工具
搜尋
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
>
最近更新
多媒體管理器
網站地圖
您在這裏:
start
»
computer
»
os
»
linux
足跡:
computer:os:linux
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
======Linux====== * [[http://futurist.se/gldt/|GNU/Linux distro timeline]] * [[http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html|XDG Base Directory Specification]] * [[http://linuxfromscratch.org/|Linux From Scratch]] * [[http://linuxtv.org/|LinuxTV]] * [[https://01.org/linuxgraphics/|Intel Linux Graphics]] * [[http://www.infinality.net/|infinality]] * [[https://github.com/poelzi/ulatencyd|Ulatencyd]] * [[http://www.musl-libc.org/|musl libc]] * [[http://samwel.tk/laptop_mode/|Laptop Mode Tools]] * [[https://github.com/linrunner/TLP|TLP]] * [[https://www.softwarecollections.org/|Software Collections]] * [[https://01.org/zh/connman|ConnMan]] * [[http://netboot.xyz/|netboot.xyz]] * [[https://buildroot.org/|Buildroot]] * [[https://flathub.org/|Flathub]] * [[http://pipewire.org/|PipeWire]] * [[https://netplan.io/|Netplan]] * [[https://www.qubes-os.org/|Qubes OS]] ==== systemd ==== * [[https://fedoramagazine.org/systemd-getting-a-grip-on-units/|systemd unit file basics]] * [[https://fedoramagazine.org/systemd-using-journal/|systemd: Using the journal]] * [[https://fedoramagazine.org/systemd-masking-units/|systemd: Masking units]] * [[https://fedoramagazine.org/systemd-unit-dependencies-and-order/|systemd — unit dependencies and order]] * [[https://fedoramagazine.org/systemd-template-unit-files/|systemd: Template unit files]] * [[http://www.dedoimedo.com/computers/systemd-blame.html|Slow boot? Blame systemd!]] === 介面 === * [[https://github.com/mmstick/systemd-manager|Systemd Manager]] =====教學===== * [[http://linux.vbird.org/|鳥哥的 Linux 私房菜]] * [[http://www.tldp.org/|The Linux Documentation Project]] * [[http://nixsrv.com/llthw|Learn Linux The Hard Way]] ====手冊==== * [[http://www.kroah.com/lkn/|Linux Kernel in a Nutshell]] * [[http://lwn.net/Kernel/LDD3/|Linux Device Drivers]] * [[http://www.thegeekstuff.com/book/download.php?f=Linux-101-Hacks.pdf|Linux 101 Hacks]] * [[http://www.tuxradar.com/linuxstarterpack|Linux Starter Pack]] * [[http://www.advancedlinuxprogramming.com/|Advanced Linux Programming]] * [[http://tldp.org/guides.html#nag2|The Linux Network Administrator's Guide]] * [[http://debian-handbook.info/|The Debian Administrator's Handbook]] * [[http://blog.linuxgrrl.com/2014/04/16/the-selinux-coloring-book/|The SELinux Coloring Book ]] ====開發==== * [[http://www.man7.org/tlpi/|The Linux Programming Interface]] * [[https://perf.wiki.kernel.org/index.php/Tutorial|Linux kernel profiling with perf]] * [[https://fedoramagazine.org/performance-profiling-perf/|Performance profiling with perf]] =====視窗===== * [[http://fluxbox.org/|Fluxbox]] * [[https://github.com/Hjdskes/cage|Cage]] (kiosk) =====字型===== * [[http://wenq.org/|文泉驛]] * [[http://blog.pixnet.net/Nelson/post/217719|關於字型]] * Luxi Font<code>sudo apt-get install ttf-xfree86-nonfree</code> * Takao Font<code>sudo apt-get install ttf-takao-mincho ttf-takao-gothic ttf-takao-pgothic</code> =====遠端===== * [[https://www.winboat.app/|WinBoat]] (Windows) * [[http://freenx.berlios.de/|FreeNX]] * [[http://xrdp.sourceforge.net/|xrdp]]\\ http://www.vixual.net/blog/archives/524 * X11VNC * [[http://blog.yam.com/kenshinn/article/3180712]] * [[http://l12.lib.nctu.edu.tw/cgi-bin/bbscon?board=linux&file=M.1185097501.A&num=82]] * [[http://blog.ntut.idv.tw/2008/07/los-ubuntu-nstall-x11vnc.html]] * <code>x11vnc -o /home/wm/.x11vnc/x11vnc.log -forever -shared -noxdamage -many -bg -passwd 1234 -auth /var/lib/gdm/:0.Xauth</code> * 連上已登入的Session\\ <code>x11vnc -display :0</code> =====佈景===== * [[http://mokaproject.com/|Moka]] * [[http://www.bisigi-project.org/?lang=en|Bisigi Project]] * [[http://code.google.com/p/gnome-colors/|GNOME-Colors]] * [[http://snwh.org/paper/|Paper]] * [[https://github.com/tista500/Adapta|Adapta]] ====圖示==== * [[http://xenlism.github.io/wildfire/|Xenlism WildFire]] * [[https://github.com/vinceliuice/Fluent-icon-theme|Fluent icon theme]] ====游標==== * [[https://github.com/phisch/phinger-cursors|Phinger]] =====指令===== * [[http://www.cyberciti.biz/tips/spice-up-your-unix-linux-shell-scripts.html|10 Tools To Add Some Spice To Your UNIX Shell Scripts]] * [[http://www.webupd8.org/2010/07/get-notified-when-job-you-run-in.html|Get Notified When A Job You Run In A Terminal Is Done, Using NotifyOSD]] * [[http://www.webupd8.org/2011/07/how-to-get-hardware-information-in.html|How To Get Hardware Information In Linux]] * [[http://blog.longwin.com.tw/2011/08/linux-process-id-status-2011|Linux 查看 Process ID 目前的詳細狀態]] * 更改使用者密碼\\ <code>passwd [username]</code> * 設定新增使用者的家目錄\\ <code>sudo useradd -d /home/work workers</code> * 重新執行上一個忘了加上sudo的指令\\ <code>sudo !!</code> * 影片轉檔\\ <code>mencoder out.ogv -o out.avi -oac mp3lame -ovc lavc</code> * Reveal your top ten most used terminal commands\\ <code>history | awk '{print $2}' | sort | uniq -c | sort -rn | head -10 </code> * 列出音樂庫\\ <code>tree -dN -L 4 -T 音樂庫 -H "" -o music.html /media/music/Music/ --nolinks --charset=UTF-8</code> * NTFS Mount<code>/dev/sdb5 /media/music ntfs-3g ro,locale=zh_TW.UTF-8 0 0</code> * GRUB修復 <code> sudo fdisk -l sudo -i mkdir /media/tempdir mount /dev/sda7 /media/tempdir grub-install --root-directory=/media/tempdir /dev/sda sudo update-grub2 </code> * 掛載UFS<code>sudo mount -r -t ufs -o ufstype=ufs2 /dev/sdc1 /home/ftp</code> * 硬碟UUID * <code>ls -l /dev/disk/by-uuid/</code> * <code>sudo fdisk -l</code> * <code>sudo blkid /dev/sda</code> * /etc/fstab <code>UUID=81b0da69-9d6c-404b-a49c-e63446a9046a /home/storage ext4 defaults 0 2</code> * 網路介面修改<code>/etc/network/interfaces</code><code>sudo /etc/init.d/networking restart</code> * [[http://yes.dyndns.tv:84/dom/blog/fdisk.htm|4K fdisk]] * [[https://tlhp.cf/dnf-in-action-guide/|DNF in Action]] * [[http://landoflinux.com/linux_dnf_command_examples.html|DNF COMMANDS]] =====手寫===== * [[http://code.google.com/p/ibus-handwrite/|ibus-handwrite]] * [[http://tegaki.sourceforge.net/|Tegaki]] * [[http://tomoe.sourceforge.jp/|Tomoe]] * [[http://risujin.org/cellwriter/|CellWriter]] =====擺飾===== * [[http://www.screenlets.org/|Screenlets]] * [[http://gdesklets.de/|gDesklets]] ===== 桌面 ===== * [[https://calamares.io/|Calamares]] ====GNOME==== * [[http://sindhus.bitbucket.org/learn-programming-in-gnome.html|Learn programming in GNOME]] * [[https://wiki.gnome.org/Apps/Builder|Builder]] * [[https://github.com/GNOME/gnode|gnode]] * [[https://gjs.guide/|GNOME Javascript]] ===Extension=== * [[https://extensions.gnome.org/extension/3843/just-perfection/|Just Perfection]] * [[https://gitlab.com/adeswantaTechs/shell-configurator|Shell Configurator]] * [[https://github.com/zhanghai/gnome-shell-extension-transparent-top-bar|Transparent Top Bar]] * [[https://github.com/SUPERCILEX/gnome-clipboard-history|Gnome Clipboard History]] * [[https://github.com/ubuntu/gnome-shell-extension-appindicator|AppIndicator/KStatusNotifierItem support for GNOME Shell]] * [[https://extensions.gnome.org/extension/427/workspaces-to-dock/|Workspaces to Dock]] * [[https://github.com/kgshank/gse-sound-output-device-chooser|Sound Input & Output Device Chooser]] * [[https://github.com/aleho/gnome-shell-volume-mixer|GNOME Shell Volume Mixer]] * [[https://extensions.gnome.org/extension/783/tracker-search-provider/|Tracker Search Provider Extension]] * [[http://gfxmonk.net/shellshape/|shellshape]] * [[https://github.com/iacopodeenosee/EasyScreenCast|EasyScreenCast]] * [[https://github.com/dmo60/CoverflowAltTab|CoverflowAltTab]] * [[https://github.com/daniellandau/switcher|Switcher]] * [[https://micheleg.github.io/dash-to-dock/|Dash to dock]] * [[https://github.com/jderose9/dash-to-panel|Dash to Panel]] * [[https://github.com/felipeborges/gnome-shell-extension-focusli|Focusli]] * [[https://gitlab.com/jenslody/gnome-shell-extension-panel-osd|Panel OSD]] * [[https://github.com/Schneegans/Desktop-Cube|Desktop Cube]] * [[https://github.com/atareao/battery-status|Battery Status]] ====Xfce==== * [[http://xfce.org/|Xfce Desktop Environment]] * [[http://gottcode.org/xfce4-whiskermenu-plugin/|Whisker Menu]] * [[http://xfdashboard.froevel.de/|xfdashboard]] =====Distro===== * [[http://elementaryos.org/|elementary]] * [[https://quassy.github.io/elementary-apps/|elementary apps]] * [[https://liri.io/|Liri]] * [[http://www.slax.org/|Slax]] * [[http://www.centos.org/|CentOS]] * [[https://regolith-linux.org/|Regolith]] ====Ubuntu==== * [[http://www.ubuntu.com/|官方網站]] * [[http://www.ubuntu-tw.org/|正體中文站]] * [[http://ubuntu-manual.org/|Ubuntu Manual]] * [[http://askubuntu.com/questions/28086/keyboard-shortcuts-in-unity|Keyboard shortcuts in Unity]] * [[http://ubuntu-tweak.com/|Ubuntu Tweak]] * [[https://fixubuntu.com/|Fix Ubuntu]] * [[http://sourceforge.net/projects/uck/|Ubuntu Customization Kit]] * [[http://www.geekconnection.org/remastersys/|Remastersys]] * [[https://launchpad.net/ubuntu-packaging-guide|Ubuntu Packaging Guide]] ===佈景=== * [[https://github.com/hardpixel/unite-shell|Unite Shell]] ===桌布=== * [[http://ubuntu.ecchi.ca/wallpapers/|The Unofficial Ubuntu Wallpaper Archive]] * [[http://edubuntu.org/wallpapers|Edubuntu Wallpapers]] * [[http://petrsimcik.deviantart.com/art/Ubuntu-Invasion-wallpaper-186985809|Ubuntu Invasion wallpaper]] * [[https://github.com/iabem97/komorebi/|Komorebi]] ===應用=== * [[https://launchpad.net/kernelcheck|KernelCheck]] * [[http://do.cooperteam.net/|GNOME Do]] * [[https://github.com/ManuelSchneid3r/albert|Albert]] * [[https://launchpad.net/synapse-project|Synapse]] * [[http://gloobus.net/|Gloobus]] * [[https://launchpad.net/cardapio|Cardápio]] * [[https://launchpad.net/gnomenu|GnoMenu]] * [[https://www.thregr.org/~wavexx/software/screenkey/|Screenkey]] * [[https://launchpad.net/earcandy|earcandy]] * [[http://code.google.com/p/betaradio/|betaradio]] * [[http://www.gtkpod.org/|gtkpod]] * [[http://wall-changer.sourceforge.net/|Wallch]] * [[https://launchpad.net/variety|Variety]] * [[http://software.twotoasts.de/index.php?/pages/catfish_summary.html|Catfish]] * [[https://launchpad.net/mounty|Mounty]] * iBus的新酷音\\ <code>/usr/share/libchewing3</code> * [[http://ycfunet.blogspot.com/2008/04/blog-post_07.html|新酷音自訂詞彙心得]] * [[http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=25722&forum=10&post_id=126552|Hichannel on rhythmbox]] * [[http://ubuntu543.blogspot.com/2010/08/ubuntu-easystroke.html|easystroker正體中文]] * [[http://ubuntu543.blogspot.com/2010/08/easystroke-profile.html|Easystroke profile 進階設定]] ===秘訣=== * [[http://kadok0520.pixnet.net/blog/post/25734079|自製你的ubuntu Live 光碟]] * [[http://playubuntu.blogspot.com/2010/12/ubuntu.html|改善 Ubuntu 登入桌面時間過長另一解法]] * [[http://www.ubuntumini.com/2009/05/remove-pop-up-update-manager.html|Remove The Pop-Up Update Manager]] * VGA MODE 1280x1024<code>vga=795</code> * [[http://ubuntu-install.blogspot.com/2011/05/convert-img-cue-bin-mdf-nrg-to-iso.html|Convert IMG, CUE, BIN, MDF, NRG to ISO]] * [[http://thepcspy.com/read/building-a-kiosk-computer-ubuntu-1404-chrome/|Building a kiosk computer with Ubuntu 14.04 and Chrome]] ==Optimization== * 記憶體有限時<code>sudo apt-get install zram-config</code> * 應用程式預載<code>sudo apt-get install preload</code> * [[http://www.upubuntu.com/2012/06/11-tips-to-speed-up-computers-running.html|11 Tips To Speed Up Computers Running Ubuntu 12.10/12.04/Linux Mint 13 (Maya)]] * [[https://docs.google.com/document/d/1KzzotAAb9L471PO17Iiojq7jmm47ky5ceFNnHu0u5lA/edit|elementary OS Performance Optimization]] ====Fedora==== * [[http://fedoramagazine.org/|Fedora Magazine]] * [[http://copr.fedoraproject.org/|Copr]] * [[http://fedorautils.sourceforge.net/|Fedora Utils]] * [[http://easylifeproject.org/|easyLife]] * [[https://fedorahosted.org/yumex/|Yum Extender]] * 初始啟動程式<code>gnome-session-properties</code> * [[http://fedoramagazine.org/how-to-play-audio-on-another-fedora-system/|How to play audio on another Fedora system]] * [[http://fedoramagazine.org/saving-laptop-power-with-powertop/|Saving laptop power with powertop]] * [[https://fedoramagazine.org/gnupg-a-fedora-primer/|GPG: a Fedora primer]] * [[https://fedoramagazine.org/gpg-key-management-part-1/|GPG key management, part 1]] * [[https://fedoramagazine.org/gpg-key-management-part-2/|GPG key management, part 2]] ==Optimization== * 應用程式預載<code>sudo yum install preload</code><code>sudo systemctl enable preload.service</code> * 啟動服務管理<code>sudo yum install system-config-services</code><code>systemctl list-units</code> * 磁碟重組 e4defrag ,由 e2fsprogs 提供 =====Application===== * [[https://usebottles.com/|Bottles]] (Windows) * [[https://github.com/scottkirkwood/key-mon|Keyboard Status Monitor]] * [[http://corebird.baedert.org/|Corebird]] (Twitter) * [[https://github.com/calo001/fondo|Fondo]] (Wallpaper) * [[https://flathub.org/apps/details/com.system76.Popsicle|Popsicle]] (USB Drive) * [[https://flathub.org/apps/details/com.github.gi_lom.dialect|Dialect]] (Translate) * [[https://flathub.org/apps/details/com.github.bilelmoussaoui.Authenticator|Authenticator]] * [[https://flathub.org/apps/details/com.belmoussaoui.Decoder|Decoder]]
computer/os/linux.txt
· 上一次變更: 2025/11/09 00:34 由
wm
頁面工具
顯示頁面
舊版
反向連結
回到頁頂