學習樹莓派--Raspberry Pi
https://sites.google.com/site/raspberypishare0918/home/di-yi-ci-qi-dong/noobs-an-zhuang
安裝Linux系統
https://sites.google.com/site/raspberrypidiy/raspberry-pi/os/cht
Raspberry Pi2 與 Raspbian
http://yehnan.blogspot.tw/2015/02/raspberry-pi-2raspbian.html
...
2015年8月21日 星期五
2015年8月13日 星期四
2015年8月11日 星期二
2015年8月6日 星期四
20150806_Linux_RedHat_L4
安裝資料庫 MariaDB
圖形化:軟體
搜尋 "MariaDB"並安裝下列軟體:
-> The MariaDB server and related files
-> The test suite distrbuted with MariaD
-> A commity developed branch of MySQL
-> MariaDB benchmark scripts and data
-> Files for development of MariaDB/MySQL applications
-----------------------------
開啟...
2015年8月5日 星期三
DB
Oracle資料庫
https://zh.wikipedia.org/wiki/Oracle%E6%95%B0%E6%8D%AE%E5%BA%93
Oracle Database 12c 特色
http://www.codedata.com.tw/database/oracle-database-12c-new-features-1/
CentOS and RHEL7 : install Linux, Apache, MariaDB, PHP(LAMP) Stack
http://www.cyberciti.biz/faq/howto-install-linux-apache-mariadb-php-lamp-stack-on-centos7-rhel7/
資料庫管理
https://zh.wikipedia.org/zh-tw/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F
轉貼:為什麼好的Oracle...
RedHat Openshift
Openshift 教學
網址: https://sofree.cc/openshift-teach-1/
http://www.minwt.com/free/11085.html
GHOST WITH OPENSHIFT + NODE.JS + SQLITE
網址: http://zengpx.noicehalfsugar.tw/2013/12/26/ghost-with-openshift-node-js-sqlite/
轉貼:SQLite使用教學
網址:http://gisanfu.pixnet.net/blog/post/7941810-%E8%B...
2015年8月4日 星期二
20150804_Linux_RedHat_L3
1.架設ftp server
# cd /etc/yum.repos.d/
#vi RHEL7.repo
[RHEL70]
name=RHEL7
baseurl=ftp://localhost/pub
enable=1
gpgcheck=0
#systemctl enable vsftpd.service
#restorecon -R /var/ftp/pub
#firewall -cmd --permanent --add-service=ftp
#systemctl restart vsftpd.service <-...