| by Scott Kilroy

Apt Update and Apt Upgrade Commands – What’s the difference?

The post Apt Update and Apt Upgrade Commands – What’s the difference? appeared first on LinOxide.

Share Button
Read More
| by Scott Kilroy

APT Command in Linux [A to Z Guide]

The post APT Command in Linux [A to Z Guide] appeared first on LinOxide.

Share Button
Read More
| by Scott Kilroy

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.

Share Button
Read More
| by Scott Kilroy

How to Check CPU is 64/32 Bit in Linux System

The post How to Check CPU is 64/32 Bit in Linux System appeared first on LinOxide.

Share Button
Read More
| by Arround The Web

Different Ways to Create and Use Bash Aliases in Linux

Alias 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…

Share Button
Read More
| by Arround The Web

How to Convert PDF to Image in Linux Command Line

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…

Share Button
Read More
| by Scott Kilroy

How to Trace Program Execution Using Linux Strace Command

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 […..

Share Button
Read More
| by Scott Kilroy

Linux Stat Command Explained

The 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…

Share Button
Read More
| by Scott Kilroy

How to Work with Date and Time in Bash Using date Command

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…

Share Button
Read More
| by Scott Kilroy

How to Create Bootable USB from ISO using Linux Terminal

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…

Share Button
Read More