Debian 10(buster) and common software installation
Debian Buster installation
basic installation(on Thinkpad X1 Carbon)
- Getting Started from official: www.debian.org
- Obtain a copy(buster alpha5 DVD-1.iso): Free software;or include firmware
- installation instructions
- Prepare USB stick
- Windows: win32diskimager
- Linux:
cp debian.iso /dev/sdX && sync
configure & tweaks
- Gnome Tweaks: Adwaita Dark; Font size 11(default); Scaling factor: 1.25
- Flathub setup for Gnome Software
- sudo setup
sudo usermod -aG sudo <username>
tips
- Debian butter is testing, but Debian testing is stable enough
- Download a DVD-1.iso instead of netinst to avoid network trouble.
- intel wifi drivers: iwlwifi Note:extract to usb stick
dpkg -X ./xxx.deb folder
Common Software installation
Rime(Chinese input)
- Setup Chinese Language first
$ sudo vi /etc/locale.gen # undo comment zh.CN.UTF-8 UTF-8 $ sudo /usr/sbin/locale-gen # gnome-settings/Region & Language, select 汉语
- install ibus-rime
sudo apt install ibus-rime
- ibus-setup
- gnome-settings/Region & Language, select English
- tips:
ctrl+
`, Atom has ibus issue
Atom
- install: Gnome-software with Flathub
- Themes: Solarized light; (Settings Font size:16)
- Custom keybindings(Edit/Keymap):
'atom-text-editor': 'ctrl-left': 'editor:move-to-beginning-of-line' 'ctrl-right': 'editor:move-to-end-of-line'
- tweak font size: change atom ui font size; content font size: ctrl + ‘+’
- Packages for javascript: linter, linter-js-standard
- 12-favorite Atom tips
Firefox
- extensions: NoSquint Plus(Zoom 125%, text 100%)
- Customize firefox: uncheck title bar
- or use flatpak version: Gnome-software with Flathub repository
Debian & Gnome useful tips
- Gnome Help / Useful keyboard shortcuts:
- Super: 1. search & launch: apps & settings
- Super + Tab, Super + `
- Super + Arrow up: Maximize
- Super + Arrow down: Unmaximize
- Debian software installation methods
- install popular software from gnome-software
- install other software from apt-install
- install .deb with dpkg
- install executable software, and create gnome launcher shortcut