If your want remote server use default Port, then you just use command:
$ ssh yourremotename@ipaddress
$ sftp yourremotename@ipaddress
If remote server have setting special port then use command:
$ ssh yourremotename@ipaddress -p yourportnumber
$ sftp -oPort=yourportnumber yourremotename@ipaddress
2014年6月4日 星期三
2014年5月26日 星期一
How to update/install openssl version 1.0.1g on Ubuntu 14.04 (Solve Openssl Heartbleed problem)
- Check your openssl version used command $ sudo openssl version
- If your version not 1.0.1g or 0.9.8, suggest to update openssl to 1.0.1g.
- Remove original openssl $ sudo apt-get purge openssl
- $ sudo
apt-get autoremove && apt-get autoclean Download 1.0.1g source$ ./config --prefix=/usr/$ make$ make install_swUsed command $ sudo openssl version check your openssl version.
Reference:make: *** [install_docs] Error 255Documentation fixes for openssl-1.0.1g(Ubuntu 14.04)Upgrade OpenSSL on Ubuntu 14.04
2014年5月14日 星期三
How to install Skype in Ubuntu 14.04
- I used operation system is 32Bit, Xfce.
- Download source code from Skype.
- $ apt-get install gdebi-core
- $ gdebi skype-ubuntu-precise_4.2.0.13-1_i386.deb
2014年5月5日 星期一
How to install Libreoffice used source code
- First Download Source Code.
- Decompress file.
- Go to path $ cd {your file path}/RPMS/ or $ cd {your file path}/DEBS/
- Install $ yum localinstall *.rpm (CentOS, Fedora) or $ dpkg -i *.deb (Ubuntu, Debian)
- Finish.
2014年5月2日 星期五
How to change Linux default Java compiler
- Linux Java default is OpenJDK, I want to change Oracle Java SDK.
- Download Oracle Java SDK
- $ /usr/sbin/update-alternatives --install /usr/bin/java java "your download path"/bin/java 99
- $ /usr/sbin/update-alternatives --config java
- Choice your Oracle Java SDK.
- Finish.
Gcin 安裝嘸蝦米
1. 首先先上Google搜尋 nosseing,下載相關檔案.
2. 解壓縮後將nosseing.gtab覆製到 /usr/share/gcin/table/
3. 重新開機即可使用無蝦米.
2. 解壓縮後將nosseing.gtab覆製到 /usr/share/gcin/table/
3. 重新開機即可使用無蝦米.
2014年5月1日 星期四
OpenSUSE 13.1 64Bit Install flash player
User just need click this connection. then system will auto-install.
http://software.opensuse.org/package/flash-player
http://software.opensuse.org/package/flash-player
訂閱:
文章 (Atom)