Don’t miss the limited-time deals!
Tutorials Learning lab New
search
Tutorials Learning lab New
search
Author
The author

Ignas R.

Ignas takes great satisfaction in helping people tackle even the most complex technical issues. His current goal is to write easy-to-follow articles so that these issues will not happen at all. During his free time, Ignas likes to play video games and fix up things around his house.

More posts by Ignas R.

How to concatenate strings in bash: A guide for connecting string variables

The majority of programming languages can connect two or more strings. One programming language that makes it effortless to concatenate ...

25 common Linux bash script examples to get you started

Bash or Bourne-again shell is one of the most popular shells and command languages for Linux VPS enthusiasts. It was ...

What is crontab syntax: understanding crontab on Linux + helpful examples

Automation is one of the key aspects of any system, whether a physical or virtual private server (VPS). If automation ...

How to install Ubuntu on desktop (laptop or pc)

Choosing which Linux distribution to install can seem challenging as there are many versions to choose from, and each of ...

How to use Bash array in scripting: A complete guide

A Bash array is a structure in the Bash programming language that lets you group and index items, which can ...

How to port forward a Minecraft server

Port forwarding a Minecraft server requires mapping your local machine’s IP address and the game’s port number within your router ...

CodeIgniter tutorial: the complete guide

Website development can seem challenging, especially if tackled without any assistance. Luckily, there are development tools like CodeIgniter....

How to install composer for Linux, Mac, and Windows + best practices

Composer is a dependency manager made for the PHP programming language. It allows users to easily manage and integrate external ...

How to install Cassandra on Ubuntu and learn the basic commands

Whenever users hear about database management systems, they likely immediately think about MySQL relational databases. However, such databases can...