Tag: command

Windows 10 Quick Tips – Command Prompt AWOL

  Command Prompt is Missing The recent Windows 10 Creators Update has struck again. This time, it is in the form of a missing Command Prompt entry in the WinX Menu (Windows Key + X). It has been replaced by the Power Shell and that is …

Install Emacs 25 On Ubuntu Via Command Line

Install Emacs 25 in Ubuntu, via Command Line. Emacs 25.1 can be installed on Ubuntu via PPA. GNU Emacs is an extensible, customizable, text editor. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text …

Using timedatectl Command On Ubuntu Linux Systems

Using timedatectl command in Ubuntu to display current time & date setting in Ubuntu. How to get date and time using command line interface. Ubuntu commands to get system time – Ubuntu set timezone or update system time. Ubuntu users can also change date and time …

Use Inxi To Get Ubuntu System Information Via Command Line

Install inxi commandline system information tool for Ubuntu Linux. Use inxi to get Ubuntu system information via command line. Using the inxi command one can get the Ubuntu hardware information; they can check system info using Ubuntu command. inxi is a full featured CLI system information …

Basic screen command usage and examples

  Screen is a very useful command that offers the ability to use multiple shell windows (sessions) from a single SSH session. When the session is detached or there is a network disruption, the process that is started in a screen session will still run and …

Command line aliases in the Linux Shell

Command line aliases in the Linux Shell So far, in this tutorial series, we have discussed the basic usage as well as related details of the cd – and pushd/popd commands, as well as the CDPATH environment variable. In this fourth and the final installment, we …