How to Edit PDF Files in Linux Desktop
PDF (Portable Document Format) is popular file system used specially for documentation. In all the Linux distribution you can find PDF viewer but not PDF… Read More »How to Edit PDF Files in Linux Desktop
PDF (Portable Document Format) is popular file system used specially for documentation. In all the Linux distribution you can find PDF viewer but not PDF… Read More »How to Edit PDF Files in Linux Desktop
IP (Internet Protocol) command is used to manage, view network configuration on a Linux system. The command ‘IP’ and its uses are same in all… Read More »Learn IP Command to Manage Networking on Linux
Scribus is a free and open source desktop publishing (DTP) tool available for Linux, UNIX and Windows platform. Scribus is used to create PDF files,… Read More »How to Install Scribus (Desktop Publishing Tool) on Linux
Ping is the most widely used command on Linux and Unix servers for network troubleshooting. With the ping command we generally check connectivity to remote… Read More »How to Enable Timestamp in Linux Ping Command Output
FileZilla is free and cross platform ftp, ftps and sftp client. It provides a graphical user interface through which we can connect to remote system… Read More »How to Install FileZilla on Debian 10 (Buster)
In Ansible, Playbook files are usually used in executing tasks in remote hosts. These tasks range from installing and configuring services such as web and… Read More »How to Execute Ansible Ad-Hoc Commands
In Linux/Unix systems, sudo is a program that grants a regular user elevated privileges to execute administrator-level tasks. Once a regular user is added to… Read More »How to Add Local User to Sudo Group in Debian Linux
Docker is a daemon-based container run time environment. In other words we can say docker provides an environment where container images can be launched. In… Read More »How to Install Docker on Debian 10 (Buster)
In Unix and Linux like systems, mv command is used to move files and directories from once place to another. It is also used to… Read More »9 Quick ‘mv’ Command Practical Examples in Linux
As the name suggests, mkdir command is used to create or make directories in Linux like systems. For Linux beginners, mkdir is one of the… Read More »8 Useful mkdir Command Examples for Linux Users