หน้าเว็บ

วันจันทร์ที่ 30 ตุลาคม พ.ศ. 2560

Windows 10 : Widows 10 Share Driver To Windows 7 Or Windows XP

Windows 10 : Widows 10 Share Driver To Windows 7 Or Windows XP

1. สำคัญมากถ้าเครื่อง Windows 10 ต่อ Printer และเป็นเครื่องที่จะ Share ให้เครื่องอื่น
ห้ามใช้ Driver ที่ update ผ่าน Windows มาใช้ เพราะจะ Share ไม่ได้
ต้องติดตั้ง Driver จากแผ่นหรือ Download มาติดตั้ง เท่านั้น ถึงจะ Share ให้เครื่องอื่นได้

2. Windows 10 ต้องเปิด Network and Sharing Center ในหัวข้อ File and printer sharing ทำการเลือก Turn on ให้เปิด
Control Panel\All Control Panel Items\Network and Sharing Center\Advanced sharing settings


Link : https://www.windowssiam.com/add-printer-windows10/

3. Windows 7 สามารถเข้าไปที่เครื่องแล้วคลิก ที่ Printer ได้เลย
ส่วน Windows XP ต้องใช้วิธี Add Printer ผ่าน Local Port เอา คลิ๊ก ที่ชื่อเครื่อง ตรง ๆ ไม่ได้ จะให้ใส่รหัส และ error Operation could not be completed. Access is denied.
โดย
3.1 On a computer running Windows XP, open Control Panel-> Printers and Faxes and start Add Printer Wizard (Add printer)

3.2 Then select Local printer attached to this computer -> Create a new port -> Local Port

3.3 As a port name, specify the UNC address of the printer like this: \\Win10-PC1\SharedPrinterName (in our example it is \\192.168.1.22\HPLaserJet)
http://woshub.com/unable-to-connect-windows-10-shared-printer-to-windows-xp/

Axapta : Axapta Tab Active Code.

Axapta : Axapta Tab Active Code.

On Method Tab Use pageActivated for run code when click Tab.

public void pageActivated()
{
    ;
    print "555";
    super();
}

วันพฤหัสบดีที่ 25 พฤษภาคม พ.ศ. 2560

PHP : Export Data To Libreoffice Calc .ods

PHP : Export Data To Libreoffice Calc .ods
1. download และติดตั้ง tbs
http://www.tinybutstrong.com/download.php

2. download plugins และติดตั้ง
http://www.tinybutstrong.com/plugins.php

ไฟล์สำเร็จนำไปแตกไฟล์เรียกใช้ได้เลย


หลักการคือ
ทำ Template และใส่ชื่อ Block ไว้
แล้ว Select ข้อมูลเป็น Array ไปใส่

ตัวอย่าง Code ทำรายงาน
http://www.tinybutstrong.com/opentbs.php?demo
http://www.tinybutstrong.com/examples.php

Example :
  1. include_once('../tbs/tbs_class.php'); // Load the TinyButStrong template engine
  2. include_once('../tbs/plugins/tbs_plugin_opentbs.php'); // Load the OpenTBS plugin
  3.  
  4. // Initialize the TBS instance
  5. $TBS = new clsTinyButStrong; // new instance of TBS
  6. $TBS->Plugin(TBS_INSTALL, OPENTBS_PLUGIN); // load the OpenTBS plugin
  7.  
  8. $DATA1 = array();
  9.  
  10. $template = 'Report_Template.ods';
  11. $TBS->LoadTemplate($template, OPENTBS_ALREADY_UTF8); // Also merge some [onload] automatic fields (depends of the type of document).
  12. // Merge data in the Workbook (all sheets)
  13. $TBS->MergeBlock('blk1', $DATA1);
  14.  
  15. // -----------------
  16. // Output the result
  17. // -----------------
  18. // Define the name of the output file
  19. $output_file_name = str_replace('.', '_'.date('Y-m-d').'.', $template);
  20.  
  21. // Output the result as a downloadable file (only streaming, no data saved in the server)
  22. $TBS->Show(OPENTBS_DOWNLOAD, $output_file_name); // Also merges all [onshow] automatic fields.
  23. exit();
  24.  
  25.  

Zimbra : Zimbra sync USER เวลเปลี่ยน Diseplay Name

Zimbra : Zimbra sync USER เวลเปลี่ยน Diseplay Name เช่นกรณีเปลี่ยนตำแหน่ง
  1. su - zimbra
  1. zmgsautil forceSync -a galsync.zxqk9lahef@sci.com -n InternalGAL


