by ray | Apr 28, 2020 | Linux / Ubuntu
Ubuntu >= 15 nmcli device show <interfacename> | grep IP4.DNS Ubuntu <= 14 nmcli dev list iface <interfacename> | grep IP4 In my case, <interfacename> is eth0, which is common, but not always the case. See if this is what you want. I...
by ray | Apr 28, 2020 | Raspberry Pi, Linux / Ubuntu
You can use SSH to connect to your Raspberry Pi from a Linux computer, a Mac, or another Raspberry Pi, without installing additional software. You will need to know your Raspberry Pi’s IP address to connect to it. To find this, type hostname -I from...
by ray | Apr 28, 2020 | Linux / Ubuntu
Read more
by ray | Apr 27, 2020 | Linux / Ubuntu
You can take a picture of your screen (a screenshot) or record a video of what is happening on the screen (a screencast). This is useful if you want to show someone how to do something on the computer, for example. Screenshots and screencasts are just normal...
by ray | Apr 27, 2020 | Linux / Ubuntu
Objective The objective is to install DEB file on Ubuntu 18.04 Bionic Beaver Linux. Files with deb extentions are simply Debian packages. Since Ubuntu is also in its core using Debian Package management to install or uninstall software it is a relatively...
by ray | Apr 27, 2020 | AWS, Linux / Ubuntu
AWS CLI or Amazon Web ServiceCommand Line Interface is a command line tool for managing and administering your Amazon Web Services. AWSCLI provides direct access to the public API (Application Programming Interface) of Amazon Web...