Thursday, August 28, 2014

How to : Epson TM T88V cannot print

เมื่อเครื่องพิมพ์ Epson TM T88V ไม่ Print เนื่องจาก reset ค่าตัวมันเอง
IP: 224.0.0.1
Subnet: 255.255.255.255



 วิธีแก้

*** ปิดเครื่อง
*** กดปุ่ม reset ของ การ์ด LAN อยู่ใต้เครื่อง
*** เปิดเครื่องโดยยังคงกดปุ่มค้างไว้ จนกว่ามันจะพิมพ์เสร็จ
*** จะได้ IP: 192.168.192.168
*** เข้าไปแก้ค่า Config ผ่าน Brownser
*** ก็ทำการเปลี่ยน IP ก็จะใช้งานได้แล้ว (อาจใช้โปรแกรม TM Netconfig จาก http://www.epson-pos.com)






How to : Block Website on Windows XP

กรณีไม่มี Proxy ก็สามารถ Block ตามแต่ละเครื่องได้ (แต่เหนื่อยหน่อย ^^)

 1. click ดังนี้ Start->All Programs->Accessories->Command Prompt หรือ Start -> run พิมพ์์ CMD จะปรากฏหน้าจอ Command promt ขี้นมา

 2.พิมพ์ notepad C:/Windows/System32/drivers/etc/hosts หรือ Start -> run แล้วพิมพ์ notepad C:/Windows/System32/drivers/etc/hosts แล้ว enter ได้เลย host file ในเครื่องเราจะเปิดขึ้นมาด้วย โปรแกรม notepad ค่ะ

 3.หาบรรทัดนี้ 127.0.0.1 localhost

 4.ต้องการให้ block web ใด ก็ใส่บรรทัดต่อไปต่อไปจาก
 127.0.0.1 localhost
 เช่นถ้าเราต้องการ block web .......www.sanook.com และ www.teenee.comหรือถ้ามี web อื่นที่ต้องการ block ก็ ใส่ไปได้ตามต้องการต่อไปเรื่อย ๆ ค่ะ

127.0.0.1 sanook.com 
127.0.0.1 www.sanook.com 
127.0.0.1 teenee.com 
127.0.0.1 www.teenee.com





Thursday, November 15, 2012

[How to] Workstation cannot join DC(Domain Controller) Server 2003



If you have Backup Controller (BC), Just shut it down and try to join from workstation again :)

Then check or manage BC later again.




Saturday, August 18, 2012

[How to] Windows 2008 : Disable password complexity rule in Active Directory



- Go to Start / Run / GPMC.MSC
- Right click and Edit the "Default Domain Policy"
- Then dig into the Computer Configuration > Windows Settings > Security Setttings > Account Policies > Password Policy
- Editing the "Password must meet complexity requirements" to "Disabled"
- Editing the "Maximum password age" to 0 (never expired)
- Editing the "Minimum password age" to 0 (password can be changed immediately)
- OK (Save)


:)




Sunday, July 22, 2012

Windows XP 30 days left for activation

Remove Windows Activation Product


1.Open your regedit RUN > REGEDIT
2.Find key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents
3.see the string OOBETimer
4.Double click.change all content with this one FF D5 71 D6 8B 6A 8D 6F D5 33 93 FD
5.Right Click on WPAEvents(Regedit)and choose Permissions
6.Window will show up,click to System and check all of DenyListbox
7.Restart Your PC


Works!


Reference: http://xuser.wordpress.com

Sunday, July 15, 2012

Ubuntu : How to Install DKMS Package




For lastest stable version, please download from link as below.
http://linux.dell.com/dkms/permalink/dkms-2.2.0.3.tar.gz

แตกไฟล์ออกมา
tar -xzf dkms-2.2.0.3.tar.gz

แล้วเข้าไปใน Folder ที่แตกออกมา
cd dkms-2.2.0.3
make
sudo make install



ไปสร้างไฟล์ dkms.conf ใน /usr/src/[package path]
nano /usr/src/e1000e-2.0.0.1/dkms.conf


ก๊อปโค้ดด้านล่างไปใส่ในไฟล์


PACKAGE_NAME="hello"
PACKAGE_VERSION="0.1"
CLEAN="make clean"
MAKE[0]="make all KVERSION=$kernelver"
BUILT_MODULE_NAME[0]="hello"
DEST_MODULE_LOCATION[0]="/updates"
AUTOINSTALL="yes"

แล้ว save
make clean

sudo dkms add -m [package name] -v [package version]
sudo dkms add -m e1000e -v 2.0.0.1
sudo build add -m e1000e -v 2.0.0.1
sudo install add -m e1000e -v 2.0.0.1









Tuesday, July 10, 2012

How to : Clear Temporary Files ลบไฟล์ขยะ แก้ปัญหาคอมพิวเตอร์อืด รวน ช้า





- Open Notepad [เปิด Notepad]
- Copy code from below into notepad and change enjoy_sonic to your computer's User Account [Copy โค้ดข้างล่างไปใส่ (เปลี่ยน enjoy_sonic เป็นชื่อ User Account ของเครื่องตัวเอง)]

Windows XP
------------------------------------------------------------------------------
@echo of
del "C:\Documents and Settings\enjoy_sonic\Cookies"\*.*/s/q/f
del "C:\WINDOWS\Temp"\*.*/s/q/f
del "C:\DOCUME~1\enjoy_sonic\LOCALS~1\Temp"\*.*/s/q/f
del "C:\Documents and Settings\enjoy_sonic\Local Settings\Temporary Internet Files\Content.IE5"\*.*/s/q/f
del "C:\WINDOWS\Prefetch"\*.*/s/q/f
------------------------------------------------------------------------------



Windows 7
------------------------------------------------------------------------------
@echo of
del "C:\Users\hp\AppData\Roaming\Microsoft\Windows\Cookies"\*.*/s/q/f
del "C:\Users\hp\AppData\Roaming\Microsoft\Windows\Cookies\Low"\*.*/s/q/f
del "C:\WINDOWS\Temp"\*.*/s/q/f
del "C:\Users\hp\AppData\Local\Temp"\*.*/s/q/f
del "C:\Users\hp\AppData\Local\Microsoft\Windows\Temporary Internet Files\Low\Content.IE5"\*.*/s/q/f
del "C:\WINDOWS\Prefetch"\*.*/s/q/f

------------------------------------------------------------------------------




- Save to .bat file [Save เป็นไฟล์ .bat]
- Run file by double click on file [ดับเบิ้ลคลิกที่ไฟล์ที่ save]


## ให้ Run ทุกครั้งที่เปิดเครื่อง ให้ย้ายไป Save ไว้ใน Start --> Program --> Start up