# ln -sf /usr/share/zoneinfo/Asia/Ho_Chi_Minh /etc/localtime
type date to confirm that date changed
NSN
Bài đăng phổ biến
-
With this error: hudson.remoting.ProxyException: io.fabric8.kubernetes.client.KubernetesClientException: No httpclient implementations found...
-
How to create a bot to automate daily tasks using Slack Nguyen Si Nhan 1. Setting Up Your Slack App Create a Slack App: Sign in to your Sla...
Sunday, April 8, 2012
Wednesday, March 28, 2012
Send mail via telnet
1. Telnet to hostname on port 25
2. HELO your_domain_name or whatever
3. MAIL FROM:[email protected] (ie, your email address)
4. RCPT TO:them@someplace_else.com (email address you want to send to)
5. DATA
6. You type your message then CRLF period CRLF (ie, type a period on a line by itself then hit ENTER)
7. QUIT
NSN
2. HELO your_domain_name or whatever
3. MAIL FROM:[email protected] (ie, your email address)
4. RCPT TO:them@someplace_else.com (email address you want to send to)
5. DATA
6. You type your message then CRLF period CRLF (ie, type a period on a line by itself then hit ENTER)
7. QUIT
NSN
Tuesday, March 27, 2012
Can not mount nfs to xenserver
You must install more this package to can mount:
# yum install nfs-utils -y
Đức
# yum install nfs-utils -y
Đức
Subscribe to:
Posts (Atom)