How to Check Linux is 64/32 Bit [CLI and GUI]
The post How to Check Linux is 64/32 Bit [CLI and GUI] appeared first on LinOxide.
Read MoreThe post How to Check Linux is 64/32 Bit [CLI and GUI] appeared first on LinOxide.
Read MoreThe post How to Check CPU is 64/32 Bit in Linux System appeared first on LinOxide.
Read MoreAlias in bash can be termed simply as a command or a shortcut that will run another command/program. Alias is very helpful when our command is very long and for frequently used commands. Over
The post Different Ways to Create and Use Bash Aliases in Li…
pdftoppm converts PDF document pages to image formats like PNG, and others. It is a command-line tool that can convert an entire PDF document into separate image files. With pdftoppm, you can specify the
The post How to Convert PDF to Image in Linux Co…
The strace is a powerful command-line tool for process monitoring, diagnostic and troubleshooting programs in Linux. Generally, it is used to intercept and record the system calls and the signals received by a process. You can use strace to analyze […..
Read MoreThe stat command is used in Linux/Unix system to display detailed information about files and file systems. It is most commonly used to get file timestamps. The Linux ls command usually gives you basic details about a file whereas stat […]
The post L…
Date command is an external bash program that allows to set or display system date and time. It also provides several formatting options. Date command is installed in all Linux distros by default. $
The post How to Work with Date and Time in Bash Using…
There are many third-party tools to create a bootable Linux USB Drive. Here I will show you how to create a bootable USB flash from ISO file using the Linux terminal. Before we start make sure you have downloaded the […]
The post How to Create Bootab…