下載lubuntu 15.04光碟進行安裝時,原本要安裝繁體中文,但安裝畫面顯示的中文(繁體)是亂碼,只好先安裝英文版再想辦法安裝中文介面
sudo vi /etc/default/locale
修改2行
LANG=”zh_TW.UTF-8”
LANGUAGE=”zh_TW:zh”
存檔後重新開機
登入後會提示是否要改成中文顯示的訊息
按確定後,介面就變成中文了
2015年4月30日 星期四
微軟今天發佈Windows 10 build 10074
微軟今天發佈Windows 10 build 10074
ISO下載連結
http://windows.microsoft.com/en-us/windows/preview-iso-update-1504
ISO下載連結
http://windows.microsoft.com/en-us/windows/preview-iso-update-1504
CentOS 7 關閉root使用SSH登入
關閉root使用SSH登入
vi /etc/ssh/sshd_config
#PermitRootLogin yes
修改為:
PermitRootLogin no
#systemctl restart sshd.service
整理一下apt-get工具的說明資料
整理一下apt-get工具的說明資料
資料來源:
http://people.debian.org.tw/~moto/debian/DebianLessPain/Debian-Install-Guide-5.html
使用apt-get更新軟體,需要先設定軟體資料來源,資料來源設定檔是/etc/apt/sources.list
/etc/apt/sources.list 內容格式
deb uri distribution [component1] [componenent2] [...]
deb
這一欄只有兩種寫法,分別為 『 deb 』 與 『 deb-src 』,前者表示所指向的為存放 binary 格式 ( 編譯好執行檔的軟體套件 )
軟體套件的伺服器位置,後者則為 sources 格式 ( 包含原始碼的軟體套件 ) 軟體套件的伺服器位置。
簡言之,一般我們只想要安裝該軟體而不想要去重新編譯它時,就在這一欄填入 『 deb 』 ,
如果你想取得某軟體的原始碼 ( sources code ) ,就得加入 『 deb-src 』 , 當然也可以兩行都寫,如下:
deb http://http.us.debian.org/debian stable main contrib non-free
deb-src http://http.us.debian.org/debian stable main contrib non-free
uri
uri 指的就是軟體套件來源位置,這些位置可以為系統內的某個位置 ( file ) 、可以為 CD-ROM ( cdrom ) 、
可以為網路遠端位置 ( http 、 ftp )..等等,當你下 apt-get 指令時,就會到這些位置去搜尋軟體資料庫。
總括來說一共有 file 、 cdrom 、 http 、 ftp 、copy 、rsh 、ssh 等幾個參數,而比較常用的參數如下列:
file
可以是你系統上的某個目錄,如下:
deb file:/home/moto/debian stable main contrib non-free
也可以是你 mount 到自己系統裡頭的遠端 NFS Server,如下:
deb file:/mnt/nfs-server stable main contrib non-free
cdrom
這裡當然就是指光碟機上光碟片裡的位置囉,例如:
deb cdrom:/dists stable main contrib non-free
http
透過 http 的協定傳送,例如:
deb http://http.us.debian.org/debian stable main contrib non-free
ftp 透過 ftp 的協定傳送,例如:
deb ftp://ftp.us.debian.org/debian stable main contrib non-free
distribution
參數可分為 『 stable 』 、『 testing 』 、『 unstable 』,詳細定義請參考 以水平的觀點來看 Debian 特有的三大族群制度:
stable、testing、unstable 一節。
stable
由 『 stable 』 這名詞就可以猜到八九分意思了吧,是的!這是 Debian 對外發行的版本,這個版本的最大特色就是穩定,
但相對的各個軟體套件則通常不是最新版。
這個版本適用在最需要穩定的 Server 架設環境,所安裝軟體較少也較為固定。
testing
『 testing 』 雖名為測試版,實則已經相當接近於 『 stable 』 版本的程度,這個版本的軟體多半是在 『 unstable 』 中經由維護、
開發人員不斷的測試之後流入,所以在某種程度來說,其實已經做過初步的檢測,這裡頭的軟體大多也是相當穩定的,而且個軟體套件也都會比 『 stable 』 裡頭的新,不過以軟體總量來說則比上 『 stable 』 及 『 unstable 』 中來的完整、來的多。
筆者強烈建議如果想把 Debian 拿來當作 Desktop 平台,『 testing 』 是個很不錯的選擇。
unstable
『 unstable 』對我來說才算是 『 測試版 』,這裡頭最大的特色就是軟體更新速度快,幾乎都與該軟體同步,因為太新相對的使用
『 unstable 』 的人也必須承擔更高的風險,有時候您可能會遭遇到一早更新完所有軟體後,發現有些軟體不能正常運作的狀況,
不過慶幸的是這種情形大概只會持續一兩天左右,因為我說過 『 unstable 』 的特色就是更新速度快,一旦有人回報問題,
維護的人很快就會作修正。
component
參數共分為 『 main 』、『 contrib 』、『 non-US 』、『 non-free 』 詳細定義,
請參考 以垂直的觀點來看 Debian 軟體的分佈:main、contrib、non-free、non-us 一節。
main
Debian distribution 最基本及主要且符合自由軟體規範的軟體 ( packages )。
contrib
這裡頭軟體雖然可以在 Debian 裡頭運作,即使本身屬於自由軟體但多半卻是相依於非自由 ( non-free ) 軟體。
non-free
不屬於自由軟體範疇的軟體。
non-us
這個分類裡頭的軟體都來自非美國地區,當中可能有牽扯到專利、加密..等等問題。
通常 sources.list會加入testing 和 stable來源,若在 testing找不到,會到stable找
在台灣,可以改用台灣的來源
台灣 debian mirror site 列表
淡江
deb http://ftp.tku.edu.tw/OS/Linux/distributions/debian/ testing main non-free contrib
deb http://ftp.tku.edu.tw/OS/Linux/distributions/debian/non-US testing/non-US main non-free contrib
debian 台灣
deb http://debian.linux.org.tw/debian woody main non-free contrib
deb http://debian.linux.org.tw/debian-non-US woody/non-US main non-free contrib
中山
deb ftp://ftp.nsysu.edu.tw/Linux/Debian/ testing main contrib non-free
deb ftp://ftp.nsysu.edu.tw/Linux/Debian/debian-non-US testing/non-US main contrib non-free
更新使用apt-get工具
apt-get update
軟體資料庫同步
這是『 apt-get 』指令的起點,在下達任何 『 apt-get 』 相關軟體安裝或升級指令前,一定得先下『 apt-get update 』指令,
這會讓系統依照 『 sources.list 』 設定檔內紀錄的軟體來源伺服器位置,進行軟體資料庫比對動作,
如此才能知道目前系統上安裝的軟體跟伺服器上可抓取的軟體版本是否一致,如不一致表示有更新版的軟體可以升級或安裝,
接下來的 『 apt-get install 、 apt-get upgrade 、 apt-get dist-upgrade..』才能完成後續動作。
apt-get install
軟體安裝
安裝軟體最怕的就是軟體間的相依、相斥關係,在 『 前言 』 裡頭筆者也提到過去使用的其他 GNU/Linux Distribution 的惱人經驗,
但是在 Debian 裡頭安裝軟體是一件非常愉悅的事情,只要 『 apt-get install 』一行指令簡簡單單輕輕鬆鬆即可完成,
所有相依、相斥 Debian 都會幫我們 take care ,您要做的就是 『 Say Yes 』。
apt-get remove
軟體移除
與 install 一樣,Debian 一樣會幫您處理移除軟體時所發生的相依問題。
apt-get upgrade
軟體升級
平常我們很難顧慮到系統上所安裝的數十甚至數百套軟體的版本是否有新版出現,
現在只要下這個指令 Debian 便會自動找出所有有新版的軟體套件並逐一升級。
apt-get dist-upgrade
系統升級
當轉移整個系統時,如 『 stable 』 轉換到 『 testing 』,或是系統運行好一段時間都應該下這個指令,
它會聰明的處理到很多軟體相依、相斥的問題。
apt-get source
如果您想取得某個軟體套件 ( packages ) 的原始碼可以透過這個指令達成。
apt-get clean
我們透過 apt-get 安裝的任何軟體都會先下載到 『 /var/cache/apt/archives/ 』及 『 /var/cache/apt/archive/partial/ 』 目錄底下,
一般預設 apt-get 在安裝完軟體後是不會把上述位置底下的 『 .deb 』 殺除,一段時間後您如果覺得系統空間不足,
您可以下 『 apt-get clean 』讓系統自動清理這個目錄。
apt-get autoclean
類似 『 apt-get clean 』,下此參數時 apt-get 在安裝完畢後會自動刪除該軟體的 『 .deb 』 檔。
apt-get check
apt-get 不是萬能,有時候也是會出現問題,遇到有問題的時候您可以下 『 apt-get check 』來診斷問題所在。
apt-get remove --purge 'deborphan' ( 清除系統多餘的 library )
當您使用 debian 一段時間後,如果您經常安裝、移除軟體一定會出現殘餘 library 在系統的狀況,原因是當您安裝軟體時,
debian 依照軟體相依特性安裝了額外的 library,但是當您移除該軟體時,當初連帶安裝的 library 不見得會一起被移除,
久而久之系統就會出現殘餘的 library,這個時候您便可以下這行指令,為您掃除系統中無用的 library ,確保系統的清潔性。
資料來源:
http://people.debian.org.tw/~moto/debian/DebianLessPain/Debian-Install-Guide-5.html
使用apt-get更新軟體,需要先設定軟體資料來源,資料來源設定檔是/etc/apt/sources.list
/etc/apt/sources.list 內容格式
deb uri distribution [component1] [componenent2] [...]
deb
這一欄只有兩種寫法,分別為 『 deb 』 與 『 deb-src 』,前者表示所指向的為存放 binary 格式 ( 編譯好執行檔的軟體套件 )
軟體套件的伺服器位置,後者則為 sources 格式 ( 包含原始碼的軟體套件 ) 軟體套件的伺服器位置。
簡言之,一般我們只想要安裝該軟體而不想要去重新編譯它時,就在這一欄填入 『 deb 』 ,
如果你想取得某軟體的原始碼 ( sources code ) ,就得加入 『 deb-src 』 , 當然也可以兩行都寫,如下:
deb http://http.us.debian.org/debian stable main contrib non-free
deb-src http://http.us.debian.org/debian stable main contrib non-free
uri
uri 指的就是軟體套件來源位置,這些位置可以為系統內的某個位置 ( file ) 、可以為 CD-ROM ( cdrom ) 、
可以為網路遠端位置 ( http 、 ftp )..等等,當你下 apt-get 指令時,就會到這些位置去搜尋軟體資料庫。
總括來說一共有 file 、 cdrom 、 http 、 ftp 、copy 、rsh 、ssh 等幾個參數,而比較常用的參數如下列:
file
可以是你系統上的某個目錄,如下:
deb file:/home/moto/debian stable main contrib non-free
也可以是你 mount 到自己系統裡頭的遠端 NFS Server,如下:
deb file:/mnt/nfs-server stable main contrib non-free
cdrom
這裡當然就是指光碟機上光碟片裡的位置囉,例如:
deb cdrom:/dists stable main contrib non-free
http
透過 http 的協定傳送,例如:
deb http://http.us.debian.org/debian stable main contrib non-free
ftp 透過 ftp 的協定傳送,例如:
deb ftp://ftp.us.debian.org/debian stable main contrib non-free
distribution
參數可分為 『 stable 』 、『 testing 』 、『 unstable 』,詳細定義請參考 以水平的觀點來看 Debian 特有的三大族群制度:
stable、testing、unstable 一節。
stable
由 『 stable 』 這名詞就可以猜到八九分意思了吧,是的!這是 Debian 對外發行的版本,這個版本的最大特色就是穩定,
但相對的各個軟體套件則通常不是最新版。
這個版本適用在最需要穩定的 Server 架設環境,所安裝軟體較少也較為固定。
testing
『 testing 』 雖名為測試版,實則已經相當接近於 『 stable 』 版本的程度,這個版本的軟體多半是在 『 unstable 』 中經由維護、
開發人員不斷的測試之後流入,所以在某種程度來說,其實已經做過初步的檢測,這裡頭的軟體大多也是相當穩定的,而且個軟體套件也都會比 『 stable 』 裡頭的新,不過以軟體總量來說則比上 『 stable 』 及 『 unstable 』 中來的完整、來的多。
筆者強烈建議如果想把 Debian 拿來當作 Desktop 平台,『 testing 』 是個很不錯的選擇。
unstable
『 unstable 』對我來說才算是 『 測試版 』,這裡頭最大的特色就是軟體更新速度快,幾乎都與該軟體同步,因為太新相對的使用
『 unstable 』 的人也必須承擔更高的風險,有時候您可能會遭遇到一早更新完所有軟體後,發現有些軟體不能正常運作的狀況,
不過慶幸的是這種情形大概只會持續一兩天左右,因為我說過 『 unstable 』 的特色就是更新速度快,一旦有人回報問題,
維護的人很快就會作修正。
component
參數共分為 『 main 』、『 contrib 』、『 non-US 』、『 non-free 』 詳細定義,
請參考 以垂直的觀點來看 Debian 軟體的分佈:main、contrib、non-free、non-us 一節。
main
Debian distribution 最基本及主要且符合自由軟體規範的軟體 ( packages )。
contrib
這裡頭軟體雖然可以在 Debian 裡頭運作,即使本身屬於自由軟體但多半卻是相依於非自由 ( non-free ) 軟體。
non-free
不屬於自由軟體範疇的軟體。
non-us
這個分類裡頭的軟體都來自非美國地區,當中可能有牽扯到專利、加密..等等問題。
通常 sources.list會加入testing 和 stable來源,若在 testing找不到,會到stable找
在台灣,可以改用台灣的來源
台灣 debian mirror site 列表
淡江
deb http://ftp.tku.edu.tw/OS/Linux/distributions/debian/ testing main non-free contrib
deb http://ftp.tku.edu.tw/OS/Linux/distributions/debian/non-US testing/non-US main non-free contrib
debian 台灣
deb http://debian.linux.org.tw/debian woody main non-free contrib
deb http://debian.linux.org.tw/debian-non-US woody/non-US main non-free contrib
中山
deb ftp://ftp.nsysu.edu.tw/Linux/Debian/ testing main contrib non-free
deb ftp://ftp.nsysu.edu.tw/Linux/Debian/debian-non-US testing/non-US main contrib non-free
更新使用apt-get工具
apt-get update
軟體資料庫同步
這是『 apt-get 』指令的起點,在下達任何 『 apt-get 』 相關軟體安裝或升級指令前,一定得先下『 apt-get update 』指令,
這會讓系統依照 『 sources.list 』 設定檔內紀錄的軟體來源伺服器位置,進行軟體資料庫比對動作,
如此才能知道目前系統上安裝的軟體跟伺服器上可抓取的軟體版本是否一致,如不一致表示有更新版的軟體可以升級或安裝,
接下來的 『 apt-get install 、 apt-get upgrade 、 apt-get dist-upgrade..』才能完成後續動作。
apt-get install
軟體安裝
安裝軟體最怕的就是軟體間的相依、相斥關係,在 『 前言 』 裡頭筆者也提到過去使用的其他 GNU/Linux Distribution 的惱人經驗,
但是在 Debian 裡頭安裝軟體是一件非常愉悅的事情,只要 『 apt-get install 』一行指令簡簡單單輕輕鬆鬆即可完成,
所有相依、相斥 Debian 都會幫我們 take care ,您要做的就是 『 Say Yes 』。
apt-get remove
軟體移除
與 install 一樣,Debian 一樣會幫您處理移除軟體時所發生的相依問題。
apt-get upgrade
軟體升級
平常我們很難顧慮到系統上所安裝的數十甚至數百套軟體的版本是否有新版出現,
現在只要下這個指令 Debian 便會自動找出所有有新版的軟體套件並逐一升級。
apt-get dist-upgrade
系統升級
當轉移整個系統時,如 『 stable 』 轉換到 『 testing 』,或是系統運行好一段時間都應該下這個指令,
它會聰明的處理到很多軟體相依、相斥的問題。
apt-get source
如果您想取得某個軟體套件 ( packages ) 的原始碼可以透過這個指令達成。
apt-get clean
我們透過 apt-get 安裝的任何軟體都會先下載到 『 /var/cache/apt/archives/ 』及 『 /var/cache/apt/archive/partial/ 』 目錄底下,
一般預設 apt-get 在安裝完軟體後是不會把上述位置底下的 『 .deb 』 殺除,一段時間後您如果覺得系統空間不足,
您可以下 『 apt-get clean 』讓系統自動清理這個目錄。
apt-get autoclean
類似 『 apt-get clean 』,下此參數時 apt-get 在安裝完畢後會自動刪除該軟體的 『 .deb 』 檔。
apt-get check
apt-get 不是萬能,有時候也是會出現問題,遇到有問題的時候您可以下 『 apt-get check 』來診斷問題所在。
apt-get remove --purge 'deborphan' ( 清除系統多餘的 library )
當您使用 debian 一段時間後,如果您經常安裝、移除軟體一定會出現殘餘 library 在系統的狀況,原因是當您安裝軟體時,
debian 依照軟體相依特性安裝了額外的 library,但是當您移除該軟體時,當初連帶安裝的 library 不見得會一起被移除,
久而久之系統就會出現殘餘的 library,這個時候您便可以下這行指令,為您掃除系統中無用的 library ,確保系統的清潔性。
測試 mail server是否可以正常寄信
測試 mail server是否可以正常寄信
開啟dos模式
c:>telnet 10.88.1.40 25
220 mis1.kitty.com.tw ESMTP Sendmail 8.13.8/8.13.8; Thu, 30 Apr 2015 15:57:24 +
0800
HELO aaa
250 mis1.kitty.com.tw Hello [10.88.1.41], pleased to meet you
MAIL FROM:aaa@bbb.com
250 2.1.0 aaa@bbb.com... Sender ok
RCPT TO:franco@kitty.com.tw
250 2.1.5 franco@kitty.com.tw... Recipient ok
DATA
354 Enter mail, end with "." on a line by itself
aaa
bbb
aaa
.
250 2.0.0 t3U7vO3i028823 Message accepted for delivery
QUIT
221 2.0.0 mis1.honsec.com.tw closing connection
檢查信箱是否收到郵件
開啟dos模式
c:>telnet 10.88.1.40 25
220 mis1.kitty.com.tw ESMTP Sendmail 8.13.8/8.13.8; Thu, 30 Apr 2015 15:57:24 +
0800
HELO aaa
250 mis1.kitty.com.tw Hello [10.88.1.41], pleased to meet you
MAIL FROM:aaa@bbb.com
250 2.1.0 aaa@bbb.com... Sender ok
RCPT TO:franco@kitty.com.tw
250 2.1.5 franco@kitty.com.tw... Recipient ok
DATA
354 Enter mail, end with "." on a line by itself
aaa
bbb
aaa
.
250 2.0.0 t3U7vO3i028823 Message accepted for delivery
QUIT
221 2.0.0 mis1.honsec.com.tw closing connection
檢查信箱是否收到郵件
手機學習筆記
設定手機同時啟用3G和無線功能,但使用3G上網。
因為裝設的無線監視器使用的無線AP分享器無法上網,想要使用手機看監視器畫面,必需啟用手機無線功能,正常狀況下會變成使用無線AP上網,所以必需調整手機無線AP上網設定,才能繼續使用3G上網。
設定方式就是把無線wifi設成固定IP但不要設定路由器IP和DNS。
設定方式就是把無線wifi設成固定IP但不要設定路由器IP和DNS。
在CentOS 7 執行php command line程式寄信
在CentOS 7 執行php command line程式寄信
1.先安裝CentOS 7最小安裝
2.裝完後無法執行php
3.安裝Php
install php 5.6
#rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm
#rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
#yum install php56w php56w-opcache
顯示php已加載的模組
[root@localhost php]# php -m
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
ereg
exif
fileinfo
filter
ftp
gettext
......
沒有看到mysql模組
安裝mysql資料庫
Install MySQL 5.6 on CentOS 7
Add the Repository
#sudo rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm
Install MySQL Packages
#sudo yum -y install mysql-community-server (包含mysql client)
Start MySQL Server
#sudo /usr/bin/systemctl enable mysqld
#sudo /usr/bin/systemctl start mysqld
Secure MySQL 設定資料庫權限
#sudo /usr/bin/mysql_secure_installation
安裝php-mysql
install php-mysql 出現error
#yum install php-mysql
....
Error: php56w-common conflicts with php-common-5.4.16-23.el7_0.3.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
移除php56w-common
#yum remove php56w-common
重新安裝php-mysql
#yum install php-mysql
安裝成功
測試使用php script寄信
測試程式碼:
begin-------------------------------------------------
#!/usr/bin/php
//sendmail begin
$subject = "=?UTF-8?B?".base64_encode('每日寄信檢查作業')."?="; //信件標題
$msg = "每天09:30系統會寄出此封信件
";
$msg = $msg . "請記錄收到信的時間,若超過30分鐘,表示異常,必須通知管理員處理
";
$headers = "From: monkey@xxxx.com.tw\r\n".
"MIME-Version: 1.0" . "\r\n" .
"Content-type: text/html; charset=UTF-8" . "\r\n";; //寄件者
if(mail("kitty@gmail.com", "$subject", "$msg", "$headers"))
print "通知已經發送成功。
";//寄信成功就會顯示的提示訊息
else
print "通知發送失敗!
";//寄信失敗顯示的錯誤訊息
?>
end-----------------------------------------------------
1.先安裝CentOS 7最小安裝
2.裝完後無法執行php
3.安裝Php
install php 5.6
#rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm
#rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
#yum install php56w php56w-opcache
顯示php已加載的模組
[root@localhost php]# php -m
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
ereg
exif
fileinfo
filter
ftp
gettext
......
沒有看到mysql模組
安裝mysql資料庫
Install MySQL 5.6 on CentOS 7
Add the Repository
#sudo rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm
Install MySQL Packages
#sudo yum -y install mysql-community-server (包含mysql client)
Start MySQL Server
#sudo /usr/bin/systemctl enable mysqld
#sudo /usr/bin/systemctl start mysqld
Secure MySQL 設定資料庫權限
#sudo /usr/bin/mysql_secure_installation
安裝php-mysql
install php-mysql 出現error
#yum install php-mysql
....
Error: php56w-common conflicts with php-common-5.4.16-23.el7_0.3.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
移除php56w-common
#yum remove php56w-common
重新安裝php-mysql
#yum install php-mysql
安裝成功
測試使用php script寄信
測試程式碼:
begin-------------------------------------------------
#!/usr/bin/php
//sendmail begin
$subject = "=?UTF-8?B?".base64_encode('每日寄信檢查作業')."?="; //信件標題
$msg = "每天09:30系統會寄出此封信件
";
$msg = $msg . "請記錄收到信的時間,若超過30分鐘,表示異常,必須通知管理員處理
";
$headers = "From: monkey@xxxx.com.tw\r\n".
"MIME-Version: 1.0" . "\r\n" .
"Content-type: text/html; charset=UTF-8" . "\r\n";; //寄件者
if(mail("kitty@gmail.com", "$subject", "$msg", "$headers"))
print "通知已經發送成功。
";//寄信成功就會顯示的提示訊息
else
print "通知發送失敗!
";//寄信失敗顯示的錯誤訊息
?>
end-----------------------------------------------------
存檔到/php/ex009.php
#chmod +x /php/ex009.php
執行寄信程式
[root@localhost php]# ./ex009.php
通知已經發送成功。
檢查email信箱,有收到信件
程式碼說明
#!/usr/bin/php
程式第一行有此程式碼,就可以值接執行此指令
$subject = "=?UTF-8?B?".base64_encode('每日寄信檢查作業')."?="; //信件標題
這不是亂碼,是要將郵件標題用base64加密,以符合信件主旨格式,收到的人才不會看到亂碼。
2015年4月29日 星期三
寫一支程式,可以從個人電腦使用notes client寄信
寫一支程式,可以從個人電腦使用notes client寄信
1.用notepad++寫程式
VBScript如下:
begin----------------------------------------------------------------------------------------------------
'VBScript 由Client PC使用notes client寄信
'執行時Notes Client必須開啟
Const EMBED_ATTACHMENT = 1454
Set nSession = CreateObject("Notes.NotesSession")
'Gets the current user’s mail database
Set db = nSession.GetDataBase("","")
If Not db.IsOpen = True Then
db.OpenMail
End If
Set doc = db.CreateDocument
doc.Form = "Memo"
doc.Sendto = "kitty@msn.com"
doc.Subject = "寄信測試"
doc.Body = "每天10:00系統會自動寄信,請於10:30檢查是否收到信並記錄收到信的時間,若超過30分鐘沒有收到信,表示異常,必須通知郵件管理員檢查。"
'Set up the embedded object and attachment and attach it
sAttachment = "d:\temp\aaaa.txt"
Set AttachME = doc.CreateRichTextItem("Attachment")
Set EmbedObj = AttachME.EmbedObject _
(EMBED_ATTACHMENT, "", sAttachment, "Attachment")
doc.Send(False)
end------------------------------------------------------------------------------------------------------
2.存檔到d:\temp\sendmail.vbs
3.開啟工作排程器,設定每天10:00執行此script寄信
4.注意事項
執行時Notes Client要先開啟。
1.用notepad++寫程式
VBScript如下:
begin----------------------------------------------------------------------------------------------------
'VBScript 由Client PC使用notes client寄信
'執行時Notes Client必須開啟
Const EMBED_ATTACHMENT = 1454
Set nSession = CreateObject("Notes.NotesSession")
'Gets the current user’s mail database
Set db = nSession.GetDataBase("","")
If Not db.IsOpen = True Then
db.OpenMail
End If
Set doc = db.CreateDocument
doc.Form = "Memo"
doc.Sendto = "kitty@msn.com"
doc.Subject = "寄信測試"
doc.Body = "每天10:00系統會自動寄信,請於10:30檢查是否收到信並記錄收到信的時間,若超過30分鐘沒有收到信,表示異常,必須通知郵件管理員檢查。"
'Set up the embedded object and attachment and attach it
sAttachment = "d:\temp\aaaa.txt"
Set AttachME = doc.CreateRichTextItem("Attachment")
Set EmbedObj = AttachME.EmbedObject _
(EMBED_ATTACHMENT, "", sAttachment, "Attachment")
doc.Send(False)
end------------------------------------------------------------------------------------------------------
2.存檔到d:\temp\sendmail.vbs
3.開啟工作排程器,設定每天10:00執行此script寄信
4.注意事項
執行時Notes Client要先開啟。
訂閱:
文章 (Atom)
ubuntu 安裝完kubernetes後做apt-get update會出現錯誤
root@k8s02:~# sudo apt-get update 已有:1 http://tw.archive.ubuntu.com/ubuntu xenial InRelease 已有:2 http://tw.archive.ubuntu.com/ubuntu xenia...
-
為符合資安要求,程式更版必須控管,並留存上線紀錄,同時為避免未經核可的程式更版發生,必須監控程式的異動。 監控的部分,這次規劃用Directort Monitor免費版,搭配自己寫的script達到監控發現程式異動時,立即用email及Line notify進行通報 Dir...
-
為了檢查是否有漏封包,寫了一支python程式接收UDP證券行情資訊,並拆解行情封包,監控並記錄接收到的資料 # -*- coding: utf-8 -*- # 若要在程式中加入中文,需要加入上行 import sys from socket import * fro...
-
今天使用Greenbone(openvas 9)對自己的個人電腦進行弱點掃描,發現有echo Service的弱點: Google微軟說明,echo service是屬於微軟 Simple TCP/IP Services中˙一項,而 Simple TCP/IP Servi...