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

Browser Keyboard Shortcuts

Most of us browsing the internet for years, and we have to know about some simple and helpful Browser Keyboard Shortcuts. I am posting these browsing productivity tips for new users. These are the most commonly used browser keyboard shortcuts that work in Internet Explorer, Firefox browsers and many other browsers.

Enter a word in the address bad press CTRL + ENTER to auto-complete http://www.*.com/. For example, type google in the address bar and press CTRL+ENTER, the browser will automatically convert to http://www.google.com/.


SHIFT+ENTER auto-completes the *.net and CTRL+SHIFT+ENTER auto-completes *.org.

# Ctrl + D (to bookmark the current page)
# CTRL+E to focus the cursor on search bar in the browser.
# CTRL+N to open a new window.
# CTRL+T to open a new tab in the current window.
# CRTL+W to close a tab.
# F11 to toggle between full-screen and other views.
# ALT+HOME to go to the homepage.
# F5 or CTRL+R to refresh the webpage.
# CTRL+F5 to force refresh the current Web page, even if the timestamp for the Web version and your locally stored version are the same.
# CTRL+I to open the Bookmarks/Favorites box.
# CTRL+H to open the History box.

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