Articles tagged in: Ubuntu



grep — Case Insensitive Search

Searching for a pattern in files using grep is case-sensitive by default. Case sensitive means that grep looks for an exact match of your pattern in the related file. This may not surface all matches of the search value because of different writing styles for a given text. This tutorial …

Continue Reading

nano — Open Files at a Given Line Number

The nano text editor is included in Debian-based operating systems. Because Ubuntu is based on Debian you’ll find nano pre-installed as well. The nano editor comes in handy when working in environments where you don’t have a user interface. For example, in server environments or using remote connections …

Continue Reading

Ubuntu/Debian — How to Shutdown a Machine

Occasionally you need to shut down or reboot your Linux servers. The Linux operating system comes with the built-in shutdown command. This command allows you to power off or reboot a computer. This tutorial shows you how to shut down or reboot a Linux machine. {{outline}} Shutdown Your Ubuntu/Debian …

Continue Reading

How to Show Your Elasticsearch Version on Ubuntu/Debian

Recently, I provisioned a new Elasticsearch cluster. The installation process on Ubuntu used the apt package manager and everything looked good. I started the application as soon as Elasticsearch booted and was ready for connections. The app connected to the database, everything looked good. Yet, the Elastic SDK failed while …

Continue Reading
Page 1 of 2

Explore the Library

Find interesting tutorials and solutions for your problems.