GCC, or GNU Compiler Collection is a compiler system for C, C++, Objective-C, Objective-C++, Fortran, Ada, D, Go, and BRIG (HSAIL) programming languages. These compilers can be on used on Windows, Linux and many other operating systems. It’s produced by the GNU Project and the current version is GCC 12.2. In this article we will
designlinux, Author at DesignLinux - Page 5 of 83
How to Save a File in Vi / Vim Editor in Linux
It is true that learning Vi/Vim editor – a well-known text editor in the Linux ecosystem, is not as easy as learning Nano or Emacs, as it requires a little effort which is worthwhile. [ You might also like: My Favorite Command Line Editors for Linux – What’s Your Editor? ] Many people are afraid
How to Install Apache Cassandra on Debian 11
Apache Cassandra is an open-source NoSQL database system with high availability and without compromising performance. As Cassandra belongs to the NoSQL category, it stores data in the form of key value pairs. Many large companies like Github, NetFlix, Reddit and Instagram are using Apache Cassandra. In this tutorial we will learn how to install Apache
12 Practical Examples of Linux Grep Command
Have you ever been confronted with the task of looking for a particular string or pattern in a file, yet have no idea where to start looking? Well then, here is grep to the rescue! grep is a powerful file pattern searcher that comes equipped on every distribution of Linux. If for whatever reason, it
How to Install Docker Compose on Ubuntu 22.04
Docker Compose is a command-line utility to set up and run multi container Docker applications. Generally, Compose is used for local development, single host application deployments, and automated testing. In this guide, we will show you how to install Docker Compose on Ubuntu 22.04 Jammy Jellyfish Linux. Prerequisites# You must logged in as non-root user
How to Install Docker on Ubuntu 22.04
Docker application is used to manage multiple application processes in container. Using docker you can build, test and deploy applications that can run anywhere as portable and self-sufficient containers. In this article described how to install Docker on Ubuntu 22.04 system. Prerequisites# Before you start install, you must have non-root user account with sudo privileges.
How to Install Latest Python Version in Ubuntu
Python is the fastest-growing major general-purpose programming language. There are a number of reasons attributed to this, such as its readability and flexibility, ease to learn and use, reliability, and efficiency as well. There are two major Python versions being used – 2 and 3 (the present and future of Python); the former will see
How to Synchronize Time with Chrony NTP in Linux
The Network Time Protocol (NTP) is a protocol used to synchronize computer system clocks automatically over a network. The machine can have the system clock use Coordinated Universal Time (UTC) rather than local time. Maintaining accurate time on Linux systems, especially servers is an important task for many reasons. For example, in a networked environment,
An Easy Way to Hide Files and Directories in Linux
Do you occasionally share your Linux desktop machine with family members, friends, or perhaps with colleagues at your workplace, then you have a reason to hide certain private files as well as folders or directories. The question is how can you hide files in linux? In this tutorial, we will explain an easy and effective
How to Set or Change Timezone on Debian 11
Sometimes you need to change timezone due to nature of working or any other reason. You can set the Debian system’s timezone at the time of installation as well as you can change it later easily. This guide explains how to set or change timezone on Debian 11 system. Check Current Timezone# Generally, timedatectl command-line