顯示具有 實用軟體 標籤的文章。 顯示所有文章
顯示具有 實用軟體 標籤的文章。 顯示所有文章

2015年9月30日 星期三

[SSHFS]安裝設定使用(ssh遠端掛載目錄)


安裝
Centos 安裝套件後,使用者必須加入fuse群組才能使用FUSE功能
yum install fuse-sshfs
usermod -a -G fuse username
設定
新增/etc/fuse.conf,增加以下內容,掛載時才可以使用-o allow_other參數
# Allow non-root users to specify the 'allow_other' or 'allow_root'
# mount options.
#
user_allow_other
手動掛載
如果想要讓資料夾可以被帳號以外的其他使用者帳號存取可加入-o allow_other參數
sshfs -o allow_other username@IP:/path/to/folder /path/to/local/folder
手動缷載
fusermount -u /path/to/local/folder
開機自動掛載
/etc/fstab下新增 (SSH Trust要先做好!!!)
 username@ip:/path/to/folder /path/to/local/folder   fuse.sshfs idmap=user,identityfile=/home/username/.ssh/id_dsa,allow_other,uid=User_uid,gid=User_gid 0 0

資料來源:
http://blog.miniasp.com/post/2013/11/30/Useful-tool-SSHFS-SSH-Filesystem.aspx
http://what-a-good-day.blogspot.tw/2015/05/ssh-mount-linux.html
http://unix.stackexchange.com/questions/37168/unable-to-use-o-allow-other-with-sshfs-option-enabled-in-fuse-conf
http://fuse.sourceforge.net/
https://www.variux.com/sshfs-automount-at-boot-with-fstab-on-ubuntu-14-04/

2011年9月2日 星期五

實用工具:WineHQ(2011.11.22更新)

課程上介紹到的工具之一,WineHQ
http://www.winehq.org/

用途:安裝WineHQ讓Linux平台上也能夠執行微軟平台上的應用軟體,讚!!!




























安裝參考連結:






編譯需安裝的套件

yum install gcc*

yum install make

yum install gcc-c++.i386
yum install bison.i386
yum install libXi-devel.i386
yum install rpm-build.i386
yum install freetype-devel.i386

2011年3月27日 星期日

Teracopy傳輸檔案的好工具

Teracopy支援續傳功能這點蠻讚的!! 傳輸檔案的速度也不錯。






2010年10月8日 星期五

Inscape免費好用的向量繪圖工具

今年Tech Day 2010 HTML5+CSS3課程上有介紹的一個免費軟體,

Inscape (Open Source軟體)重點:它用於編輯SVG檔!HTML5用得到

Inscape官方網站:www.inkscape.org/


P.S:真是太好了,這套軟體剛好解決了工作上遇到的問題,問題如下,

如何將Cordraw(.cmx)轉成Illustrator CS2可開啟的檔案格式?

解決方法:Inscape開啟.cmx後,並另存為.eps檔即可在Illustrator CS2下開啟!讚!