2016年7月31日 星期日

IEEE公布2016年熱門程式語言排行榜:C語言最熱門、大數據相關語言成長快


資料來源: http://www.bnext.com.tw/article/view/id/40380

原始資料來源如下
http://spectrum.ieee.org/static/interactive-the-top-programming-languages-2016
這裡還可以看到其他更多的說明, 例如 驅勢、工作...


2016年7月23日 星期六

CentOS 7.2 server

CentOS 7.2 Server  的幾篇重要設定文章.

整體設定 (Linux, apache, mariadb, php)
https://www.atlantic.net/community/howto/install-lamp-centos-7/
https://www.howtoforge.com/apache_php_mysql_on_centos_7_lamp

firewall 設定
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-using-firewalld-on-centos-7

network 設定
http://www.tecmint.com/configure-network-interface-in-rhel-centos-7-0/

2016年7月15日 星期五

ubuntu 1604 的 php 升級為 php7.0 了


sudo apt-get install apache2 mariadb-server mariadb-client php7.0  libapache2-mod-php7.0 php7.0-mysql phpmyadmin php7.0-curl php7.0-gd  php-pear  php-imagick  php7.0-imap php7.0-mcrypt php-memcache  php7.0-pspell php7.0-recode php7.0-snmp php7.0-sqlite3 php7.0-tidy php7.0-xmlrpc php7.0-xsl php-mbstring php7.0-mbstring php-gettext p7zip*

另, 預設 mysql 不會要我們輸入密碼, 所以, 在啟動後, 要 sudo mysql -uroot -p 不用密碼直接登入, 再用 grant all on *.* to root@localhost identified by '123456';  指定新的密碼.

底下這篇還滿詳細的
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
http://www.geoffstratton.com/ubuntu-1604-web-server-nginx-mariadb-redis-and-drupal-7