verizon fios quantum router - switching from an old router to a new one

 


this is a guide about how to replace verizon fios quantum router G1100 with the exact same model. 

you can simple unplug everything and re-plug everything. it's as simple as that. 

but to make the transition smoother, i have some suggestions that you might like to follow. 

 

1. take pictures first. 

take some pictures before you start. there are at least two you want to take. 

a. take a picture of the new router's login information. 

 

b. take a picture of the old router's cable arrangement. if you have more than 2 cables plugged in to the router, it's easier this way.

 

 

2. don't remove the old router yet. we need to export the settings of the router. 

go to your browser and type in address bar: 192.168.1.1

log in your router. on the left pane, click on "save & restore settings". 


then on the top portion of the screen, choose "save as a file" and click "save configuration". 


a dialogue will pop up. the filename should be something like "configfile.bin", save it to desktop. 

 

3. now go ahead and swap out the old router. unplug everything. then plug in the cables to the same port as the old one. look at the picture you took and make sure they are plugged back to the corresponding ports. then wait for the new router to power up. 

 

4. when the light on the globe is steady, try to go to 192.168.1.1

you now need the new login password. it's on the first picture you took, "administrator password". 

after logging in, same as before, click "save & restore settings". 

on the lower part of the screen, Restore Options, choose "Load a File". and then click "Restore configuration".

 


a dialogue will pop up, go to desktop and choose the file we saved before,  "configfile.bin". 


the router will reboot and everything should be running as it used to. 


 

 



remove google 'people also search for' css doesn't work anymore

10/03/2020

i have been using css code in stylus to remove 'people also search for'. 

it's fast and light. 

the css i was using was found on this website here

and the code:

.s + div, .exp-outline { 
    display: none;
}

 

however, it does not work anymore since Oct, 2020. 

i couldn't find a new one to correct it. 

so the other option i found would be using ublocker. 

in the 'my filters' in the settings, copy and paste this,

 

www.google.com##[id^="eob_"]

 

 save it. and it will take care of the 'people also search for' box. 

 

 

 

spotlight constantly indexing and re-index every time after reboot

 i fixed the problem that spotlight constantly indexing issue.

symptoms: spotlight never achieved 100% indexing, constantly re-index, search results random and not useful

open terminal app, enter:

sudo mdutil -i off /

sudo rm -R /.Spotlight-V100

sudo mdutil -i on /

sudo mdutil -E /

then it will take time for spotlight to re-index everything. it will reach 100% index.

after that, every time after reboot, spotlight will re-scan everything. it might take up to two hours. ( i have two 4tb drives.) and then it will reach 100%.
the search results are good again. 


thanks to this post. this is where i found the solution. 



how to get rid of "sign in to example.com with google account" popup


use an ad-blocker to do it. 

i use ublock. open the dashboard, go to my filters, 

add this filter,


accounts.google.com/gsi/iframe/$subdocument

 

and apply changes. 

done. 

i got the info from this post here.

auto-hide bookmarks toolbar - firefox 80

just updated to firefox 80 and the autohide bookmarks toolbar function is broken. 

add in userchrome.css

here is the fix



#PersonalToolbar{
  --uc-bm-height: 20px; /* Might need to adjust if the toolbar has other buttons */
  --uc-bm-padding: 4px; /* Vertical padding to be applied to bookmarks */
  --uc-autohide-toolbar-delay: 600ms; /* The toolbar is hidden after 0.6s */
}

:root[uidensity="compact"] #PersonalToolbar{ --uc-bm-padding: 1px }
:root[uidensity="touch"] #PersonalToolbar{ --uc-bm-padding: 7px }

#PersonalToolbar:not([customizing]){
  position: relative;
  margin-bottom: calc(0px - var(--uc-bm-height) - 2 * var(--uc-bm-padding));
  transform: rotateX(90deg);
  transform-origin: top;
  transition: transform 135ms linear var(--uc-autohide-toolbar-delay) !important;
  z-index: 1;

}
#PlacesToolbarItems > .bookmark-item{ padding-block: var(--uc-bm-padding) !important; }

/* SELECT BOOKMARKS TOOLBAR BEHAVIOR */
/* Comment out or delete either one of these to disable that behavior */

