Chuyển đến nội dung chính

Các phím tắt dùng trong Notepad ++

All the keyboard shortcuts :

Ctrl-C

Copy

Ctrl-X

Cut

Ctrl-V

Paste

Ctrl-Z

Undo

Ctrl-Y

Redo

Ctrl-A

Select All

Ctrl-F

Launch Find Dialog

Ctrl-H

Launch Find / Replace Dialog

Ctrl-D

Duplicate Current Line

Ctrl-L

Delete Current Line

Ctrl-T

Switch the current line position with the previous line position

F3

Find Next

Shift-F3

Find Previous

Ctrl-Shift-F

Find in Files

Ctrl-F3

Find (volatil) Next

Ctrl-Shift-F3

Find (volatil) Previous

Ctrl-Shift-I

Incremental Search

Ctrl-S

Save File

Ctrl-Alt-S

Save As

Ctrl-Shift-S

Save All

Ctrl-O

Open File

Ctrl-N

New File

Ctrl-F2

Toggle Bookmark

F2

Go To Next Bookmark

Shift-F2

Go To Previous Bookmark

Ctrl-G

Launch GoToLine Dialog

Ctrl-W

Close Current Document

Alt-Shift-Arrow keys or
Alt + Left mouse click

Column Mode Select

F5

Launch Run Dialog

Ctrl-Space

Launch CallTip ListBox

Alt-Space

Launch Word Completion ListBox

Tab (selection of several lines)

Insert Tabulation or Space (Indent)

Shift-Tab (selection of several lines)

Remove Tabulation or Space (outdent)

Ctrl-(Keypad-/Keypad+) or
Ctrl + mouse wheel button (if any)

Zoom in (+ or up) and Zoom out (- or down)

Ctrl-Keypad/

Restore the original size from zoom

F11

Toggle Full Screen Mode

Ctrl-Tab

Next Document

Ctrl-Shift-Tab

Previous Document

Ctrl-Shift-Up

Move Current Line Up

Ctrl-Shift-Down

Move Current Line Down

Ctrl-Alt-F

Collapse the Current Level

Ctrl-Alt-Shift-F

Uncollapse the Current Level

Alt-0

Fold All

Alt-(1~8)

Collapse the Level (1~8)

Alt-Shift-0

Unfold All

Alt-Shift-(1~8)

Uncollapse the Level (1~8)

Ctrl-BackSpace

Delete to start of word

Ctrl-Delete

Delete to end of word

Ctrl-Shift-BackSpace

Delete to start of line

Ctrl-Shift-Delete

Delete to end of line

Ctrl-U

Convert to lower case

Ctrl-Shift-U

Convert to UPPER CASE

Ctrl-B

Go to matching brace

Ctrl-Shift-R

Start to record /Stop recording the macro

Ctrl-Shift-P

Play recorded macro

Ctrl-Q

Block comment/uncomment

Ctrl-Shift-Q

Stream comment

Ctrl-Shift-T

Copy current line to clipboard

Ctrl-P

Print

Alt-F4

Exit

Ctrl-I

Split Lines

Ctrl-J

Join Lines

Ctrl-Alt-R

Text Direction RTL

Ctrl-Alt-L

Text Direction LTR

F1

About

Bài đăng phổ biến từ blog này

Thay đổi thuộc tính file php.ini cho từng website trong Apache

Đối với 1 hệ thống máy chủ hỗ trợ PHP mà có nhiều website hoạt động trên đó, thì việc điều chỉnh thông số kỹ thuật của file cấu hình php.ini đôi khi trở nên rắc rối. Thông thường sử dụng cú pháp ini_set() hoặc .htaccess để can thiệp . Giả sử, có 1 website với thư mục lưu trữ gốc là /var/www/html/example/ , với domain www.example.com . Để kiểm tra, trước tiên tạo file /var/www/html/example/phpinfo.php : <?php phpinfo(); ?>

Linux IP Commands

Display Current Config for all NIC's: ifconfig Display Current Config for eth0: ifconfig eth0 Assign IP: ifconfig eth0 192.168.1.2 Ping: ping -c 3 192.168.1.1

DOS / Windows IP Commands

Display Connection Configuration: ipconfig /all Display DNS Cache Info: ipconfig /displaydns Clear DNS Cache: ipconfig /flushdns Release All IP Address Connections: ipconfig /release