เสร็จแล้วที่แต่ละ User กดลืม ชื่อเดิมออก

Ubuntu : คำสั่งดูขนานไฟล์ ใน Usb Box Backup

Ubuntu : คำสั่งดูขนานไฟล์ ใน Usb Box Backup
ดูขนาดไฟล์ทั้งหมด ใน Box cd เข้า Usb Box ก่อน
  1. ls -lah
-rwxrwxrwx 1 root root 28M Mar 27 17:50 DataServer_20170327.full.0.BlankForm.tar.gz
-rwxrwxrwx 1 root root 3.2G Mar 27 22:57 DataServer_20170327.full.0.CEOs.tar.gz
-rwxrwxrwx 1 root root 44G Mar 27 19:00 DataServer_20170327.full.1.Team.tar.gz
-rwxrwxrwx 1 root root 28G Mar 27 19:33 DataServer_20170327.full.2.Quality.tar.gz
-rwxrwxrwx 1 root root 36G Mar 27 20:35 DataServer_20170327.full.3.SS.tar.gz
-rwxrwxrwx 1 root root 101G Mar 27 22:51 DataServer_20170327.full.4.e-document.tar.gz


ดูขนาดไฟล์รวมทั้งหมด
  1. cd -ch

root@ha1:/mnt/USB/20170327_Full# du -ch
74M ./DataServerSnap
643G .
643G total

ดูขาดไฟล์เฉพาะที่มีชื่อ ตรงกัน เช่น Department
  1. du -ch *Department*
root@ha1:/mnt/USB/20170327_Full# du -ch *Department*
8.7G DataServer_20170327.full.5.Department.00-Public.tar.gz
25G DataServer_20170327.full.5.Department.01-ฝข.1.tar.gz
3.5G DataServer_20170327.full.5.Department.01-งขต.1.tar.gz
1.6G DataServer_20170327.full.5.Department.01-งขต.2.tar.gz
86M DataServer_20170327.full.5.Department.01-งสข.tar.gz
202M DataServer_20170327.full.5.Department.01-งซต.tar.gz
1.5G DataServer_20170327.full.5.Department.02-งอบ.1.tar.gz
13G DataServer_20170327.full.5.Department.02-งอบ.2.tar.gz
3.9G DataServer_20170327.full.5.Department.02-ฝอบ.tar.gz
4.5G DataServer_20170327.full.5.Department.03-ฝจห.tar.gz
1.8G DataServer_20170327.full.5.Department.03-งจล.tar.gz
21G DataServer_20170327.full.5.Department.03-งจซ.tar.gz
8.2G DataServer_20170327.full.5.Department.04-ฝปค.tar.gz
20G DataServer_20170327.full.5.Department.05-รง.1.tar.gz
1.4G DataServer_20170327.full.5.Department.05-รง.2.tar.gz
89G DataServer_20170327.full.5.Department.05-ฝผล.tar.gz
91G DataServer_20170327.full.5.Department.06-ฝซร.tar.gz
2.8G DataServer_20170327.full.5.Department.06-งบก.tar.gz
8.7G DataServer_20170327.full.5.Department.06-งซร.tar.gz
7.7G DataServer_20170327.full.5.Department.07-ฝทง.tar.gz
35G DataServer_20170327.full.5.Department.07-งบง.tar.gz
5.1G DataServer_20170327.full.5.Department.07-งทส.tar.gz
19G DataServer_20170327.full.5.Department.08-ฝพอ.tar.gz
4.4G DataServer_20170327.full.5.Department.08-งสส.tar.gz
12G DataServer_20170327.full.5.Department.08-งสป.tar.gz
30G DataServer_20170327.full.5.Department.08-งพม.tar.gz
5.3G DataServer_20170327.full.5.Department.09-ฝข.2.tar.gz
481M DataServer_20170327.full.5.Department.10-ฝคส.tar.gz
4.6G DataServer_20170327.full.5.Department.10-งวผ.tar.gz
8.3G DataServer_20170327.full.5.Department.10-งคส.tar.gz
432G total

วันจันทร์ที่ 27 มีนาคม พ.ศ. 2560

ปัญหา Zimbra ใช้ syslog-ng แล้วไม่ส่ง Log ไปที่ LogServer

ปัญหา Zimbra ใช้ syslog-ng แล้วไม่ส่ง Log ไปที่ LogServer

