This man is too old to remember everything in his brain. Right now, he needs a place to write down what he has studied.
標籤
4GL
(1)
人才發展
(10)
人物
(3)
太陽能
(4)
心理
(3)
心靈
(10)
文學
(31)
生活常識
(14)
光學
(1)
名句
(10)
即時通訊軟體
(2)
奇狐
(2)
爬蟲
(1)
音樂
(2)
產業
(5)
郭語錄
(3)
無聊
(3)
統計
(4)
新聞
(1)
經濟學
(1)
經營管理
(42)
解析度
(1)
遊戲
(5)
電學
(1)
網管
(10)
廣告
(1)
數學
(1)
機率
(1)
雜趣
(1)
證券
(4)
證券期貨
(1)
ABAP
(15)
AD
(1)
agentflow
(4)
AJAX
(1)
Android
(1)
AnyChart
(1)
Apache
(14)
BASIS
(4)
BDL
(1)
C#
(1)
Church
(1)
CIE
(1)
CO
(38)
Converter
(1)
cron
(1)
CSS
(23)
DMS
(1)
DVD
(1)
Eclipse
(1)
English
(1)
excel
(5)
Exchange
(4)
Failover
(1)
Fedora
(1)
FI
(57)
File Transfer
(1)
Firefox
(3)
FM
(2)
fourjs
(1)
Genero
(1)
gladiatus
(1)
google
(1)
Google Maps API
(2)
grep
(1)
Grub
(1)
HR
(2)
html
(23)
HTS
(8)
IE
(1)
IE 8
(1)
IIS
(1)
IMAP
(3)
Internet Explorer
(1)
java
(4)
JavaScript
(22)
jQuery
(6)
JSON
(1)
K3b
(1)
ldd
(1)
LED
(3)
Linux
(117)
Linux Mint
(4)
Load Balance
(1)
Microsoft
(2)
MIS
(2)
MM
(51)
MSSQL
(1)
MySQL
(27)
Network
(1)
NFS
(1)
Office
(1)
OpenSSL
(1)
Oracle
(126)
Outlook
(3)
PDF
(6)
Perl
(60)
PHP
(33)
PL/SQL
(1)
PL/SQL Developer
(1)
PM
(3)
Postfix
(2)
postfwd
(1)
PostgreSQL
(1)
PP
(50)
python
(5)
QM
(1)
Red Hat
(4)
Reporting Service
(28)
ruby
(11)
SAP
(234)
scp
(1)
SD
(16)
sed
(1)
Selenium
(3)
Selenium-WebDriver
(5)
shell
(5)
SQL
(4)
SQL server
(8)
sqlplus
(1)
SQuirreL SQL Client
(1)
SSH
(2)
SWOT
(3)
Symantec
(2)
T-SQL
(7)
Tera Term
(2)
tip
(1)
tiptop
(24)
Tomcat
(6)
Trouble Shooting
(1)
Tuning
(5)
Ubuntu
(37)
ufw
(1)
utf-8
(1)
VIM
(11)
Virtual Machine
(2)
VirtualBox
(1)
vnc
(3)
Web Service
(2)
wget
(1)
Windows
(19)
Windows
(1)
WM
(6)
Xvfb
(2)
youtube
(1)
yum
(2)
2011年7月29日 星期五
2011年7月28日 星期四
路漫漫其修远兮,吾将上下而求索
“路漫漫其修远兮,吾将上下而求索”这句出自屈原的名作《离骚》 意思是说:在追寻真理(真知)方面,前方的道路还很漫长,但我将百折不挠,不遗余力地(上天下地)去追求和探索。
2011年7月15日 星期五
2011年7月14日 星期四
mount -t cifs error 處理方式 2
sudo mount -t cifs "//xxx/Daily WIP Record" /mnt/ZNWIPRecord -o rw,username=xxx,password=xxx,domain=huko.aot.com.tw,iocharset=utf8,codepage=cp950,u
id=dwmgr,gid=dwmgr
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
#for ZN MFG, to record daily WIP information
//aot-files01/竹南分公司 /mnt/ZNWIPRecord cifs noauto,user,uid=dwmgr,gid=dwmgr,rw,username=xxx,password=yyy,domain=zzz.com.tw,iocharset=utf8,codepage=cp950 0 2
但是以下command仍會收到
參考
http://forums.fedoraforum.org/archive/index.php/t-157299.html
id=dwmgr,gid=dwmgr
in /etc/fstab
# /etc/fstab: static file system information.#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
#for ZN MFG, to record daily WIP information
//aot-files01/竹南分公司 /mnt/ZNWIPRecord cifs noauto,user,uid=dwmgr,gid=dwmgr,rw,username=xxx,password=yyy,domain=zzz.com.tw,iocharset=utf8,codepage=cp950 0 2
但是以下command仍會收到
dwmgr@aot-dwp01:~$ mount /mnt/ZNWIPRecord
mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
解決方式
sudo chmod u+s /sbin/mount.cifs
sudo chmod u+s /sbin/umount.cifs
參考
http://forums.fedoraforum.org/archive/index.php/t-157299.html
apt commands
sudo apt-get install samba
sudo apt-cache search samba
http://ubuntu.math.nccu.edu.tw/~littleq/blog/?p=16
sudo apt-cache search samba
http://ubuntu.math.nccu.edu.tw/~littleq/blog/?p=16
2011年7月13日 星期三
MIS : 稽核
1.SAP系統之權限表
2.資訊系統記錄表-含”系統說明書”、”程式說明書”及”操作手冊’
3.2011/1/1~2011/7/10資訊需求申請書
4.2011/1/1~2011/7/10電腦作業借用紀錄表
5.2011/1/1~2011/7/10機房進出登記表
6.2011/1/1~2011/6/30網路需求單
7.電腦資訊管制程序
8.機房災害管理辦法
9.2011/1各項資料庫備份記錄表
10.災害復原計畫標準作業辦法
Reporting Service : 開新視窗
="javascript:void window.open('" & "http://xxx-reporting/ReportServer/Pages/ReportViewer.aspx?%2fPipeline+Inventory%2fPipeline+Inventory+Level3&rs:Command=Render&small_group=" & Fields!SMALL_GROUP.Value & "','_blank')"
2011年7月8日 星期五
2011年7月6日 星期三
Reporting Service : 8點前,顯示前一天
=IIf(Format(Today,"hh24") < "08",DateAdd("d",-1,Today()),DateAdd("d",0,Today()))
2011年7月5日 星期二
訂閱:
文章 (Atom)