dimco Posted October 6, 2009 Posted October 6, 2009 Σίγουρα θα έχουν γίνει κ άλλα guide σαν κ αυτό αλλά στο δικό μου τα έχω μαζεμένα και ποιο πολλά ============================================================================ Mozilla Firefox 3.0.13 Final Windows: http://ftp.osuosl.org/pub/mozilla.org/firefox/releases/3.0.13/win32/el/Firefox%20Setup%203.0.13.exe Mac: http://ftp.osuosl.org/pub/mozilla.org/firefox/releases/3.0.13/mac/el/Firefox%203.0.13.dmg Linux: http://ftp.osuosl.org/pub/mozilla.org/firefox/releases/3.0.13/linux-i686/el/firefox-3.0.13.tar.bz2 Κόλπα με το firefox: Το ξέρετε ότι υπάρχει τρόπος να επέμβετε στις εντολές του firefox και να τις ορίσετε όπως θέλετε!? Και όμως ναι μπορείτε!!! Και με αυτό τον τρόπο μπορείτε να κάνετε το firefox να "σερφάρει" πολύ πιο γρήγορα!!! Ανοίξτε ένα νέο παράθυρο και γράψτε εκεί που φαίνεται η διεύθυνση το εξής¨ about:config Μόλις μπήκατε στα ενδότερα τα firefox. Ο οδηγός αυτός είναι μία βελτιωμένη έκδοση του προηγούμενου οδηγού που είχα φτιάξει, προσαρμοσμένος ανάλογα με την ταχύτητα σύνδεσης και το τι υπολογιστή έχετε. Υπόψη, εάν δεν βρίσκεται κάποια τιμή, θα πρέπει να την εισάγετε εσείς. Στην περίπτωση που έχει αριθμητική τιμή, διαλέγετε New -> Integer , ενώ εάν πρέπει να επιλέξετε True ή False, διαλέγετε New -> Boolean. Κοινές ρυθμίσεις για όλους user_pref("network.http.pipelining", true); user_pref("network.http.proxy.pipelining", true); user_pref("network.http.pipelining.maxrequests", 8); user_pref("content.notify.backoffcount", 5); user_pref("plugin.expose_full_path", true); user_pref("ui.submenuDelay", 0); Γρήγορος υπολογιστής - γρήγορη σύνδεση (8 - ) user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("nglayout.initialpaint.delay", 0); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("browser.cache.memory.capacity", 65536); Γρήγορος υπολογιστής - μεσαία σύνδεση (2 - 8Mbps) user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("nglayout.initialpaint.delay", 0); user_pref("browser.cache.memory.capacity", 65536); Γρήγορος υπολογιστής - αργή σύνδεση (768-2Mbps) user_pref("browser.xul.error_pages.enabled", true); user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 3000000); user_pref("content.maxtextrun", 8191); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("network.http.max-connections", 32); user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-persistent-connections-per-proxy", 8); user_pref("network.http.max-persistent-connections-per-server", 4); user_pref("nglayout.initialpaint.delay", 0); user_pref("browser.cache.memory.capacity", 65536); Αργός υπολογιστής - γρήγορη σύνδεση user_pref("content.max.tokenizing.time", 3000000); user_pref("content.notify.backoffcount", 5); user_pref("content.notify.interval", 1000000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 1000000); user_pref("content.maxtextrun", 4095); user_pref("nglayout.initialpaint.delay", 1000); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("dom.disable_window_status_change", true); Αργός υπολογιστής - dialup σύνδεση user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("nglayout.initialpaint.delay", 750); user_pref("network.http.max-connections", 32); user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-persistent-connections-per-proxy", 8); user_pref("network.http.max-persistent-connections-per-server", 4); user_pref("dom.disable_window_status_change", true); Επίσης εδώ γράφει πως μπορείτε να σώσετε το προφίλ που έχετε, ώστε να γυρίσετε πίσω σε αυτό σε περίπτωση που έχετε πρόβλημα με αυτές τις ρυθμίσεις. http://www.mozilla.org/support/firefox/profile ΠΡΟΣΟΧΗ!!! ΕΚΕΙ ΠΟΥ ΒΓΑΊΝΕΙ ΑΥΤΟ " 8) " ΕΙΝΑΙ ΤΟ ΝΟΥΜΕΡΟ "8" ΚΑΙ ΔΙΠΛΑ Η ΠΑΡΕΝΘΕΣΗ ")" Credits: Me & maddoctor
˚°▫•Eмiизм●▫°˚™ Posted December 16, 2009 Posted December 16, 2009 poia windows ola ??? +Broken ling Someone Lock it
Recommended Posts