M
MeshWorld.
Back to Tags
Topic View

#Unix.

9 posts filed under this topic.

HowTo 2 min read

Install GitHub Desktop on Ubuntu or Ubuntu-based distributions

This article helps you to install GitHub Desktop an open-source application on Ubuntu. Features like syntax highlighted diffs, image diff, cross-platform and many more make it worth trying.

Vishnu Damwala
Linux 3 min read

Create directories or folders in Linux with mkdir command

The `mkdir` command comes handy to make one or more directories aka folders in Linux system. This article shows the basic usage of mkdir command with examples.

Vishnu Damwala
HowTo 2 min read

Install Hugo on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install hugo an open source static site generator on Ubuntu 20.04 in two different ways. It can be installed via a `snap package` or with `apt`.

Vishnu Damwala
Linux 3 min read

Linux commands to find IP address of a website

Even wondering how to find an IP address of a website in Linux? This article shows the usage of command line utilities to get IP address and other details.

Vishnu Damwala
HowTo 2 min read

Install OBS Studio on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install OBS Studio on Ubuntu 20.04. It can be install with PPA via `apt` command.

Vishnu Damwala
HowTo 2 min read

Install OpenShot on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install openshot on Ubuntu 20.04. It can be run with AppImage or install via `apt`.

Vishnu Damwala
HowTo 2 min read

Install GhostWriter on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install ghostwriter on Ubuntu 20.04. It can be installed via a `Software Center` or with `apt`.

Vishnu Damwala
HowTo 3 min read

Install Chromium Web Browser on Ubuntu 20.04 or Ubuntu-based distributions

This article helps you to install Chromium on Ubuntu 20.04 in two different ways. Chromium can be installed via a `snap package` or with `apt`.

Vishnu Damwala
Linux 2 min read

Linux command: dirname

The `dirname` command comes handy to retrieve path where the file is saved. This article shows the usage of dirname command with example.

Vishnu Damwala