Stylish Extension [แนะนำการใช้งาน]

อันนี้เป็นตัวอย่างที่ผมตกแต่ง นำไปใช้งานกับ Facebook นะครับ

NxUg9m0XlB4

Download file on Ubuntu With IDM

IDM 5.05 Working on Linux !! *0*
But newest version NOT WORKING -_-”

Video Preview :

jY8wlGAS6YA

สำหรับ Link Download ก็ไปหาโหลดกันเองเองนะครับ คงไม่ยากเกินความสามารถ เราไม่สนับสนุนให้ใช้ของละเมิดลิขสิทธิ์ ^_^

พี่ไทยยยยยยย! [บัวขาว-ชูชิหมิง] #บ่น

พี่ไทยยยยยยยยยยยย!
ไม่เข้าใจเลยนะ ว่าจะไปด่าจีนเขาทำม๊ายยยยยยยย!!!
ด่าประเทศเขาไม่พอ ยังลามไปด่าแพนด้าอีก ซื่งมันไม่รู้อิโหน่อิเหน่อะไรเล๊ยย
และก็มีเกรียนคีย์บอร์ดไทย ไปโชว์เกรียนใน wiki อีกนะ – –
ผมว่านะ ยิ่งเราไปด่าเขามากๆแบบนี้ เราอาจถูกมองไม่ดีในสายตาต่างชาติก็ได้นะ !

แต่ที่หนักยิ่งกว่า หรือหนักที่สุด ก็คือ หลังจากมวยนัดนั้นผ่านไป เกิดเหตุภัยภิบัติ(จำไม่ได้เหมือนกันว่าภัยอะไร) พี่ไทยนี่ก็จริงๆเลย ไปด่าเขา แถมไปสมน้ำหน้าเขาอีก แล้วคนที่โดนภัยภิบัตินี่เขาไปรู้เรื่องอะไรด้วยมั๊ยย ???

ถ้ามึงแน่จริง อย่าด่าแค่แพนด้าแค่จีน แน่จริงมึงเลิกใช้ของจีน ห้ามทุกอย่างที่มาจากจีน ห้ามใช้ของ made in china ห้ามกินขนมจีนสิวะ !!!! (อันสุดท้ายนี่ เกี่ยวกันหรอ 555)

ปล. ไอ้คนที่สมควรโดนประนามจริงๆ มันน่าจะเป็นไอ้องค์กร AIBA มากกว่านะ =[]=”

//กูประชด !!!!! #ขอบ่นหน่อย

15/08/55

พี่ไทยยยยยยย! [รังนก] #บ่น

พี่ไทยยยยยยย!!!!!!
แหมม sensitive กันจริงๆน๊าาาา

เห็นบ่นกันจัง กินรังนกแล้วไม่เห็นได้อะไร กินแล้วเป็นการฆ่านกทางอ้อม ไปพรากแม่พรากลูกเค้าา
ใจบุณกันจริงจรี๊งงงงงงงงงงงงงง !!
ทำเหมือนแบบว่ารักและเป็นมิตรกับสัตย์ทุกชนิดบนโลก ไม่เคยทำร้ายสัตย์ ไม่เคยรับรับประทานเนื้อสัตย์กันเล๊ยยย ยุงกูก็ไม่เคยตี !!
ผมว่านะบริษัทที่เขาทำเครื่องดื่มรังนกมาขาย เขาก็น่าจะมีกรรมวิธีการผลิต หรือโรงเพาะอะไรของเขาแหละ
และอีกอย่าง ที่เห็นด่าๆเรื่องรังนกเนี่ย แน่จริงก็ด่าซุปไก่มั่งดิ! แม่งก็ทำมาจากไก่ต้มเหมือนกันแหละวะ !!!

ถ้ารักสัตย์กันจริง ก็อย่าแดกเนื้อสัตย์กันสิคร๊าบบ ยุงก็ห้ามตบกันน๊าาา
เดี๋ยวจะไปพรากแม่พรากลูกเค้าาา ;3

//กูประชด !!!!! #ขอบ่นหน่อย

15/08/55

Nmap Cheat Sheet

Nmap Cheat Sheet

Basic Scanning Techniques

Scan a single target —> nmap [target]

Scan multiple targets —> nmap [target1,target2,etc]

Scan a list of targets —-> nmap -iL [list.txt]

Scan a range of hosts —-> nmap [range of IP addresses]

Scan an entire subnet —-> nmap [IP address/cdir]

