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

5 Cool Firefox Tab Tricks

Some Months Back we Mentioned about 6 Cool Firefox Tips and Tricks and Firefox Keyboard Shortcuts. Now today am Giving Some Tips About Using Firefox Tabs. These Are Simple tips to Use in Firefox Tabs, I’ve found that not everyone knows everything they should know about Firefox tabs.

Firefox Tab Tricks, Firefox Tips, Firefox Tricks

1. Tab navigation. Instead of using the mouse to select different tabs that you have open, use the keyboard. Here are the shortcuts:

* Ctrl+Tab (rotate forward among tabs)
* Ctrl+Shft+Tab (rotate to the previous tab)
* Ctrl+1-9 (choose a number to jump to a specific tab)

2. Open a new Tab. Just tap Ctrl-T to open a new, blank tab. Or, if you want to open a Web link in a tab of its own, just click it with your mouse wheel.

3. Drag & Drop.You can change your tabs’ order just by dragging and dropping them as you see fit.

4. Undo Close Tab. If you accidentally close a tab you need, just right-click the tab toolbar and choose Undo Close Tab. (You can also press Ctrl-Shift-T if you’re a shortcut junkie like me.) The last tab you closed magically reappears.

5. Open multiple tabs. Want to open multiple tabs every time you start Firefox? Say, one for Google and another for Technobuzz.net? Just open the tabs you want (and close all others), click Tools, Options, and then click the Main tab. Finally, click Use Current Pages. Now, whenever you start Firefox, those two sites will magically appear!

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