You can do a lot of things with bash scripts. Performing simple arithmetic operations with the variables is one of them. The syntax for arithmetic operations in the bash shell is this: $((arithmetic_operation)) Let’s say you have to calculate the sum of
Read More
You can add external repositories in Ubuntu to access packages unavailable in the official repositories. For example, if you install Brave browser in Ubuntu, you add its repository to your system. If you add a PPA, that is added as an external
Read More
With some effort, you can run Windows applications on Linux using Wine. Wine is a tool you can try when must use an Windows-only application on Linux. Please note that you CANNOT run any Windows games or software with Wine. Please go
Read More
Red Hat made a decision to restrict access to its source code for paying customers only. This move is likely to ‘kill’ projects like Rocky Linux and Alma Linux that have filled the void left by CentOS (also killed by Red Hat).
Read More
The cat command is used to print the file contents of text files. At least, that’s what most Linux users use it for and there is nothing wrong with it. Cat actually stands for ‘concatenate’ and was created to merge text files.
Read More
PHP 8, the latest major release of the popular server-side scripting language, comes with numerous exciting features and performance enhancements. If youโre running RHEL 8 or Rocky Linux 8 or CentOS 8 and want to take advantage of PHP 8, youโre in
Read More
Let’s have arguments… with your bash scripts ๐ You can make your bash script more useful and interactive by passing variables to it. Let me show you this in detail with examples. Pass arguments to a shell script When you run a
Read More
Hello techies, in this post we will cover how to install and use wireshark in Ubuntu 22.04. Wireshark is free and open source, cross platform, GUI based Network packet analyzer that is available for Linux, Windows, MacOS, Solaris etc. It captures network
Read More
Reintroducing the ‘request your tutorial’ feature ๐ฆพ You might face some issues in your desktop Linux life. And if you did not find a good tutorial for your problem, feel free to request a tutorial through our Community platform. You can also
Read More
The Linux world has three ‘universal’ packaging formats that allow running on ‘any’ Linux distribution; Snap, Flatpak and AppImage. Ubuntu comes baked-in with Snap but most distributions and developers avoid it because of its close source nature. They prefer Fedora’s Flatpak packaging
Read More