Scan random hosts —-> nmap -iR [number]

Excluding targets from a scan —> nmap [targets] –exclude [targets]

Excluding targets using a list —> nmap [targets] –excludefile [list.txt]

Perform an aggressive scan —> nmap -A [target]

Scan an IPv6 target —> nmap -6 [target]

Discovery Options

Perform a ping scan only —> nmap -sP [target]

Don’t ping —> nmap -PN [target]

TCP SYN Ping —> nmap -PS [target]

TCP ACK ping —-> nmap -PA [target]

UDP ping —-> nmap -PU [target]

SCTP Init Ping —> nmap -PY [target]

ICMP echo ping —-> nmap -PE [target]

ICMP Timestamp ping —> nmap -PP [target]

ICMP address mask ping —> nmap -PM [target]

IP protocol ping —-> nmap -PO [target]

ARP ping —> nmap -PR [target]

Traceroute —> nmap –traceroute [target]

Force reverse DNS resolution —> nmap -R [target]

Disable reverse DNS resolution —> nmap -n [target]

Alternative DNS lookup —> nmap –system-dns [target]

Manually specify DNS servers —> nmap –dns-servers [servers] [target]

Create a host list —-> nmap -sL [targets]

Advanced Scanning Options

TCP SYN Scan —> nmap -sS [target]

TCP connect scan —-> nmap -sT [target]

UDP scan —-> nmap -sU [target]

TCP Null scan —-> nmap -sN [target]

TCP Fin scan —> nmap -sF [target]

Xmas scan —-> nmap -sX [target]

TCP ACK scan —> nmap -sA [target]

Custom TCP scan —-> nmap –scanflags [flags] [target]

IP protocol scan —-> nmap -sO [target]

Send Raw Ethernet packets —-> nmap –send-eth [target]

Send IP packets —-> nmap –send-ip [target]

Port Scanning Options

Perform a fast scan —> nmap -F [target]

Scan specific ports —-> nmap -p [ports] [target]

Scan ports by name —-> nmap -p [port name] [target]

Scan ports by protocol —-> nmap -sU -sT -p U:[ports],T:[ports] [target]

Scan all ports —-> nmap -p “*” [target]

Scan top ports —–> nmap –top-ports [number] [target]

Perform a sequential port scan —-> nmap -r [target]

Version Detection

Operating system detection —-> nmap -O [target]

Submit TCP/IP Fingerprints —-> www.nmap.org/submit/

Attempt to guess an unknown —-> nmap -O –osscan-guess [target]

Service version detection —-> nmap -sV [target]

Troubleshooting version scans —-> nmap -sV –version-trace [target]

Perform a RPC scan —-> nmap -sR [target]

Timing Options

Timing Templates —-> nmap -T [0-5] [target]

Set the packet TTL —-> nmap –ttl [time] [target]

Minimum of parallel connections —-> nmap –min-parallelism [number] [target]

Maximum of parallel connection —-> nmap –max-parallelism [number] [target]

Minimum host group size —–> nmap –min-hostgroup [number] [targets]

Maximum host group size —-> nmap –max-hostgroup [number] [targets]

Maximum RTT timeout —–> nmap –initial-rtt-timeout [time] [target]

Initial RTT timeout —-> nmap –max-rtt-timeout [TTL] [target]

Maximum retries —-> nmap –max-retries [number] [target]

Host timeout —-> nmap –host-timeout [time] [target]

Minimum Scan delay —-> nmap –scan-delay [time] [target]

Maximum scan delay —-> nmap –max-scan-delay [time] [target]

Minimum packet rate —-> nmap –min-rate [number] [target]

Maximum packet rate —-> nmap –max-rate [number] [target]

Defeat reset rate limits —-> nmap –defeat-rst-ratelimit [target]

Firewall Evasion Techniques

Fragment packets —-> nmap -f [target]

Specify a specific MTU —-> nmap –mtu [MTU] [target]

Use a decoy —-> nmap -D RND: [number] [target]

Idle zombie scan —> nmap -sI [zombie] [target]

Manually specify a source port —-> nmap –source-port [port] [target]

Append random data —-> nmap –data-length [size] [target]

Randomize target scan order —-> nmap –randomize-hosts [target]

Spoof MAC Address —-> nmap –spoof-mac [MAC|0|vendor] [target]

Send bad checksums —-> nmap –badsum [target]

Output Options

Save output to a text file —-> nmap -oN [scan.txt] [target]

Save output to a xml file —> nmap -oX [scan.xml] [target]

