#linux

How to Run Shell Scripts in Linux [with Detailed Explanation for Beginners]

What is a shell script? A shell script is a sequence of commands written inside a text file with a “.sh” extension that is intended to be run on Unix-based operating systems like Linux.

Any person skilled in the Linux command line and possessing a decent knowledge of shell and bash scripting languages can create their own shell script to automate certain tasks like backing up the system.

Read more

Uncover: Quickly Discover Exposed Hosts on the Internet from Linux

No doubt, Shodan is an amazing way to find devices connected to the internet. However, it is not the only search engine. There are several platforms like Censys and Fofa that offer you the chance to check if the device is connected to the internet.

If you have a list of IP addresses and check it on Shodan (to know whether they are exposed to the internet), in a very rare situation, you might not see any result declaring that they are not exposed.

Read more

Gum: A Tool for Glamorous Shell Scripts in Linux

In a few days or very soon, you might be working on your own shell script on Linux. At that time, you might be going with the traditional method by learning all the shell programming codes and applying them to your script.

Read more

nnn: A Linux Terminal File Manager To Reduce Your Terminal Navigational Stress

Throw your desktop environment and start using the terminal app for your daily routine. Sounds easy! Those who did this can easily relate to the pain of navigating to the different directories using the cd command.
Read more

Atuin: A Powerful Alternative for Shell History (SQLite Database) in Linux

Atuin is a powerful replacement for your existing conventional history command with an SQLite database, which will record extra context for your executed commands like log exit code, CWD, hostname, session, command duration, etc.

Read more

How to install Figma in Linux (Ubuntu, Debian, Arch, and RHEL based OS )

Figma is basically a web-based tool, and some of the offline features are only available to Windows and Mac users, so we don’t have an official way to access Figma on our Linux machine. Whether you own Ubuntu, Arch, or RHEL based, there is no support yet.

However, you can download the unofficial, community-based Figma desktop app for Linux machines, which is based on the Electron framework.

Read more

Material Shell Extension added support to Gnome 42

Last week, the Material Shell team released support for the Gnome 42 desktop environment. If you are using Fedora 36, Clear Linux, or any other Linux environment that has Gnome 42, then you must try it once.

The Material Shell extension will change your working style to be more productive with the tiling window
Read more

How to enable bash completion in AlmaLinux/RHEL based OS

After switching from the Debian distribution to AlmaLinux, I have found that bash-completion is not working when I press the TAB button for the next available suggestion

I am very used to the bash-completion feature as it makes my job very easy. Can you tell me the steps to turn on this feature on my AlmaLinux machine?

Read more

How to Install Angular Js on Linux

Angular is a popular open-source web application framework developed by Google and maintained by the community. The language required to create an application using Angular Js is javascript/typescript, and other few mandatory languages require in web development.

Both Mobile and Web applications can easily be created using the angular framework. Angular Js command-line utility helps us quickly create, manage, build, and test Angular applications in your system.

Read more

How to Enable X11 and Disable Wayland Window System

There are multiple ways to switch from the Wayland window system to the X11 window system, such as follows:
1.) Easily switch from Wayland to the X11 Window system from the lockscreen.
2.) Modify /etc/gdm3/daemon.conf or /etc/gdm3/custom.conf to permanently disable Wayland. Read more

Pages

Subscribe to RSS - #linux