cli – TecAdmin https://tecadmin.net How to guide for System Administrator's and Developers Sat, 17 Sep 2022 03:02:31 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 How to Change Terminal Font Size in macOS https://tecadmin.net/how-to-change-terminal-font-size-in-macos/ https://tecadmin.net/how-to-change-terminal-font-size-in-macos/#respond Sat, 17 Sep 2022 03:02:31 +0000 https://tecadmin.net/?p=31855 A terminal is the command line interface (CLI) for the macOS. That takes only commands as input and is sent to the operating system. The default font size is good enough, but some people require to increase in font size for better visibility. You can increase or decrease the terminal font size via terminal preferences. [...]

The post How to Change Terminal Font Size in macOS appeared first on TecAdmin.

]]>
A terminal is the command line interface (CLI) for the macOS. That takes only commands as input and is sent to the operating system. The default font size is good enough, but some people require to increase in font size for better visibility. You can increase or decrease the terminal font size via terminal preferences.

  1. Launch a terminal on your system. Then open in the menubar: Terminal >> Preferences

    How to Change Font Size in MacOS
    Open terminal preferences
  2. A new dialog box will open with the terminal profile editor. Here you can change the terminal theme, background color or image, cursor, font, and font size. Click change button as shown in below image:

    Increase Font Size in macOS Terminal
    Click change button
  3. You will get a list of the sizes. Select a font size of your choice, if the required size is not showing in the dropdown, just type it.
    Changing Font Size of macOS Terminal
    Select font size to set
  4. All done. Close all dialog boxes including the terminal. Then launch a new terminal and you will get the new font size.

This quick tutorial shows you – how to increase or decrease the font size for the macOS terminal.

The post How to Change Terminal Font Size in macOS appeared first on TecAdmin.

]]>
https://tecadmin.net/how-to-change-terminal-font-size-in-macos/feed/ 0
How to Check IP Address on Ubuntu 18.04 (Desktop) https://tecadmin.net/check-ip-address-ubuntu-18-04-desktop/ https://tecadmin.net/check-ip-address-ubuntu-18-04-desktop/#comments Mon, 07 May 2018 07:08:03 +0000 https://tecadmin.net/?p=16405 Question – How to Find Local IP Address of My Ubuntu Desktop system? 2 Ways to find IP Address on Ubuntu 18.04 Desktop? Ubuntu 18.04 desktop provides an attractive GUI for working with it. You can either use the command prompt to check the current IP address on your system or use a GUI option [...]

The post How to Check IP Address on Ubuntu 18.04 (Desktop) appeared first on TecAdmin.

]]>
Question – How to Find Local IP Address of My Ubuntu Desktop system? 2 Ways to find IP Address on Ubuntu 18.04 Desktop?

Ubuntu 18.04 desktop provides an attractive GUI for working with it. You can either use the command prompt to check the current IP address on your system or use a GUI option to view the local IP address on your system.

Follow this tutorial to configure new IP on Ubuntu 18.04 desktop system.

Method 1 – Ubuntu 18.04 Check IP via GUI

Login to your Ubuntu Desktop system. After that open settings windows on your Ubuntu Desktop machine as shown in the below screen.

Ubuntu open settings

In the left sidebar click on the Network tab. After that click icon to open the setting for your systems network interface as shown in the below screen.

Ubuntu open network settings

Here is the IP address of your Ubuntu desktop system.

View Ubuntu Local IP Address

Method 2 – Ubuntu 18.04 Check IP via CLI

Press CTRL + ALT + T to launch the terminal on your Ubuntu system. Now type the following IP command to view the current IP addresses configured on your system.

ip addr show

Ubuntu check local ip command

The post How to Check IP Address on Ubuntu 18.04 (Desktop) appeared first on TecAdmin.

]]>
https://tecadmin.net/check-ip-address-ubuntu-18-04-desktop/feed/ 14