openSUSE Leap 42.3 正式版 安裝小記
這次也是使用 USB 來進行安裝, 上次裝 42.3 是 2017年7月 :)
中文輸入法問題:
因為就算安裝 中文輸入法也沒有出現( 預設沒有輸入來源, 就算選了也是沒用 ), 所以就用之前的方式
移除 ibus
#yast2 sw_single
取消 ibus 套件
取消 USB 為安裝來源:
# yast2 repositories
Google Chrome:
Freemind:
我是使用 editors 那個來源的 ymp 檔案安裝
將.mm 的檔案指定用 freemind 開啟
新增 Packman 套件庫:
使用 #yast2 repositories 手動加入 NCHC Packman 套件庫
#yast2 repositories
URL 為
Firefox Sync:
登入 Firefox Sync, 會處理之前有下載的 Plugin
flash-player:
# zypper install flash-player
播放器:
# zypper install vlc
因為 mplayber 與 smplayer 不知道為何播放 .mp4 有點問題, 但是使用 VLC 就沒有問題
所以我就安裝 VLC Media player
並將 .rmvb 以及 .mp4 預設播放器設定為 VLC
安裝 ffmpeg ( 會把提供者從 openSUSE 換成 Packman )
# zypper install ffmpeg
這樣的好處是使用 youtube-dl 可以轉換 mp3 格式
透過 youtube-dl -F 來觀察可以下載的格式
> youtube-dl -F http://www.youtube.com/watch?v=13eLHrDcb1k
[youtube] Setting language
[youtube] 13eLHrDcb1k: Downloading video webpage
[youtube] 13eLHrDcb1k: Downloading video info webpage
[youtube] 13eLHrDcb1k: Extracting video information
Available formats:
22 : mp4 [720x1280]
18 : mp4 [360x640]
43 : webm [360x640]
5 : flv [240x400]
17 : mp4 [144x176]
指定要下載的格式進行下載 (請注意 -f 是小寫)
> youtube-dl -f 22 http://www.youtube.com/watch?v=13eLHrDcb1k
下載為 mp3
首先要安裝 ffmpeg 套件
>youtube-dl http://www.youtube.com/watch?v=13eLHrDcb1k --extract-audio --audio-format mp3
PDF Viewer 安裝:
Foxit
因為預設的 PDF Viewer 中文顯示有問題所以使用 Foxit
https://www.foxitsoftware.com/products/pdf-reader/
Skype:
目前的版本是 5.4.0 的版本
官方網站說
重要通知事項:所有 Linux 版 Skype 用戶端 4.3 版及較舊版本將於 2017 年 7 月 1 日停止服務。若要繼續使用聊天功能,請安裝最新的 Linux 版 Skype。
下載 RPM 版本用軟體安裝就裝好了 :)
使用 #yast2 sound 調整音效
Dropbox:
目前版本 2.10.0
使用 # zypper install dropbox 來安裝
安裝完之後在終端機下 dropbox start -i 來安裝
安裝 GNOME Control center
# zypper install yast2-control-center-gnome
然後修改 /etc/sysconfig/yast2
改為
WANTED_GUI="gtk"
修改 LS_OPTIONS 變數
# vi /etc/profile.d/ls.bash
把 root 的 LS_OPTIONS 的 -A 移除
.7z 支援:
# zypper install p7zip
imagewriter:
# zypper install imagewriter
用來製作開機 USB
以下為個人記事
rdesktop 安裝與測試:
#zypper install freerdp
執行方式
#xfreerdp -g 1280x1024 -u administrator HOST_IP
VMware workstation Pro 14:
安裝 kernel-default-devel
# zypper install kernel-default-devel
# ./VMware-Workstation-Full-14.0.0-6661328.x86_64.bundle
取消 “Enable virtual machine sharing and remote access”
Yubico Key:
如果 linux 沒有抓到 Yubico 的 U2F Key可以使用以下步驟
作法
存到 /etc/udev/rules.d/70-u2f.rules
將 linux 重開機, 接下來就可以使用了 :-)
smartgit 安裝:
下載 smartgit-linux-17_1_1.tar.gz
解壓縮到 /opt
# tar zxvf smartgit-linux-17_*.tar.gz -C /opt/
建立 link 讓一般使用者也能使用
# ln -s /opt/smartgit/bin/smartgit.sh /usr/local/bin/smartgit
安裝 git
# zypper install git
建立 個人的 ssh key
> ssh-keygen -t dsa
將 ssh 的公鑰 id_dsa.pub 新增到 Github 的 Settings -- > SSH and GPG Keys
接下來就是以一般使用者的身份執行 smartgit 指令
> smartgit
按照上面的參考設定
設定 smart git icon 使用 alacarte
在設定好之後如果發現無法直接開啟資料夾 ( 資料夾上面按右鍵 -- > Open )
在 Edit -- > Preferences --> 點選 Tools -- > 點選 Re-Add Defaults 得到解決
ansible 安裝:
目前版本 2.4.1
#zypper install ansible
安裝 pysphere:
為了 ansible and VMware Module
# zypper --gpg-auto-import-keys addrepo -f http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_Leap_42.3/devel:languages:python.repo
# zypper install python-pysphere
Docker 安裝:
目前版本 17.04.0-ce
#zypper install docker
#systemctl start docker
#systemctl enable docker
GNOME Extension:
參考調校小記
裝了
- TopIcon
- NetSpeed
Forticlient SSL VPN 安裝:
Dropbox 內2017/packages 的 source code
使用 forticlientsslvpn_linux_4.4.2323.tar.gz 內的 fortisslvpn.sh
印表機安裝:
# yast2 printer
~ enjoy it
參考
沒有留言:
張貼留言