Grepable output —-> nmap -oG [scan.txt] [target]

Output all supported file types —-> nmap -oA [path/filename] [target]

Periodically display statistics —-> nmap –stats-every [time] [target]

133t output —-> nmap -oS [scan.txt] [target]

Troubleshooting and debugging

Help —> nmap -h

Display Nmap version —-> nmap -V

Verbose output —-> nmap -v [target]

Debugging —-> nmap -d [target]

Display port state reason —-> nmap –reason [target]

Only display open ports —-> nmap –open [target]

Trace packets —> nmap –packet-trace [target]

Display host networking —> nmap –iflist

Specify a network interface —> nmap -e [interface] [target]

Nmap Scripting Engine

Execute individual scripts —> nmap –script [script.nse] [target]

Execute multiple scripts —-> nmap –script [expression] [target]

Script categories —-> all, auth, default, discovery, external, intrusive, malware, safe, vuln

Execute scripts by category —-> nmap –script [category] [target]

Execute multiple scripts categories —-> nmap –script [category1,category2, etc]

Troubleshoot scripts —-> nmap –script [script] –script-trace [target]

Update the script database —-> nmap –script-updatedb

Ndiff

Comparison using Ndiff —-> ndiff [scan1.xml] [scan2.xml]

Ndiff verbose mode —-> ndiff -v [scan1.xml] [scan2.xml]

XML output mode —-> ndiff –xml [scan1.xm] [scan2.xml]

 

Cr. http://pentestlab.wordpress.com

รับน้อง แผนกเทคนิคคอมพิวเตอร์ วท.อย

รับน้อง แผนกเทคนิคคอมพิวเตอร์ วท.อย

ปีนี้เป็นปีที่ 5 (รุ่น 5)แล้ว สำหรับแผนกเทคนิคคอมพิวเตอร์ที่ได้เปิดตัวมา

 

พ่อมึงชื่ออะไร !!!

พระวิษณุกรรมครับ!!!

พิธีใหว้ครู และพิธีบายศรีสู่ขวัญ

เสื้อที่ใมช้ใส่ช่วงกิจกรรมรับน้อง

ผูกข้อมือ

หมอบๆๆ หมองลงไป !!!

โดนทำโทษ =[]=

เอ้าเร๊วว วิ่งๆๆๆๆ !!!

ปวส เทคโนโลยีคอมพิวเตอร์ รุ่น 1 :)

นี่แน่ะๆ ป้ายเราไว้เยอะ !!!

สู้ตายค่าาาาา :D

สู้ตายคร๊าบบบ :D

staff โดนเอาคืน หึหึ :3

แกล้งน้องกันนักใช่มั๊ยย staff ทั้งหลายยยย !!!

ถึงเวลารุ่นน้องเอาคืน o.O!

ถ่ายรูปกับเพื่อนเก่า

3 คน 3 สถาบัน

เทคนิคอยุธยา, พระจอมเกล้าพระนครเหนือ, ราชมงคลธัญบุรี

รูปภาพเพิ่มเติม
https://www.facebook.com/media/set/?set=a.3445369701622

VDO by : อ.สุดวีระ ชินจรัสศรี

UJAa23XY5rI

a-neaaOaYJI

hfqhdE1-fiM

Beginning XHTML

XHTML ลักษณะคล้ายๆ HTML แต่จะเข้มงวดเรื่อง syntax มากกว่า strict มากกว่า HTML
ตัวอย่างเช่น
☻ attribute ต้องเป็นตัวเล็กเท่านั้น
<TITLE> ✘
<title> ✔

☻ ค่าใน attribute ต้องใส่ ”
<img src=pic.jpg /> ✘
<img src=”pic.jpg” /> ✔

☻ ต้องมี / ปิดท้ายด้วยเสมอ
<br> ✘
<br /> ✔

☻ attributeใช้ id แทน name
<img src=”pic.jpg” name=”image” /> ✘
<img src=”pic.jpg” id=”image” /> ✔

☻ การเปิดปิด tag ต้องทำให้ถูกต้องถูกลำดับ
<b><i>xhtml</b></i> ✘
<b><i>xhtml</i></b> ✔

