What is PowerShell and how it can be installed

Updated on 8/1/2023 – PowerShell is a tool for issuing commands to an operating system, either through a command line interface or by writing scripts. One benefit of using a command line shell is increased productivity, as a single command can accomplish a (more…)

Continue Reading What is PowerShell and how it can be installed

What are Ubuntu repositories

  • Post author:

Software for Linux, like Ubuntu, is available in many formats: DEB packages, AppImage, Flatpak Snap… There are so many formats available that even Linus Torvalds has complained that he (more…)

Continue Reading What are Ubuntu repositories

How to fix Broken Pipe Error in Linux

  • Post author:

Updated on 5/5/2022 – Have you ever encountered a situation in which you were unable to download any package on your Linux machine ? Or you might have probably seen an error like package not installed? This kind of error can (more…)

Continue Reading How to fix Broken Pipe Error in Linux

Linux directories explained

  • Post author:

Updated on January 21st, 2021 – The Linux file system comes originally from UNIX and thus follows UNIX traditions. This is why for instance it uses the forward slash instead of the back slash as in Windows. Linux also differentiates between uppercase (more…)

Continue Reading Linux directories explained