2018年10月16日 星期二

Ubuntu 18.04

硬碟爆了,就重灌了 本來應該還是要裝Mint 19的,
但裝了之後,工作上的環境一直弄不起來@@
Chrome又老是自已閃退,所以又重裝了…
第二次裝Debian + xfce4,但抓不到Intel的網卡= =
就又重裝回ubuntu了
這次直上最新的版本 18.04

Chrome Browser

嘸蝦米輸入法:
$ sudo apt-get install ibus-rime

ibus + Rime (要去github repo下載蝦米的yaml)
Setting -> Region & Language -> Input Source -> + -> Chinese -> Chinese(Rime) 重新開機
熱鍵: (Setting = command line: gnome-control-center)
切換輸入法
    Setting -> Device -> Keyboard -> Typing -> Switch to next input source -> Ctrl + Space
開啟File manager
    Setting -> Device -> Keyboard -> + -> Command: xdg-open /home/user_name -> Super + E
Dock:
Position - bottom
    Setting -> Dock -> position on screen -> bottom
Size
    Setting -> Dock -> size -> 20
Display
 Setting -> Device -> Display -> Primary Display
Four Workspaces:
$ sudo apt-get install gnome-tweak-tool
$ gnome-tweaks
Workspace -> Static Workspaces
Workspace -> Workspaces span displays
or
$ sudo gnome-tweaks when gnome-tweaks some item can't choose. Then close it and use "gnome-tweaks" try again
Switch applications only on current workspace:
$ sudo apt-get install dconf-editor
$ dconf-editor
Navigate to: org -> gnome -> shell -> app-switcher
Set "current-workspace-only" to ON
Apt-get:
lib32gcc1 \ //for 32bit gcc
lib32stdc++6 \ //for 32bit gcc
lib32z1 \ //for 32bit gcc
cscope \ change to gtags, jump to here
exuberant-ctags \ //instead of ctags, change to universal-ctags
tig \ (用自已編譯的)
libncurses \
vim \

sudo apt-get install build-essential \
flex \
bison \
libelf-dev \
libelf1 \
libssl-dev \
checkinstall \
libltdl3-dev \
libncurses5 \
libncursesw5-dev \
libasound2-dev \
ninja-build \
clang \
clangd \
meld \
audacity \
wavesurfer \
minicom \
xsel \
cscope \
bzip2 \
net-tools \
curl \
unzip \
git \
git-lfs \
openjdk-8-jre \
pciutils \
kmod \
usbutils \
wget \
iputils-ping \
python3 \
python3-dev \
python2 \
python2-dev \
automake \
libcurl4-openssl-dev \
mtools \
genisoimage \
ripgrep \
silversearcher-ag \
qemu-user-static \
libudev-dev
Apt-get: (option)
sudo apt-get install pciutils\  //lspci
kmod\  //lsmod
usbutils\  //lsusb
wget\
iputils-ping\
Cross-compile:
sudo apt-get install gcc-aarch64-linux-gnu \
gcc-arm-linux-gnueabihf \ (手動載點)
g++-arm-linux-gnueabihf \
Cross-compile:(copy these files from target ARM board to host's /lib/arm-linux-gnueabihf)
ld-linux-armhf.so.3
libc_nonshared.a
libc.so.6

Java
$ sudo apt install openjdk-11-jre-headless
$ sudo apt install default-jre
$ sudo apt install default-jdk

ref: How To Install Java with Apt on Ubuntu 18.04

沒有留言:

張貼留言