2014年1月31日 星期五

調適

大年夜聽到老公好友意外去世。
從事軟體的大部分是夜貓子,
白天到辦公室,
晚上腦筋思索細膩的程式細節,
45 year'old,
為其靈魂祈禱,

以前為了此問題,與老公爭吵,
休息,工作,運動要調節的。
命只一條,
雖已退休,但深知其中辛苦,
主佑其家人。

2014年1月28日 星期二

hinet 固定ip unbuntu

 sudo apt-get install pppoeconf
sudo pppoeconf

依序設定
user@ip.hinet.net and password

查詢
plog
ifconfig ppp0

中華電信給的固定ip:122.177.180.30
今天終於搞定ubuntu上網

中斷連線
sudo poff -a

2014年1月27日 星期一

自由軟體鑄造廠

http://ignatius1895.pixnet.net/blog/post/17964706

這是文佑部落格

經由他介紹我去認識了這個空間
https://www.openfoundry.org/
文佑的第一個自由專案(igntoolkit)
https://www.openfoundry.org/of/projects/2419

天啊!心思如此細膩的人,小時後所遇到的學校待遇是一般人無法想像的
真高興他是一個有理想有見地能完成夢想的人

2014年1月17日 星期五

ubuntu setting

參考https://help.ubuntu.com/community/ApacheMySqlPHP

1.$sudo apt-get install tasksel
2.$sudo tasksel install lamp-server
3.mysql: root
   password: hope1234
=======================
裝notepad++
http://sqlandplsql.com/2012/06/11/install-notepad-in-ubuntu-12-04/
 1. If you doesn’t have Wine installed, install it from Dashboard or terminal using sudo apt-get install wine
2. Go to Notepad++ website and download windows installer

Click on v6.5.3 installer
Choose Open with Wine Windows Program
Choose language.
Install. create short cut on Desktop

========================

sudo apt-get update; sudo apt-get install filezilla
 

============================
sudo apt-get install software-properties-common

2014年1月15日 星期三

我的虛擬主機設定

網站資料帶著跑
# Virtual hosts  把虛擬主機的設定打開
Include conf/extra/httpd-vhosts.conf  <---把#號刪除掉 (to delete the #)


-----------------------------------------------------------
C:\wamp\bin\apache\apache2.2.22\conf\extra\httpd-vhosts.conf
 NameVirtualHost *:80
  <VirtualHost *:80>
      DocumentRoot "C:\wamp\www"
      ServerName localhost
  </VirtualHost>

  <VirtualHost *:80>
     DocumentRoot "W:\webhope"
     ServerName webhope.local
    <Directory "W:\webhope">
       Order allow,deny
       Allow from all
    </Directory>
  </VirtualHost>

    <VirtualHost *:80>
     DocumentRoot "C:\wamp\apps\phpmyadmin3.5.1"
     ServerName mydb.local
    <Directory "C:\wamp\apps\phpmyadmin3.5.1">
       Order allow,deny
       Allow from all
    </Directory>
  </VirtualHost>    
 


---------------------------------------------------
C:\Windows\System32\drivers\etc\hosts
127.0.0.1       localhost
#::1             localhost
127.0.0.1        webhope.local
127.0.0.1        mydb.local

-----------------------------------------------------
電腦按右鍵選(管理)=>伺服器管理員=>磁碟機管理=>選定儲存設備按右鍵選(變更磁碟機代號及路徑)為W
=================
2021/11/05
wordpress學習
1.本機架站
http://localhost/wordpress
參考https://make9.tw/wordpress/teaching/localhost-wordpress-building/
淑本機WP架站學習網
hope 
1234
database
wordpress_tech
root