แก้โดยใช้ rsyslog ส่งแทน
- ติดตั้ง
  1. apt-get install -f rsyslog

- แก้ config
  1. nano /etc/rsyslog.conf

แก้
ลบ # ออก
  1. # provides UDP syslog reception
  2. $ModLoad imudp
  3. $UDPServerRun 514


เพิ่ม
  1. *.*   @@192.168.2.108:514


- Run คำสั่ง
  1. /opt/zimbra/libexec/zmsyslogsetup



Ubuntu : คำสั่งดูขนานไฟล์ ใน Usb Box Backup

Ubuntu : คำสั่งดูขนานไฟล์ ใน Usb Box Backup
ดูขนาดไฟล์ทั้งหมด ใน Box cd เข้า Usb Box ก่อน
  1. ls -lah
-rwxrwxrwx 1 root root 28M Mar 27 17:50 DataServer_20170327.full.0.BlankForm.tar.gz
-rwxrwxrwx 1 root root 3.2G Mar 27 22:57 DataServer_20170327.full.0.CEOs.tar.gz
-rwxrwxrwx 1 root root 44G Mar 27 19:00 DataServer_20170327.full.1.Team.tar.gz
-rwxrwxrwx 1 root root 28G Mar 27 19:33 DataServer_20170327.full.2.Quality.tar.gz
-rwxrwxrwx 1 root root 36G Mar 27 20:35 DataServer_20170327.full.3.SS.tar.gz
-rwxrwxrwx 1 root root 101G Mar 27 22:51 DataServer_20170327.full.4.e-document.tar.gz


ดูขนาดไฟล์รวมทั้งหมด
  1. cd -ch
root@ha1:/mnt/USB/20170327_Full# du -ch
74M ./DataServerSnap
643G .
643G total


ดูขาดไฟล์เฉพาะที่มีชื่อ ตรงกัน เช่น Department
  1. du -ch *Department*
root@ha1:/mnt/USB/20170327_Full# du -ch *Department*
8.7G DataServer_20170327.full.5.Department.00-Public.tar.gz
25G DataServer_20170327.full.5.Department.01-ฝข.1.tar.gz
3.5G DataServer_20170327.full.5.Department.01-งขต.1.tar.gz
1.6G DataServer_20170327.full.5.Department.01-งขต.2.tar.gz
86M DataServer_20170327.full.5.Department.01-งสข.tar.gz
202M DataServer_20170327.full.5.Department.01-งซต.tar.gz
1.5G DataServer_20170327.full.5.Department.02-งอบ.1.tar.gz
13G DataServer_20170327.full.5.Department.02-งอบ.2.tar.gz
3.9G DataServer_20170327.full.5.Department.02-ฝอบ.tar.gz
4.5G DataServer_20170327.full.5.Department.03-ฝจห.tar.gz
1.8G DataServer_20170327.full.5.Department.03-งจล.tar.gz
21G DataServer_20170327.full.5.Department.03-งจซ.tar.gz
8.2G DataServer_20170327.full.5.Department.04-ฝปค.tar.gz
20G DataServer_20170327.full.5.Department.05-รง.1.tar.gz
1.4G DataServer_20170327.full.5.Department.05-รง.2.tar.gz
89G DataServer_20170327.full.5.Department.05-ฝผล.tar.gz
91G DataServer_20170327.full.5.Department.06-ฝซร.tar.gz
2.8G DataServer_20170327.full.5.Department.06-งบก.tar.gz
8.7G DataServer_20170327.full.5.Department.06-งซร.tar.gz
7.7G DataServer_20170327.full.5.Department.07-ฝทง.tar.gz
35G DataServer_20170327.full.5.Department.07-งบง.tar.gz
5.1G DataServer_20170327.full.5.Department.07-งทส.tar.gz
19G DataServer_20170327.full.5.Department.08-ฝพอ.tar.gz
4.4G DataServer_20170327.full.5.Department.08-งสส.tar.gz
12G DataServer_20170327.full.5.Department.08-งสป.tar.gz
30G DataServer_20170327.full.5.Department.08-งพม.tar.gz
5.3G DataServer_20170327.full.5.Department.09-ฝข.2.tar.gz
481M DataServer_20170327.full.5.Department.10-ฝคส.tar.gz
4.6G DataServer_20170327.full.5.Department.10-งวผ.tar.gz
8.3G DataServer_20170327.full.5.Department.10-งคส.tar.gz
432G total