built-in checksum utility on Windows

CertUtil is a pre-installed Windows utility, that can be used to generate hash checksums:

certUtil -hashfile pathToFileToCheck [HashAlgorithm]

HashAlgorithm choices: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512

So for example, the following generates an MD5 checksum for the file C:\TEMP\MyDataFile.img:

CertUtil -hashfile C:\TEMP\MyDataFile.img MD5

Original solution by Laisvis Lingvevicius

 

ref: http://superuser.com/questions/245775/is-there-a-built-in-checksum-utility-on-windows-7/898377?stw=2#898377

How to delete all the animations in a presentation

http://answers.microsoft.com/en-us/office/forum/officeversion_other-powerpoint/how-to-delete-all-the-animations-in-a-presentation/4d709072-e8b8-47b5-8802-048b0abc9dcb
—————————————————————————-

You can turn off the animations by going to Setup Slide Show and underShow Options tick the Show without animation option and clickOK. Now run the show and it will display without the animations.

If you really want to delete all the animations in a single sweep then you will need to run this macro.

Sub StripAllBuilds()
    Dim I As Integer: Dim J As Integer
Dim oActivePres As Object
Set oActivePres = ActivePresentation
With oActivePres
For I = 1 To .Slides.Count
If Val(Application.Version) < 10 Then
‘ Older versions of PowerPoint 97/2000
‘ In each slide set the animation property
‘ of the Shape object to FALSE
For J = 1 To .Slides(I).Shapes.Count
.Slides(I).Shapes(J).AnimationSettings.Animate = msoFalse
Next J
Else
‘ New versions support the Timeline object
For J = .Slides(I).TimeLine.MainSequence.Count To 1 Step -1
.Slides(I).TimeLine.MainSequence(J).Delete
Next J
End If
Next I
End With
Set oActivePres = Nothing
End Sub

Set Firefox to Allow 10 Simultaneous Downloads

about:config => network.http.max-persistent-connections-per-server
ref: http://mypchell.com/guides/17-set-firefox-to-allow-10-simultaneous-downloads

firefox: Using “unverified” add-ons

about:config => xpinstall.signatures.required => false

ref: https://support.mozilla.org/en-US/questions/1078339

linux: show a list of ALL autostart services

You can simply use the initctl list shell command to list the contents of “/etc/init” rather than the suggested dbus-send command.
ref: http://askubuntu.com/questions/218/command-to-list-services-that-start-on-startup/6649?stw=2#6649

initctl show-config
ref: http://superuser.com/questions/511804/in-ubuntu-is-there-a-command-to-show-a-list-of-all-autostart-services/511980?stw=2#511980

$perldoc

$perldoc perlsyn
$perldoc perlcheat

ref: https://twitter.com/sornram9254/status/604954298108100608

Synchronizing any folder on your system with OneDrive

mklink /J “C:\Users\\OneDrive\” “C:\

ref: http://blogs.msdn.com/b/developingfordynamicsgp/archive/2014/09/12/synchronizing-any-folder-on-your-system-with-onedrive.aspx

เด็กช่าง ทำอะไรก็ผิด ?

“และระเบิดแบบนี้นิยมใช้ในเด็กช่างเป็นหลักนะครับ” คร่วยยย #NationTV จากข่าวระเบิดจากถังขยะ

เด็กช่างนี่แค่หายใจยังผิดเลย ระเบิดแบบนี้ทำง่ายจะตายห่า และไม่ใช่แค่เด็กอาชีวะซะหน่อย แว๊น ขาสั้น อันธพาล มีหมด แต่เจาะจงพูดถึงเด็กช่าง -__-

สื่อแม่งแบบนี้ไง เด็กมันถึงมาเรียนสายอาชีพกันน้อยลง สื่อแม่งตลอด ตีกันขึ้นหน้าหนึ่ง พอแข่ง&ช่วยเหลือสังคม พาดหัวข่าวเท่าจิ๋มมด -_________-