/* Show when urlbar is focused */
#nav-bar:focus-within + #PersonalToolbar{
  transition-delay: 100ms !important;
  transform: rotateX(0);
}


show bookmarks toolbar only on new tab - firefox 72

show on new tab as well we focus on address bar and search bar.
in userChrome.css add,

/*bookmarks toolbar on new tabs only */

#PersonalToolbar{
  --uc-bm-height: 20px; /* Might need to adjust if the toolbar has other buttons */
  --uc-bm-padding: 3px; /* Vertical padding to be applied to bookmarks */
}

:root[uidensity="compact"] #PersonalToolbar{ --uc-bm-padding: 1px }
:root[uidensity="touch"] #PersonalToolbar{ --uc-bm-padding: 6px }

#PersonalToolbar:not([customizing]){
  margin-bottom: calc(2px - var(--uc-bm-height) - 2 * var(--uc-bm-padding));
  transform: rotateX(90deg);
  transform-origin: top;
  transition: transform 135ms linear 600ms !important;
  z-index: 1;

}
#PlacesToolbarItems > .bookmark-item{ padding-block: var(--uc-bm-padding) !important; }

/* SELECT BOOKMARKS TOOLBAR BEHAVIOR */
/* Comment out or delete either one of these to disable that behavior */

/* Show when urlbar is focused */
#nav-bar:focus-within + #PersonalToolbar{
  transition-delay: 100ms !important;
  transform: rotateX(0);
}


update*

in firefox 79, you need to enable loading of userChrome.css

follow this guide here


 

bookmarks toolbar remove favicon - firefox 72

to remove favicon on bookmarks toolbar in firefox 72,
in userChrome.css, add this,
(folder is shown as dropdown arrow)

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#personal-bookmarks .bookmark-item .toolbarbutton-icon {
 display:none!important;
}
#personal-bookmarks .bookmark-item[container] .toolbarbutton-menu-dropmarker {
 display: -moz-box !important;
}

make gmail display bigger font (no ctrl+ ctrl-)

i do not like the ctrl+ method to "zoom in" on the webpage.
cause sometimes it just mess up the webpage.

to make gmail display bigger font, you need to install stylish add on for firefox browser.
https://addons.mozilla.org/en-US/firefox/addon/stylish/

after that, go to this style script --- gmail bigger fonts
http://userstyles.org/styles/438/gmail-bigger-fonts

after install that, you can adjust the font size as you need.
how to adjust font size:
go to firefox add-ons page. select "user styles".
on "gmail- bigger fonts", click "edit".
a window will popup.
you want to look at line 7, "font-size: 14px !important;"
change the number before "px" to 15 or 16.
don't forget to click "save".

 
 



best way to migrate from yahoo mail to gmail

i wish i have found this out earlier when i was moving all my mails from yahoo mail to gmail.

i used gmail fetch mail pop3 setting to get mails out of yahoo. but it will only import mails in inbox. which i have to separately import mails in other folders. and there is no way to get sent mails.

later i found out a much easier way. use thunderbird to copy all mails from yahoo to gmail.

you will need to install thunderbird. here:
http://www.mozilla.org/en-US/thunderbird/

then set up IMAP for both yahoo and gmail.
yahoo: http://guillaumeb.com/ym/imap.html
gmail: https://support.google.com/mail/troubleshooter/1668960?hl=en

if you have several folders in yahoo, set them up the same way in gmail.

after set up both account in thunderbird, you might need to leave it alone for some time to download all your yahoo mail.

then inside thunderbird, you can select mails in any folder, right click, and mouse over to "copy to". you'll have gmail corresponded folder to select from the drop down menu.

it's a much faster way than pop3 fetch mail gmail offered. and you can keep your same folder structure.






get rid of a248.e.akamai.net browser attack

get rid of a248.e.akamai.net browser attack

symptom: when you try to go to a webpage, the browser warns you of a redirect by "a248.e.akamai.net".





