如果說沒有固定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
訂閱:
文章 (Atom)