如果說沒有固定IP
請使用 DDNS 的系統
然後 會需要 DDNS server
不斷 去 update 自己的 IP 給 自己的 DDNS
可以選擇使用軟體
或是 用 AP
都可
這裡有說明如何使用 software 去 作的方式
https://help.ubuntu.com/community/DynamicDNS
最常用的就是 ddclient
2014年10月31日 星期五
2014年10月17日 星期五
install ubuntu
for GPU driver
sudo apt-get updata ;
sudo apt-get install upgrades
很神奇 我的險卡 driver 舊貌似安裝好了
另外
要用 terminal 連進去 請先 apt-get install ssh
ubuntu 內建是沒有這樣的 軟體低
相關網指
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1266807
http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=47692
http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=268062
http://blog.xuite.net/chingwei/blog/25250116-%E3%80%90%EF%BC%AC%E3%80%91Ubuntu+%3A+%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%9D%E9%A1%AF%E7%A4%BA%E5%8D%A1%E9%A9%85%E5%8B%95%E7%A8%8B%E5%BC%8F+-+EnvyNG
http://tfeng.org/?p=4171
http://www.howopensource.com/2012/10/install-nvidia-geforce-driver-in-ubuntu-12-10-12-04-using-ppa/
https://sites.google.com/site/linuxcooltea/home/ubuntu-she-dingssh-yuan-duan-lian-xian-gong-neng
http://askubuntu.com/questions/336302/gpu-accelerated-chromium
sudo apt-get updata ;
sudo apt-get install upgrades
很神奇 我的險卡 driver 舊貌似安裝好了
另外
要用 terminal 連進去 請先 apt-get install ssh
ubuntu 內建是沒有這樣的 軟體低
相關網指
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1266807
http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=47692
http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=268062
http://blog.xuite.net/chingwei/blog/25250116-%E3%80%90%EF%BC%AC%E3%80%91Ubuntu+%3A+%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%9D%E9%A1%AF%E7%A4%BA%E5%8D%A1%E9%A9%85%E5%8B%95%E7%A8%8B%E5%BC%8F+-+EnvyNG
http://tfeng.org/?p=4171
http://www.howopensource.com/2012/10/install-nvidia-geforce-driver-in-ubuntu-12-10-12-04-using-ppa/
https://sites.google.com/site/linuxcooltea/home/ubuntu-she-dingssh-yuan-duan-lian-xian-gong-neng
http://askubuntu.com/questions/336302/gpu-accelerated-chromium
2014年10月14日 星期二
2014年8月4日 星期一
使用 opengrok 在 ubuntu 13.04 上面
使用 opengrok 去 找 source code
基本上 以這一分 為主
http://blog.csdn.net/weihan1314/article/details/8944291
要注意的事情是 第一 如果用 ubuntu 13.0.4 版本
則 首先 要去安裝 sudo apt-get install exuberant-ctags
第二件事 :
我自己測試的經驗和 結果 不要去更改 web.xml 裡面的東西
接下需要更改/data_2/tools/apache-tomcat-7.0.40/webapps/source/WEB-INF目录下的web.xml配置文件
下面這一段 不用去改動他
最後 就是 有一些寫在 Opengrok 裡面的 環境變數 要注意 有些要自己設定 寫在 ~~/.bashrc
例如
export OPENGROK_TOMCAT_BASE=/home/CODE/tool/apache-tomcat-7.0.55 // ( 安裝 tomcat 的地方 )
以及 export JAVA_HOME=/home/andy_li/tools/jdk_1.6.0. // (安裝 java 的地方)
最後 附上我的版本
opengrok 0.11.1
tomecat 7.0.55
java SE 1.6
補充資料
這個外國人寫的教學也相當的好
可供參考
http://bytesthink.com/blog/?p=184
2014年6月10日 星期二
2014年6月9日 星期一
2014年6月6日 星期五
scp 教學
http://web.presby.edu/support/Terminal/scp.html
the following has many example in describing how to using the scp command
http://www.hypexr.org/linux_scp_help.php
basic
scp -r remote_user@remote_ip:/home/"the file I need to transfer" /home/"local path to put"
-r : means recursive copy the file
the following has many example in describing how to using the scp command
http://www.hypexr.org/linux_scp_help.php
basic
scp -r remote_user@remote_ip:/home/"the file I need to transfer" /home/"local path to put"
-r : means recursive copy the file
2014年4月28日 星期一
linux version and kernel version
1. 看Linux版本
# cat /etc/issue*
----------------------------------------------
CentOS release 5.5 (Final)
Kernel \r on an \m
CentOS release 5.5 (Final)
Kernel \r on an \m
----------------------------------------------
----------------------------------------------
CentOS release 5.5 (Final)
Kernel \r on an \m
CentOS release 5.5 (Final)
Kernel \r on an \m
----------------------------------------------
2. 看Kernel的版號
# uname -a
or
# uname -r
2014年2月11日 星期二
centos X stop and start
init 3
This will stop X and X logins
Configure your X
startx
Test your x. Then exit the session.
init 5
This restarts X logins.
in inittab ----> ???
在 這個檔案裏面這樣改
/etc/inittab
id:5:initdefault: x server 被開啟
id:3:initdefault x server 預設 被關掉
This will stop X and X logins
Configure your X
startx
Test your x. Then exit the session.
init 5
This restarts X logins.
in inittab ----> ???
在 這個檔案裏面這樣改
/etc/inittab
id:3:initdefault x server 預設 被關掉
2014年1月31日 星期五
ls 改變 目錄顏色
把 ~/.bashrc 改成下面 則 ls 下的 藍色會變成 blue
要注意 如果適用 putty 請在 colous 那邊 選擇
indicate the bold color by the changes 不要設成 by front ( 這邊顏色是否會是 bold 由terminal 這邊決定 )
LS_COLORS="no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;3
2:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31
:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp
=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:"
2:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31
:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp
=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:"
export LS_COLORS
2014年1月17日 星期五
linux 分割硬碟
先下載
gparted
或是直接使用 kde 分割區管理員 進行 分割
然後 就可以 有結果
玩了以後 應該會變成 /dev/sda
再把他 mount 上去 即可
標籤 就是 類似 D 曹 這種東西
gparted
或是直接使用 kde 分割區管理員 進行 分割
然後 就可以 有結果
玩了以後 應該會變成 /dev/sda
再把他 mount 上去 即可
標籤 就是 類似 D 曹 這種東西
訂閱:
文章 (Atom)