ลิงก์ผู้สนับสนุน

วันพุธที่ 30 มีนาคม พ.ศ. 2554

ข้อความที่พิมพ์ด้วยมือเพียงข้างเดียว [ไทย]


ข้อความที่พิมพ์ด้วยมือเพียงข้างเดียว [ไทย]
ข้อความต่อไปนี้ คือข้อควาที่สามารถพิมพ์ได้ด้วยมือขวาเพียงข้างเดียว WooW

สามัคคี มีวินัย ใฝ่วิชา

!!!

วันพฤหัสบดีที่ 24 มีนาคม พ.ศ. 2554

Good Free Proxy


Good Free Proxy

14.136.194.138:80
218.14.227.197:3128
201.20.18.165:3128
174.142.104.57:3128
58.150.182.76:8080

วันพุธที่ 23 มีนาคม พ.ศ. 2554

[Perl] แก้ไวรัสซ่อนโฟลเดอร์ใน HandyDrive


พอดีว่าผมเจอไวรัสชนิดหนึ่ง จำชื่อไม่ได้ละ มันจะซ่อนโฟลเดอร์ในแฮนดี้ทั้งหมด แล้วก็สร้างไฟล์ .exe ที่มีชื่อเหมือนกับโฟลเดอร์ที่ซ่อนขึ้นมาแทน ทีนี้ผมลบตัวไวรัสออกหมดละ เหลือแต่จะแก้ให้โฟลเดอร์ที่ถูกซ่อนกลับมายังไง

วิธีการแก้คือ CMD -> เข้าไปในไดร์แฮนดี้ (Ex. cd g:) -> attrib –s –h –r “ชื่อโฟลเดอร์”

แต่ที่นี้ มันมีตั้งหลายโฟลเดอร์นะเออ… จะให้มาพิมพ์ทีละโฟลเดอร์ก็ไม่ไหวละ เลยเขียนโค้ด perl นี้ขึ้นมาใช้งานแทน เพราะไม่รู้วิธีแก้แบบอื่นแล้ว :P

เห้อ โพสใส่ blogger แล้วบางส่วนขาดหาย ขอไปโพสที่ pastebin แทนละกันนะครับ


เออ ถ้าแปลงเป็น .pl เป็น .exe แล้วก็พกใส่แฮนดี้เอาไว้ก็ดีแหะ ถูกซ่อนโฟลเดอร์อีกเมื่อไหร่ ก็ดับเบิ้ลคลิกแก้ได้เลย ;D

วันอาทิตย์ที่ 13 มีนาคม พ.ศ. 2554

ios 4.3 Update


อัพเดตแล้วนะเออ...
อัพจาก 4.2.1 > 4.3 600กว่าเมกฯแน๊ะ
ดีนะยังเป็นของสดอยู่ ไม่ไ้ด้เจล 555+

ปล. เขียนทำไมว่ะ ไร้สาระ แสรด ;P

วันอาทิตย์ที่ 6 มีนาคม พ.ศ. 2554

how to find perl interpreter?


Windows : where perl
Ex. : where perl
C:\Perl\bin\perl.exe



Linux : whereis perl
Ex. : whereis perl
perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz



Bonus : how to find version of perl ?

Windows and Linux : perl -v
Ex. on Windows : perl -v
This is perl 5, version 12, subversion 3 (v5.12.3) built for MSWin32-x86-multi-t
hread
(with 9 registered patches, see perl -V for more detail)

Copyright 1987-2010, Larry Wall

Binary build 1204 [294330] provided by ActiveState http://www.ActiveState.com
Built Feb 9 2011 14:38:22

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.



Ex. on Linux : perl -v
This is perl, v5.8.8 built for i386-linux-thread-multi

Copyright 1987-2006, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.


;D