Tracing a process in Linux is essential for debugging, performance monitoring, or understanding the behavior of a program. Process investigation in Linux is crucial for several reasons: Troubleshooting When a system encounters issues, understanding which processes are running and how they interact can help identify the root cause of the problem. This is essential for […]
How to Configure PHP Repository for Debian 9 Stretch
Debian is a free and open-source Linux distribution developed by the Debian Project, starting from August 1993. It is one of the oldest operating systems based on the Linux kernel, and as of now the second oldest Linux distribution still in active development. Debian is also the basis for many other distributions including Ubuntu, Linux […]
How to configure Main Repository for Debian 9 Stretch
Debian is a free and open-source Linux distribution developed by the Debian Project, starting from August 1993. It is one of the oldest operating systems based on the Linux kernel, and as of now the second oldest Linux distribution still in active development. Debian is also the basis for many other distributions including Ubuntu, Linux […]
How Python saves your time?
Have you ever encountered the “failed to commit transaction” error while updating your Manjaro Linux system? This is a common error in Arch Linux caused by file conflicts during updates. While deleting each conflicted file manually is a straightforward solution, it can be time-consuming when dealing with multiple files. I faced this issue while updating […]
Encrypt and Secure your Data Using VeraCrypt
VeraCrypt is a tool for establishing and maintaining an on-the-fly-encrypted volume/disk/data storage device. On-the-fly encryption means that data is automatically encrypted right before it is saved and decrypted right after it is loaded, without any user intervention. No data stored on an encrypted volume can be read/decrypted without using the correct password/keyfile(s) or correct encryption […]