Posts

Showing posts from 2016

วิธีการ ดู postfix mailq process sender

ลบ postfix q mailq postsuper -d ALL https://www.wirehive.com/5-top-tips-reviewing-postfix-mail-queue/ 2- View message (contents, header and body) in Postfix queue To view a message with the  ID XXXXXXX (you can see the ID from the queue) postcat -vq XXXXXXXXXX 2- View message (contents, header and body) in Postfix queue To view a message with the  ID XXXXXXX (you can see the ID from the queue) postcat -vq XXXXXXXXXX postcat: dict_eval: const  1s postcat: dict_eval: const  127.0.0.0/8 [::1]/128 postcat: inet_addr_local: configured 2 IPv4 addresses *** ENVELOPE RECORDS maildrop/2829CBFBCA *** message_arrival_time: Fri Dec  9 11:11:28 2016 named_attribute: rewrite_context=local sender_fullname: www-data sender: michael_kemp@gScm.nida.ac.th *** MESSAGE CONTENTS maildrop/2829CBFBCA *** regular_text: To: mjaxeman@hotmail.com regular_text: Subject: The interview is scheduled for tomorrow! regular_text: X-PHP-Originating-Script: ...

css สำหรับทำหน้า website เป็น สีขาว-ดำ

Image
แนะนำ CSS ไว้สำหรับทำหน้า website รวมถึงรูปภาพเป็น ขาวดำ ครับ นำไปใน File .css ที่ท่านใช้งาน   เลือก .css ที่ท่านเรียกใช้งานทุกหน้าครับ body { filter: grayscale(1); transition-property: filter; transition-duration: 5s; } จะกลายเป็น

การใช้ Powershell เข้า Office 365 (Exchage Online)

Image
สามารถใข้ power shell ต่อไป Office 365 ( Exchange Online) ได้โดย Windows 8.1 , 10 Run > พิมพ์ PowerShell    จากนั้น คลิ๊ก ขวา ให้ Run as Administrator จะได้หน้าจอสีน้ำเงินขึ้นมา จากนั้นพิมพ์  $Cred = Get-Credential จะมีหน้าจอให้ login   ให้ใส่ Office 365 Account ที่เป็น admin  จากนั้น $s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic –AllowRedirection ต่อด้วย Import-PSSession $s ต่อสำเร็จให้ลอง พิมพ์  Get-mailbox      ถ้าได้แสดงว่าต่อสำเร็จแล้ว ถ้าจะออก ก็  พิมพ์  Remove -PSSession $s Get-Mailbox -Identity "xxx@xxxx"| Select-Object * Get-MailboxStatistics -Identity "xxxxx@xxxxx"| Select-Object * Get-LogonStatistics -Identity "xxxxxx" | Select-Object *

KM

find / -name *.php -printf '%Tc %p\n'|grep 2016 |more