顯示具有 X61 標籤的文章。 顯示所有文章
顯示具有 X61 標籤的文章。 顯示所有文章

2015年7月3日 星期五

Debian 8 Jessie的終端機程式選擇

工作機小黑 X61 前幾天升級到 Jessie,最不習慣的是gnome-terminal 升級後,無法更改 tab 標籤了。工作上我需要用到很多terminal,之前寫了個小script一次開啟多個terminal,自動ssh到需要管理的Linux server,自動更改terminal標籤,方便工作。現在不行了,怎辦?

測試了好幾個終端機模擬: guake / lxterminal / terminator / xfce4-terminal ,最後發現只有 xfce4-terminal 還可以從cli自動修改tab標籤名稱。

修改後的script如下:
#!/bin/bash

xfce4-terminal   --title="server1" -e "ssh server1  --tab  -e "ssh server2" --title="server2"  --tab  -e "ssh server3" --title="server3"  

2012年2月15日 星期三

Debian wheezy on Thinkpad X61

Debian wheezy on Thinkpad X61
Installing :
using weekly build iso ( 13-Feb-2012 ) from http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/

  1. Graphic install option not work.
  2. linux kernel 3.2.0
  3. use network mirror in US
  4. wait for 1 hour.. don't leave your seat, you will have to enter SMB workgroup name to continue.
  5. after first login, remove cdrom from source.lst
  6. for build-in Intel Wireless 3945 ABG ,  modify /etc/apt/source.lst ,  add non-free , then apt-get install firmware-iwlwifi
  7. enable trackpoint wheel emulation , apt-get install gpointing-device-settings , then run gpointing-device-settings, configure wheel emulation button:2   update: reference this page "Enabling TrackPoint scrolling in Debian Wheezy"
  8. browse https://extensions.gnome.org , install extra gnome-shell extensions
  9. apt-get install ibus ibus-anthy ibus-chewing fonts-arphic-ukai fonts-arphic-uming ( for traditional chinese support in English locale )
  10. apt-get install libcurl3 libxss1 , then download Google Chrome and install. After install Chrome, ln -s /opt/google/chrome/google-chrome.desktop ~/.local/share/applications/