Skip to content
View in the app

A better way to browse. Learn more.

Gear Crushers

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Configure Static DNS Servers

Featured Replies

Okay, you will read on several ways to do this but let me share what I learned through this journey.


 


One way you will see to configure this would be to edit /etc/resolv.conf by simply adding nameserver 8.8.4.4


 


Another way will be to add it to the /etc/network/interfaces by adding a line dns-nameserver 8.8.4.4


 


A third way that I learned is using network-manager.  I learned this by seeing in the /etc/resolv.conf a comment that stated that this file is being managed by, network-manager.  Which means any settings that you enter in /etc/resolv.conf will be overridden.. same goes for your interfaces file.


 


So your choices are either manually editing the files (which is what most people seem to prefer) or utilize network-manager but you can not do both.


 


If you choose manually editing then make sure you edit /etc/NetworkManager/NetworkManager.conf and change the line that says managed=true to managed=false then restart NetworkManager by typing /etc/init.d/network-manager restart


 


If you choose to use network manager then make sure the NetworkManager.conf file I just talked about says managed=true (if you had to alter the file then restart network-manager). Then launch network manager by typing nm-connection-editor


 


Hope this helps someone, I know it would of helped me.


Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.