How to fix this a248.e.akamai.net:
1) Follow instruction above by Hybrid24. This works a attested by GK Mandigo.
On a side note, I did not specifically power cycled or restarted or refreshed my router since it is quite far from our room. What I did was:
Access your router set up(192.168.x.x) and disconnect & reconnect your internet connection on the internet connection status subpage.
My router is Cisco v3.0.0.02
Our internet connection type is PPPoE.
1. Open your router set-up. for cisco linksys, this could be accessed through 192.168.1.1 or through network magic(i don’t know how though).
2. Go to STATUS PAGE.
3. On the Internet connection details portion, there is a “Login Status” indicating that you are connected and on the side, there is a “disconnect” button. Press the button and when the numbers are set to “0″, Press the “Connect” button.
4. Try facebook again. This should fix your problem without the added hassle of moving around.
^__^
I hope this helps anyone.


source: http://revealingerrors.com/akamai_ssl


also it might help to -------
1. flush DNS
 
  1. Click the Start button.
  2. Enter cmd in the Start menu search field.
  3. Right-click on Command Prompt and select Run as Administrator.
  4. Type the following command and press Enter: ipconfig /flushdns

 
2. clear browser cache
google your browser version to find out how to do it.
 
 
then what i did was going to  Start /Network / Network and Sharing Center
click on local area connection and disconnect it. 
after that, reconnect the local area connection. 
 
the a248.e.akamai.net is gone after this.

 
 



 
 
 

Windows 7 Aero Themes Greyed Out?

the aero themes are all greyed out on the personalize menu.

shown as this guy on this page,
http://forums.techguy.org/windows-7/1086495-solved-windows-7-aero-theme.html






after some trying and fixing. the microsoft fix it didn't work.

finally this method worked for me, ----

Themes still greyed out? Force Enable Aero!

http://windows7themes.net/windows-7-aero-themes-greyed-out.html


2 days later, the aero theme doesn't work again.
i run the registry change, still doesn't work.

and then i did this, found on anther site,
http://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/windows-7-aero-disabled-how-can-i-enable-it-again/aa760f0f-eec1-4a36-b212-c96130038d5c?page=2

Force Enable Aero in Windows 7
1. Click on Start and type regedit at run

2. Now Navigate to the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM

3. In the right details pane, create following Three DWORD (32-bit value) entry
UseMachineCheck, and set its value to 0.
Blur, and set its value to 0.
Animations, and set its value to 0.

4. Close Regedit

5. Click on Start and type CMD with administrative Priviliges

6. Now type following command
Net Stop uxsms
Net Start uxsms
Above command will stop and start Desktop Window Manager Session Manager.

7. Now you can turn on Aero by right clicking on desktop-> Personalize -> Select Windows Colors

restarted windows. 
it works for now. 



-------------------------------------------------------------------------------------
i have done this too,

5. Click on Start and type CMD with administrative Priviliges

6. Now type following command
Net Stop uxsms
Net Start uxsms
Above command will stop and start Desktop Window Manager Session Manager.

then go to start, log off and log back in again.
this works also. and it saves the time to restart the computer.



unable to create new library (windows 7)

symptom: when click on the "New library" button on the top of the folder, nothing happens.
also when right click on "Library" on the side bar and mouse over to "New", it says "empty" instead of "New library".







the cause is the missing of the registry code.
here is an article that describes how to fix it.
simply download the No.7 fix "to remove or restore library".

How to Remove and Restore the Default "New" Context Menu Items in Windows 7 and Windows 8




"gfxui has stopped working" on win7

i have tried most of the solution i found on google.
but i decided to just remove the display driver from intel and let it detect and install the driver by itself.

what i did was go to start, right click on 'computer'.select 'properties'.
on the window that opens, on the left pane, click 'device manager'.

open 'display adapters', it should show the display card. right click on that item and click on 'uninstall'.

windows will ask you to restart computer. do that. and when it comes back on, it will detect the display driver by itself and install it.
windows will ask you to restart again. do that.

then the intel display driver was replaced by the driver that's signed by microsoft.
i actually like it better because there's no 'intel hd graphic menu' running on startup.


UPDATE:
i have updated to the new driver, dated 11/16/2012.
after update, the message "gfxui has stopped working" popped up again.
simple go to start, in  search, type 'msconfig' and enter to open up msconfig.
then click 'startup' tab to disable all intel related apps 'gfxui'. there're 3 of them.

