2015年10月30日 星期五

Aspire 4830TG 設定

用了四年的電腦,如今想作為各種系統的測試(其實一直在玩XD),最近想說實驗室是用 CentOS 作為作業系統,而 Fedora 系列這塊以前也比較少碰,就來玩玩吧

2015年10月29日 星期四

Aspire V 13 設定

在這台機器上裝 Ubuntu 還是有些問題,這邊紀錄安裝的軟體及修改的參數等等。

20151029(Thu)

今天下午沒什麼事,便去光華把平板拿去送修了。
畢竟已經不能開好多天了。
有趣的是,店員問我:「有什麼問題。」
「就……,打不開」
「嗯?打不開?那可過電嗎?」
「這……過電是什麼?」
「就是充電的時候燈有沒有亮啊。」
「可是……這玩意兒沒這設計啊。」
「……」
「……」
OS:「怪我囉?」

之後順道逛了逛,終於買了個耳機(原本的戴起來耳朵實在不舒服),音質真心不錯。邊聽邊回去,感覺人生得到了昇華。
(audio-technica ATH-AVC3000)
就是線長了點,三米……,這是要我……?

2015年10月27日 星期二

簡單架設 server

並無其他安全設定,僅僅禁止 root 登入,這只是方便遠端操作電腦。
~$ sudo apt-get install openssh-server
~$ sudo /etc/init.d/ssh restart

2015年10月26日 星期一

Ubuntu 14.04 system report

When the system crash, and after restart the computer, Ubuntu would remind you to report the problem.
But it would appear always and there may be not problem.

Solved: Just remove the crash log...
sudo rm /var/crash/*

2015年10月10日 星期六

node scratch clean

 開機及每週都會清理一次,放在

/etc/cron.weekly/node_maintenance.cron

2015年10月1日 星期四

Ubuntu 14.04

I've used Ubuntu Mate 15.04 in my laptop Acer Aspire V3-371-507P, but it seems that the OS has some problems ( I think it's the capability, the laptop always has many problems XD), and the most severe problem is the screen resolution, it would flash and I try to upgrade the intel HD driver but it doesn't work. I think that the origin of the screen doesn't fit my laptop. So I return to use the Ubuntu 14.04 LTS version, it may more stable. Now it looks good. The environment setting I have put on this blog, .vimrc and .bash_alias.

.bash_aliases

bash environment 相關設定

alias fantancy='ssh -X dimsplendid@140.112.251.109' # my home computer
alias helios='ssh -X dimsplendid@helios.ch.ntu.edu.tw' # lab server
alias eos='ssh -X dimsplendid@eos.ch.ntu.edu.tw' # lab server
alias work='cd /home/dimsplendid/MEGAsync/Project/PSII/min_cut/cluster'
alias ptt='ssh bbsu@ptt.cc'
alias qdas='cd /home/dimsplendid/MEGAsync/Project/PSII/qdas-master'
alias program='cd /home/dimsplendid/MEGAsync/Project/PSII/min_cut_c_version'