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

การซื้อของจากเจดีเซ็นทรัล JD Central jd.co.th รีฟันด์ คืนเงิน เจดีเซ็นทรัล

 การซื้อของจากเจดีเซ็นทรัล JD Central   jd.co.th

1.เลือกสินค้าที่ต้องการ  

2.กดใส่ตะกร้า

3.ส่งข้อความไปถามร้านว่ามีสินค้าพร้อมส่งไหม ถ้าไม่มีจะได้ไม่ต้องกดชำระเงิน

4.กดชำระเงิน ถ้ามีสินค้า

ทำไมต้องถามร้านก่อนว่ามีสินค้าส่งไหม

เพราะ................อีเอี้ยยยยยยย 

ถ้าเจอร้านที่ไม่มีของส่งแต่ไม่ได้อัพเดทร้านอ่ะ เมิงจ่ายตังค์เรียบร้อย แล้วร้านบอกว่าของหมดไม่มีส่ง

กดยกเลิกคำสั่งซื้อนะ เมิงรอคืนเงินกันชาติหน้ากันเลยทีเดียว เล่าสู่กันฟัง


วันพุธที่ 11 พฤษภาคม พ.ศ. 2565

Add Task Scheduler in windows 10

Add  Task Scheduler in windows 10 name with timestamp

1.create batch  file (.bat) with text editor ex. notepad or editplus

2.enter this code  

@echo off

for /f "delims=" %%a in ('wmic OS Get localdatetime  ^| find "."') do set dt=%%a

set YYYY=%dt:~0,4%

set MM=%dt:~4,2%

set DD=%dt:~6,2%

set HH=%dt:~8,2%

set Min=%dt:~10,2%

set Sec=%dt:~12,2%

set stamp=%YYYY%-%MM%-%DD%_%HH%-%Min%-%Sec%

copy "c:\xxxx.txt" "D:\%stamp%.txt"

3.save file to xxx.bat

4.open  Task Scheduler.  by Press  windows key and type  Task Scheduler for open it.

5.Task scheduler library 

Click on “Create New Task” on the right hand side of the screen and set the parameters as follows:
a. Set the user account to SYSTEM
b. Choose "Run with highest privileges"
c. Choose the OS for Windows7
Click on “Triggers” tab and then click on “New…” Choose “At Startup” from the drop down menu, click Enabled and hit OK
Click on the “Actions tab” and then click on “New…” If you are running a .bat file use cmd as the program the put /c .bat In the Add arguments field
Click on “OK” then on “OK” on the create task panel and it will now be scheduled.
Add the .bat script to the place specified in your task eve


ติดตั้งเว็บมิน install webmin on CentOS-Stream-8-x86

1.download rpm

https://prdownloads.sourceforge.net/webadmin/webmin-1.991-1.noarch.rpm 

 2. install perl

install perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect

dnf install perl

dnf install perl-Net-SSLeay 

dnf install perl-IO-Tty

dnf install perl-Encode-Detect

3.install webmin rpm

rpm -U webmin-1.991-1.noarch.rpm

4.config firewall

firewall-cmd --add-port=10000/tcp --zone=public --permanent

5.restart firewall

systemctl restart firewalld

6.access webmin by system user and ip withport 10000

https://ip:10000