Memo Ypsilon

IT, dev, CS

Home Archives
2017-03-05
Admin

Get linux mint dns settings

To find out DNS settings on a desktop machine running modern Ubuntu flavour operating system (Linux Mint 18.1)
and using NetworkManager, run this command:

1
2
nmcli connection show --active # to list all active connections. Copy an ID of the active connection.
nmcli connection show <ID> | grep DNS # use the ID found out on the previous step
Share Comments
  • dns
  • linux
  • mint
Newer
tmux keys
Older
GHCi multiline

Categories

  • Admin
  • Fonts
  • Git
  • Haskell
  • JavaScript
  • Web Development

Tags

  • Authentication
  • EcmaScript
  • GHCi
  • GPG
  • Google
  • JavaScript
  • Oauth
  • admin
  • azery fonts
  • binary
  • cert
  • certificate
  • console
  • dev
  • dns
  • export
  • font
  • frontend
  • git
  • haskell
  • https
  • i18n
  • import
  • letsencrypt
  • linux
  • mint
  • module
  • signature
  • size
  • ssh
  • tmux

Tag Cloud

Authentication EcmaScript GHCi GPG Google JavaScript Oauth admin azery fonts binary cert certificate console dev dns export font frontend git haskell https i18n import letsencrypt linux mint module signature size ssh tmux

Archives

  • April 2020
  • January 2018
  • October 2017
  • March 2017
  • January 2017
  • December 2016
  • August 2016
  • April 2016

Recent Posts

  • Run haskell program in watch mode for development
  • Declare functions with type in ghci
  • SSH config example
  • GPG signed commits on git
  • tmux keys
© 2020 Eldar Aliyev
Powered by Hexo
Home Archives