Ubuntu 20.10 “Groovy Gorilla” is now available! Published on October 22, 2020, Gorillas are small changes, not the basis of new features. It is a temporary release and does not provide long-term support. If so, is it worth updating? Overview Groovy Gorilla hit the streets and this is a more
Continue readingCategory: Linux
How to Scan Potential Vulnerable on Websites Using Vega in Kali Linux with 5 Easy Steps
Resisting attacks by motivated hackers is one of the most important responsibilities of a system administrator. This is especially true for websites with sensitive customer information and large numbers of users. Therefore, it is important that system administrators take proactive steps to find and fix vulnerabilities on websites. The one
Continue readingHow To Run Linux OS on Windows 10 with The Subsystem Method
Windows Subsystem for Linux is a new feature of modern Windows computers that allows users to run Linux operating systems natively on Windows 10 computers. In addition to Windows 10, administrators can run Windows Subsystem for Linux on versions of Windows Server 2019. WSL first appeared in the Windows 1st
Continue readingPermission Denied While Deleting Folder in Linux
When you install any programs with root access in Linux, you may get a Permission Denied error if you try to remove or delete the remaining folders/files. As a result, you will not be able to delete the folder or file. Now, you may need to know how to delete
Continue readingHow to Use Command to Delete File in Linux Terminal
Deleting files or directories is a necessary task when you are working with Linux. To delete a file or directory in Linux, you are able to use the rm command or unlink command. The rm command deletes each specified file. By default, it does not delete directories. Also, it does
Continue reading