☻ XHTML ต้องใส่ DOCTYPE ไว้ด้านบนสุดเสมอ
(More : http://www.w3schools.com/tags/tag_doctype.asp)
แนะนำให้ใช้ XHTML 1.0 Transitional
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>

☻ เลิกใช้การประกาศ Language Attribute
<script language=”javascript” type=”text/javascript” ></script> ✘
<script type=”text/javascript” ></script> ✔

☻ XHTMLL ไม่สามารถใช้ Characters แบบตรงๆได้
(More : http://www.ascii.cl/htmlcodes.htm)
<title>hello >>TEST<< hello</title> ✘
<title>hello &gt;&gt;TEST &lt;&lt; hello</title> ✔

☻ ห้ามย่อค่าของ attributes
<option selected> ✘
<option selected=”selected”> ✔

☻ สำหรับการกำหนดลักษณะต่างๆ กำหรดรูปแบบ ขนาดต่างๆ ในบาง elements XHTML ห้ามใช้ attributes บางอย่าง ให้เราไปใช้ style แทน
ปล. XHTML จะเหมาะกับการใช้ร่วมกับ CSS มากกว่า
<td background=”pic.jpg”></td> ✘
<td style=”background-image:url(‘pic.jpg’);”></td> ✔

– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
✎ <a> Must not contain other <a> elements.
✎ <pre> Must not contain the <img>, <object>, <big>, <small>, <sub>, or <sup> elements.
✎ <button> Must not contain the <input>, <select>, <textarea>, <label>, <button>, <form>, <fieldset>, <iframe> or <isindex> elements.
✎ <label> Must not contain other <label> elements.
✎ <form> Must not contain other <form> elements.
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
ตัวอย่างการเขียน XHTML
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>
<html xmlns=”http://www.w3.org/1999/xhtml“>
<head>
<title></title>
<meta http-equiv=”Content-Type” content=”text/html;charset=utf-8″ />
</head>
<body></body>
</html>
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
The <marquee></marquee> tag creates a scrolling text marquee. This tag is not part of the XHTML specification
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
XHTML Reference
http://www.w3schools.com/tags/default.asp
http://xhtml.com/en/xhtml/reference/
http://www.december.com/html/x1tran/– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
Markup Validation Service (ตรวจสอบความถูกต้องของโค้ด)
http://validator.w3.org/#validate_by_upload
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
attributes = คุณสมบัติ , ลักษณะ
elements = องค์ประกอบ

Online Code Editor สุดว๊าว [collabedit]

collabedit.com สุดว๊าววววว *0*

collabedit เว็บ Online Code Editor สุดแจ่ม สามารถสื่อสาร พิมพ์แก้โค้ดโต้ตอบกันได้ กับ user คอมพิวเตอร์เครื่องอื่นๆ นอกจากนั้นยังสามารถแช็ทคุยกันได้อีกด้วย
เหมาะมากสำหรับการนำไปใช้ในการเรียนการสอนแบบออนไลน์  ^_^

Online Code Editor

Collabedit is an online code editor that lets people collaborate in real-time.

It works in your web browser so no installation is needed.

Try it now, no account necessary, just click here.
Features

  • text editor
  • chat
  • document history
  • syntax highlighting for programming languages

Useful For

Technical Phone InterviewsTechnical Phone Interviews Collaborative CodingCollaborative Coding Teach ProgrammingTeach Programming

VDO ตัวอย่างแนะนำการใช้งานครับ :)

5qrzrbhN6og

Perl : PDF album Downloader [ SS : GUI ]

SS : เป็นแบบ GUI นะครับ แต่โค้ดด้านล่างเป็นแบบธรรมดา ^^”


#!/usr/bin/perl
#########################################################################
# ░░░░░░░░░░░░▄▄░░░░░░░░░░░░░░ Copyright (c) 2012 by sornram9254.com
# ░░░░░░░░░░░█░░█░░░░░░░░░░░░░
# ░░░░░░░░░░░█░░█░░░░░░░░░░░░░ This software is open source,
# ░░░░░░░░░░█░░░█░░░░░░░░░░░░░ licensed under the GNU/GPL,v3.0
# ░░░░░░░░░█░░░░█░░░░░░░░░░░░░
# ██████▄▄█░░░░░██████▄░░░░░░░ Basically,
# ▓▓▓▓▓▓█░░░░░░░░░░░░░░█░░░░░░ this means that you're allowed to modify and
# ▓▓▓▓▓▓█░░░░░░░░░░░░░░█░░░░░░ distribute this software.
# ▓▓▓▓▓▓█░░░░░░░░░░░░░░█░░░░░░ However, if you distribute modified versions,
# ▓▓▓▓▓▓█░░░░░░░░░░░░░░█░░░░░░ you MUST also distribute the source code.
# ▓▓▓▓▓▓█░░░░░░░░░░░░░░█░░░░░░
# ▓▓▓▓▓▓█████░░░░░░░░░██░░░░░░ See http://www.gnu.org/licenses/gpl.html
# █████▀░░░░▀▀████████░░░░░░░░ for the full license.
#########################################################################
use LWP::Simple;
print "Create new Album...\nName : ";
$album = ;
mkdir($album);
my $ua = LWP::UserAgent->new();
my $content = $ua->get('http://www.eduunix.ccut.edu.cn/index/pdf/')->content;
print "=============================================\n";
print "Please wait to Download...\n";
print "=============================================\n";
while($content =~ m/<\/td>/g){
$file = $1;
$url = "http://www.eduunix.ccut.edu.cn/index/pdf/".$file;
print "Getting ==> $file ..\n";
my $data = LWP::Simple::get $url;
my $filename = $file;
open (FH, "> /home/sornram9254/$album/$filename");
binmode (FH);
print FH $data;
close (FH);
print "\tDone ..\n";
sleep(1);
}

 

 

อยากได้ลูกเล่นอะไรเพิ่มเติมก็ลองไปโมฯกันเองนะครับ ^_^

[บ่น] ประเทศไทย , การศึกษา , แฟนคลับ vs ติ่ง , นักการเมือง

‎”ประเทศไทย = สังคมตอแหล”
มือถือสาก ปากถือศีล
คนไทยทั้งประเทศกำลังป่วยเป็นโรค “ไม่กล้ายอมรับความจริง””การศึกษา”
สอนแต่ด้านมุมมองที่ดีๆ โลกสวย ไม่อยากสอนอะไรที่ไม่เหมาะสม หรือด้าน ให้กับเด็ก
แต่คุณลืมไปหรือเปล่าว่า โลกความเป็นจริง มัน “ไม่ได้เลิศเลอ หรือสวยงาม” เหมือนในนิทานนะ
ถ้าหากวันนึงเด็กออกมาเผชิญโลกแห่งความเป็นจริงโดยลำพัง “แล้วเด็กจะอยู่รอดได้หรอ?”
ยกตัวอย่างง่ายๆเรื่อง”Sex” เวลาเด็กๆถามทำเป็น
“โอ๊ยยย ไม่อยากตอบ มันยังไม่ถึงเวลาที่ควรรู้นะเด็กน้อยยยย”
แล้วเป็นไงล่ะ เพราะท่านไม่ตอบและไม่สอนไง เด็็กมันก็เลยหัดริหัดลอง โดยไม่มีการสอนการชี้แนะ หรือคำแนะนำที่ถูกต้อง…
เด็กไทย เรียนหนักมาก แทบจะตายห่า แต่คุณภาพ …แฟนคลับ vs ติ่ง
เด็กสมัยนี้บางส่วน ให้ความสำคัญดารานักร้อง มากกว่าผู้มีพระคุณของตัวเองเสียอีก
ดารา-นักร้อง “รักได้ชอบได้” แต่ควรมีขอบเขต มีเหตุผล อย่าคลั่งให้มันมาก
บางคนคลั่งไคล้เกินเหตุ สนใจดารานักร้องมากกว่าพอ่แม่ของตนเอง
อย่าลืมนะครับ พ่อแม่เราสำคัญกว่าเยอะ สนใจท่านบ้าง :)

ปล.ลืมขยายความ แฟนคลับ vs ติ่ง
แฟนคลับ = แยกแยะออก รัก + ชอบ ดารานักร้องอย่างมีเหตุผล
ติ่ง = คลั่งดารานักร้องมากเกินเหต คอยปกป้อง + แถ เพื่อให้ดารานักร้องที่ตังเองรัก ถูกเสมอ

“นักการเมือง = บุคคลที่หวังแต่ได้”
นักการเมืองบางคน ตอนเลือกตั้ง “ดีแสนดี”
หลังเลือกตั้ง “เหี้ยแสนเหี้ย”
“บุคคลที่หวังแต่ได้” ยังไงน่ะเหรอ
– ก่อนเลือกตั้ง ทำทุกอย่างเพื่อซื้อใจประชาชน เพื่อที่จะหวัง “คะแนนเสียง”
– หลังเลือกตั้ง … (ก็รู้ๆกันอยู่นะ สัญดานนักการเมืองไทย เป็นทุกยุคทุกสมัย)

R.I.P …