ตอนเรียนเทคนิคมีอยู่วันเว่ย ที่วิทยาลัยเป็นวิทยาลัยนำร่องโครงการอะไรสักอย่าง
เกี่ยวกับยาเสพติด พอเปิดงานเสร็จก็มีการร่วมตรวจปัสสาวะ

แต่รู้มั้ยสือลงข่าวว่าไง ประมาณนี้ ตำรวจกรุงเก่า “บุก” ตรวจปัสสาวะ นศ. วท.xx พบฉี่ม่วง xx ราย อิเหี้ยยยย ลงข่าวได้เหี้ยมาก

คือนึกออกมั้ย เป็นวิทยาลัยนำร่องโครงการยาเสพติด แต่นักข่าวพาดหัวว่า”บุกตรวจ” ประหนึ่งว่าแม่งติดยาทั้งวิทยาลัย สื่อไทยบางคนให้ข่าวได้เหี้ยมาก

เหตุการณ์สงบงบไม่มา ?

#รีล่า นึกถึงคำนี้เลย “เหตุการณ์สงบงบไม่มา” ถึงจะมีคนบอกประโยคนี้งี่เง่าสิ้นดี แต่ก็ไม่แน่นะ คิดหรอว่าวงการทหารมันเลิศเลอขนาดนั้น (1)

สมัยนี้มีแต่คนเกลียดตำรวจ แต่รักทหาร เขาบอกตำรวจแม่งเหี้ย โกง แต่ทหารนี่เคียงข้างประชาชน ถุยยยยย (2)

จะทหารตำรวจก็มีคนที่เหี้ยๆเหมือนกันแหละ เพียงแต่ตำรวจไกล้ชิด ปชช มากกว่าทหาร เลยทำให้เห็นเรื่องเหี้ยๆของตำรวจได้มากกว่าเห็นของทหาร (3)

ของหนีภาษี ของเถื่อน ฯลฯ ทxาs แม่งมีเอี่ยวทั้งนั้นแหละ ถ้าจะถามทำไมผมถึงรู้ ตระกูล ,ญาติ , คนรู้จักเป็นทหารตำรวจกันเยอะแยะ (4)

อย่าคิดว่าทหารเลิศเลอขนาดนั้น และอย่าเกลียดตำรวจกันมากเกินเหตุ จะวงการไหนก็มีพวกเหี้ยๆเหมือนกัน ตร. ใกล้ชิด ปชช มากกว่าเลยซวยไป (5-end)

เด็กสายอาชีพ กับการสอบ

สงสารน้องอยู่คน น้องมันสอบแค่ o-net gat/pat แต่เข้าไม่ได้ ตอนนี้น้องมันรอแอด ยื่นไรไม่ได้เลย v-net ก็ไม่รับ มีรับ pat3 กับ 7วิชาสามัญ

เคยบ่นไปแล้วนะ ปวช/ส ลำบากกว่า ม.ปลาย เยอะ อย่างเมื่อกี้น้องแม่งสอบ onet gat/pat ก็ยังไม่ได้ ถ้าให้ชัวร์ต้องๆไปpat3กับ7สามัญ ยังไม่รวมvnetนะ

ปล. แต่ทั้งนี้ทั้งนั้นขอเว้น ปวช.เตรียมวิศวะ นะครับ อันนี้ของเขาเจ๋งจริงอยู่แล้ว หาที่ไปได้แน่นอน 55555

อย่างน้องคนนี้ ปล. ขออนุญาตินะน้อง ฮ่าๆ แต่ตัดชื่อกับรูปไปและ ไม่รู้หรอกว่าใคร
CBNDuc7VAAEE83T

ส่วนน้องอีกคนนี่มาเต็ม ถ้าไม่รวมที่ต้องสอบของ ปวช/ส(vnet,มาตรฐานวิชาชีพ) ก็มี onet gat/pat pat3 7วิชาสามัญ เชี่ยยย กูยอมน้องแม่งเลย โหดสัสสส

จริงๆนะ น้องคนนั้นผมนี่โคตรนับถือความพยายาม เชี่ยยย สอบไปได้ไง สอบโหดกว่าน้องๆ ม.ปลายอีก -0- โคตรนับถือเลยจริงๆ