that solved the problem.


Solution to eliminating the default SimSun font in MS Word even using Pinyin IME

this is so awesome i have to post about it.
i have been bothered with word 2010 when typing chinese, the font would automatically revert to simsum no matter what you do. no matter what setting you change.
then finally this solution came up.
thanks to the guy who figured it out.
just follow the instruction.
the logic is to change pinyin IME to another category. in my case is changing google pinyin to chinese (traditional) category.
and then the problem was solved.

here is the link,
Solution to eliminating the default SimSun font in MS Word even using Pinyin IME 


If you type Chinese in MS Word 2003 using Pinyin IME, SimSun will always be the default font no matter what the current font is. Microsoft tried to be smart to set the font by detecting your IME. But I would rather use Microsoft JhengHei font in MS Word 200 by default.

The solution is to change the IME to a different language.

If you installed QQ pinyin, just search for "qqpinyin" in your registry. ( You can open it by "regedit.exe") Or you can search for "google pinyin" or something else. Then find

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\E0200804

The last E0200804 may be different by your IME. But last four digits 0804 stands for Chinese(PRC). 0404 stands for Chinese(Taiwan). 0409 stands for English(US). Change 0804 to 0404 or 0409. It is also possible to let the IME belong to English category and you will find something very interesting in MS word when typing.

Log off and log on. Then add your IME from the control panel. Now the pinyin IME is under the Chinese(Taiwan) category or English(US)

If you use this pinyin IME in your word, SimSun will not automatically appear.

allow right click on Firefox 3

Firefox 3 does not support the extension "always allow right click." To enable this feature, go to Tools->Options->Content-Advanced and unclick "Disable or replace context menus."

this information comes from here (Iyov)

celtx customize typeset

i love celtx. it's a great open source software to write a screenplay.

but i have always wanted to be able to change font size or border when using typeset to generate PDF files. however, it was not possible to do so, because there's no function designed for it. in the discussion forum they also stated it's currently not able to do so.

but i have figured out a work around to make it possible.

first go download PDFcreator. it's also an open source software. free.
after downloaded it, just click on the exe file and install it.

then open up your script in celtx. in script mode, go to file/print preview. now click on 'page setup', and select tab 'margins & header/footer'.
here you can adjust where you want the border and the header, footer. after you finished adjustments, click ok. the script will auto adjust according to the parameter you set.

when you are happy with the setting, click 'print'.
in the popup menu, select drop down menu to choose printer 'PDFcreator'.

name the pdf file and save it to whereever you like on your computer.

there you go. done.

sony vaio laptop audio problem

i recently installed windows xp pro on my sony vaio laptop VGN-S series.
everything went well. i made the system restore cds and searched online for step by step instructions.

there's only one problem. there was no sound.
(initially, the modem was not working either.)
i checked the system profile, it indicated that the audio high definition device has no driver.
after some googling, i found out there's xp sp2 updates needed to be installed.

the updates are kb835221 and kb888111. they can be found through google.

here is another copy of kb888111 xpsp2, if the other one doesn't work.

so what i did was uninstalled audio device from system profile. reboot. run kb835221, then run kb888111 xpsp2. (the kb888111 didn't work for my laptop. don't know why.)

then run the audio driver from system restore disk. which can be found in folder
vaio\Drivers\Audio

after installed the driver, reboot.

that solved my problem.

sony vaio laptop --- reinstall xp

to reinstall xp home, just press F10 after start up.

it will bring up a menu, from there choose reinstall xp.

sony vaio laptop ---enable full screen from start up

how to enable full screen from the beginning of the splash screen:

1. press F2 when the windows start up.
2. let it go into BIOS
3. change the display option to 'yes' for enabling full screen
4. save and restart the computer

Hacks to Re-Enable Right-Click When Web Pages Turn It Off

Tools -> Options -> Web Features -> uncheck Enable JavaScript

link to the initial page

verizon fios quantum router - switching from an old router to a new one

  this is a guide about how to replace verizon fios quantum router G1100 with the exact same model.  you can simple unplug everything and re...