One good thing about firefox settings aka firefox registry, is that you can edit them at your own will to suit your needs without having to dig down deeper from source code level.
Here are several firefox tips and tricks that makes your browsing faster, easier and more convenient, atleast to a larger number of firefox end users.
Make proper backups. To backup current firefox settings, you can issue
# updatedb
# locate prefs.js
and copy it to a different filename like prefs.js.old
If the below changes crashes your firefox, just copy your backup setting overwriting the other one then restart firefox. Do this at your own will, you've been warned. It worked with my box type, yours might be a different story.
However, if all things fail, just remove and re install firefox like so:
# yum -y remove firefox
# mv /root/.mozilla /root/.mozilla-old
# mv ~your-user-name/.mozilla ~your-user-name/.mozilla-old
# yum -y install firefox
without any consideration to previously installed firefox addons, plugins, cached sites or download history.
Firefox plugins are usually located to the below locations
/root/.mozilla/plugins
~your-username/.mozilla/plugins
You can create a backup copy of these folders and copy it back after your firefox reinstallation just incase.
However, IF you wish to continue, read on and goodluck.
To edit these firefox registry configuration values, simply launch firefox and go to address bar. Type
about:config
and hit Enter key.
To edit or change any registry values, simply type the configuration line from the filter bar address and firefox would interactively bring you to nearest match of your search.
How to disable IPv6 with firefox?
From filter box, type
network.dns.disableIPv6.
Hit Enter. The default value for this is false. From the preference window, just double click the line to change and toggle it to true value.
How to enable memory caching with firefox?
browser.cache.memory should be true
How to increase pipelining request in firefox?
network.http.pipelining.maxrequests preferably doubling the current value from 4 to 8. The value can be changed by double clicking on it.
How to enable HTTP pipelining with firefox?
network.http.pipelining preferably setting it to true
How to increase pipelining maximum request with firefox?
network.http.pipelining.maxrequests preferably 8 would be fine
How to enable network http proxy pipelining with firefox?
network.http.proxy.pipelining preferably set it to true
How to disable resizing of firefox window by websites?
dom.disable_window_move_resize should be true
How to automatically saved sessions and returning back to them between system restarts?
Click Edit > Preferences > Main Tab > Startup > Show my Windows and Tabs from Last Time
How to increase disk cache and memory cache with firefox?
browser.cache.disk.capacity preferably doubling the size would be better, say 80000
browser.cache.disk.enable should be enabled
browser.cache.memory.enable should be enabled
network.http.use-cache should be enabled
security.xpconnect.plugin.unrestricted preferably false
How to notify user for extenstion update
extensions.update.notifyUser preferably should be true
How to enable cookie only for current session with firefox?
network.cookie.enableForCurrentSessionOnly preferably should be true
How to expand live browsing connections?
network.http.max-connections preferably increasing it to 36 ot 48 if you browse to ofteb with lots of firefox tab pages
How to increase connection per site?
network.http.max-connections-per-server preferably increasing it to 15
How to update firefox?
# yum -y update firefox
Restart firefox and you're done.
HTH
Subscription
Categories
- HowTos (612)
- Linux Devices (40)
- Linux Diggs (620)
- Linux News (1541)
- Linux Videos (24)
Recent Posts
Blog Archive
-
▼
2007
(340)
-
▼
August
(95)
- KCron - GUI task scheduler
- Linux backups powered by Tar
- INQ7 front page image retrieval
- using wget for data and file transfers
- BibleTime - Bible study from Linux howto
- human readable DVD/CD drive technical details
- sound-juicer - alternative audio CD ripper install
- Stellarium - watch the sky from Linux
- Munin - monitor linux hosts install howto
- blocking yahoo chat messenger
- string manipulation using cut linux command
- graphing skystream DVB receiver's Eb/No and signal...
- BZFlag - 3D multi-player tank game install howto
- screenshot and snapshot creations howtos
- string parsing using bash
- grep multiple character from string or file
- enable and disable of telnet service
- grep multiple strings from a file
- remove spaces from filenames
- ISO creation and CD/DVD burning from terminal
- send a message to user's terminal
- retrieve GMail emails via terminal using fetchmail
- more of activating and deactivating network card
- set new mysql password
- TIP: enable thumbnail display images from apache
- monitor large mailbox users
- using the linux yes command
- string manipulation using tr linux command
- install and play 2D chess game in linux
- more firefox tips and tricks
- recover root password on linux
- establish ssh connection from different port
- uniq linux command
- remove blank lines using grep or sed
- date and time sync via NTP server howto
- who am I
- delete spam email and folder regularly howto
- hello world bash and perl script
- passwordless rdesktop session with XP howto
- force VGA screen resolution and screen mode
- RealPlayer 10 for linux install howto
- Grip - CD ripper install howto
- Banshee - music management and playback
- gnome music applet install howto
- Pirut and yum-updatesd - software management
- Alacarte - editing panel menus install howto
- access NTFS drive in Fedora
- FileLight - graphical disk usage and statistics
- TestDisk- partition tool install howto
- using /dev/null in linux terminal
- yahoo messenger in fedora install howto
- check and repair MS-DOS file systems howto
- using fdformat and mkdosfs from terminal
- Tremulous - Quake 3 install howto
- block consecutive IP address using scripts
- using floppy linux command from terminal
- display word or text file in reversed pattern
- convert a file to equivalent hex/binary code
- spell check text file from terminal
- create screen timer from linux howto
- recreate deleted /dev/null
- harddisk monitoring using smartctl
- bind ssh to selected IP address
- restrict su command to superuser only
- thunderbird install howto
- dovecot POP3/POP3S server with SSL/TLS install howto
- qpopper POP3 server install howto
- my other linux pages
- more ssh log parsing and monitoring
- checking daemon service bash script
- HTML CHM help file viewer install howto
- du - the disk usage linux command howto
- gnome language translator install howto
- display linux memory information howto
- display the number of processor howto
- 3d tabletennis game install howto
- Nokia N70 on Fedora via USB data cable
- Fedora 7 as guest host from VirtualBox
- at - jobs scheduling howto
- Nokia 70 linux connection via bluetooth dongle howto
- crontab - jobs scheduling howto
- managing daemon services howto
- create your own linux OS distro howto
- kernel devel headers install howto
- more multimedia browser plugins install howto
- numlock on with X install howto
- Fedora and RHEL differences
- create virtual terminals with single ssh connection
- virtual CentOS using VMWare 5.5.4 install howto
- VMware workstation 5.5.4 install howto
- 50 quick linux command tips part 4
- 5 SysAds permanent static route story
- ssh log parsing and monitoring
- removable drives, devices and media preferences
- gnome-blog desktop blogging install howto
-
▼
August
(95)
Wednesday, August 22, 2007
more firefox tips and tricks
Subscribe to:
Post Comments (Atom)
ILoveTux - howtos and news | About | Contact | TOS | Policy
0 comments:
Post a Comment