3/18/2021

ติดตั้ง Windows และ Linux ใน HDD ก้อนเดียว

ติดตั้ง Windows และ Linux ใน HDD ก้อนเดียว Bios ทำเป็น UEFI HDD เป็น GPT
1. ติดตั้ง Windows ทำ Data เป็น NTFS ไว้สำหรับใช้ร่วมกัน Ubuntu กับ Windows
2. ติดตั้ง Ubuntu ลง
HDD Windows 100G Ntfs
HDD DATA 350G Ntfs ใช้ร่วมกัน
HDDUbuntu 40G Ext4

ใช้ได้เลยมี Grub ของ Ubuntu ได้ให้ใช้ได้เลย เพราะ Linux, Ubuntu จะสร้าง Group ให้

หรือ ให้มี Menu ให้เลือกสวยงามให้ใช้
https://www.rodsbooks.com/refind/installing.html
วิธีติดตั้ง
sudo apt-add-repository ppa:rodsmith/refind
sudo apt-get update
sudo apt-get install refind
refind-install
reboot

เข้า bios ตั้งตัว Boot หลัก ให้เป็นตัวที่ไม่ใช่ Ubuntu หรือ Windows ก็จะเข้าหน้า Refind ได้
อันไหนไม่เอา ดูที่หน้า Refind มันจะมี Path อยู่ว่ามันเจออยู่ที่ไหน เข้า Ubuntu ไปลบทิ้ง ก็จะเหลือที่เราจะใช้เท่านั้น
Path Config อยู่ที่
/boot/efi/EFI/refind/refind.config

ใส่ Disabled ในอันที่ไม่ต้องการให้แสดง ใส่ yes ให้แสดง

3/17/2021

Axapta : Movement สร้าง Serial number อัตโนมัติ

 Axapta : Movement สร้าง Serial number อัตโนมัติ
เช่น Move Valve 300 ตัวจาก 182011407463 -300 ตัว
ไปเป็นอีก Code 182011407455 300 ตัว
- ตัวลบให้จอง ราคาเท่ากัน
- ตัวบวกต้องสร้าง Serial number ทำได้สองวิธี
1. แก้ที่ Item Serial number group ติ๊ก Inventory activation เพื่อให้สร้าง Serial number Auto (วิธีนี้จะง่าย)


2. ใช้วิธี Inventory registration เพื่อแบ่ง Serial number

ทำวิธีที่ 1 ง่าย แล้วให้ User Post เสร็จแล้วแก้กลับคืน

Axapta หาวันที่สิ้นเดือน

 Axapta หาวันที่สิ้นเดือน

  1. static void LastOfMonth(Args _args)
  2. {
  3.    TransDate transDate=today();
  4.    TransDate LastOfMth;
  5.    ;
  6.  
  7.    //LastOfMth=endmth(mkdate(1,1,2014));//To enter date using business logic.
  8.    //LastOfMth   = str2date(strfmt("%1/%2/%3", 1, intMonth-1, intYear), 123);
  9.    //transDate     = str2date(date2str(LastOfMth,123,2,4,2,4,4), 123);
  10.  
  11.    LastOfMth=endmth(transDate);
  12.  
  13.    info(date2str(LastOfMth,123,2,4,2,4,4));
  14. }

3/03/2021

Ubutun : Terminal แตกไฟล์เอาเฉพาะไฟล์ที่ต้องการ

 Ubutun : Terminal แตกไฟล์เอาเฉพาะไฟล์ที่ต้องการ

วิธีนี้แตกเฉพาะไฟล์ที่ต้องการ
https://askubuntu.com/questions/168795/ ... ar-archive

เช่น ตัวอย่างไฟล์ zip ตามแนบ
คำสั่ง เช่น

tar -xf Test.tar.gz Test/123/456/ฝบง./hostneverdie.pdf
tar -xf Test.tar.gz Test/123/456/77.txt
ก็จะได้เฉพาะไฟล์ที่ต้องการ แต่ Path ที่อยู่ของไฟล์จะแตกตามเดิม จะได้รู้ว่าไฟล์อยู่ที่ไหน