Menu
TAG

how-to

How To Increase Disk Space On VirtualBox Or VMware
Linux Tutorials 4 min read

How To Increase Disk Space On VirtualBox Or VMware

VirtualBox makes it simple to create virtual machines. When you create a virtual machine in VirtualBox or VMware, you must specify disk space that will be used to install the operating system. I frequently allot a disc size that I later need to increase. In this article, we’ll learn to increase the Disk space of any Virtual machine on VirtualBox and VMware. Increase disk space in VirtualBox and VMware VirtualBox and VMware are both easy to use utilities. However, for your own safet

Linux TutorialsUncategorizedhow-to
[Fixed] error: snap "package" not found
error 1 min read

[Fixed] error: snap "package" not found

Snap has grown in popularity among Linux users. Instead of using system packages, snap containerizes their dependencies. Each snap app is unaffected by whether or not a certain package is present on the system. Snap applications are simple to design and distribute for a variety of Linux distributions. Because snap programs package their dependencies in a bundle, they may be installed on any Linux distribution that supports snaps. Snap applications are an excellent way for novice Linux us

errorLinux TutorialsUncategorized
Protect Online Privacy
Hacking with Kali Linux 5 min read

Protect Online Privacy

Once you learn top ethical hacking terminologies, it’s time to learn how to protect your online identity. These days it is one of the biggest challenges to stay anonymous while browsing the web. In this article, I will mention ways to stay anonymous online. I have discussed this topic in detail in the past. But in this article, I will also discuss popular methods to hide identity on the Internet with their pros and cons. Basically, there are three methods to hide identity on the Int

Hacking with Kali Linuxprivacysecurity
How To Host Counter-Strike: Global Offensive Server on Ubuntu
Games 4 min read

How To Host Counter-Strike: Global Offensive Server on Ubuntu

Counter-Strike: Global Offensive, popularly known as CS: GO, is one of the most popular games. Released in 1999, the game involves two teams where the Terrorist team tries to plant explosives whereas the Counter-Terrorists team tries to prevent it. After nearly 21 years of its launch, the game still has millions of active players worldwide. According to Statista, CS: GO had 24 million active users in February 2020. The game is also played in eSports, where professional CS: GO teams such

GamesLinux TutorialsUncategorized
Install Discord On Linux
Linux Tutorials 4 min read

Install Discord On Linux

When you divide gaming into two eras, you get gaming before the advent of Discord and after the advent of Discord. It has changed how gamers used to communicate during a game. It’s not that there was no messaging app earlier, but Discord made it straightforward to create communities and upgraded team communication very quickly. Today Discord has become a go-to app for team communications. One can create a Discord server and allow its members to use text or voice for sharing information

Linux TutorialsUncategorizedhow-to
Install Laravel On Manjaro/Arch Linux
Laravel 3 min read

Install Laravel On Manjaro/Arch Linux

Laravel, written in PHP, is a popular MVC framework for developing web applications. The PHP framework makes it easy to develop dynamic web apps with powerful built-in tools such as database systems, routes, controllers, authentication systems, and a lot more. * Install Laravel on Manjaro/Arch Linux * Prerequisites * Install PHP and Apache web server * Enable PHP Extensions * Install MySQL * Install Composer * Install Laravel * Create new Laravel application La

LaravelUncategorizedhow-to
10 Steps To Secure Linux Server + {Bonus Tips}
System Administration 9 min read

10 Steps To Secure Linux Server + {Bonus Tips}

Linux servers are already extremely secure by default; that’s why 100% of supercomputers, most of the top 1 million servers, and top 25% of websites on the internet run on Linux. Besides having security tools in place, users should follow a few steps to further secure Linux servers. Are Linux servers more secure? The short answer is Yes but… As we all know, nothing is perfect. Things can go wrong if proper precautions are not taken. Once in a while, Linux tools encounter serious vu

System AdministrationUncategorizedhow-to
Things To Do After Installing Kali Linux
hacking 8 min read

Things To Do After Installing Kali Linux

Today we are resuming our “Hacking with Kali Linux” series. So far, we have covered the content of the series and how to install Kali Linux. There are various ways we can install & use Kali Linux, and we have included them all in the last article. Once Kali Linux is successfully installed, there are a few things that you need to do and understand before moving forward. Important notice Kali Linux is the greatest OS when it comes to pentesting or hacking. Currently, it has over

hackingHacking with Kali Linuxkali linux
Things To Remember Before Upgrading Production Server
Linux Tutorials 4 min read

Things To Remember Before Upgrading Production Server

Server security is the topmost priority for every system administrator. Besides having third-party security tools like Firewall, DDoS protection, etc., it is essential to keep every piece of code up-to-date on your production server. When your application is in production, upgrading it is riskier. If Linux powers your server, Linux distributions keep releasing new versions now and then. Each major release contains bug fixes, security updates, and new tools. Upgrading a production se

Linux TutorialsUncategorizedhow-to
Git Remote Add With Another SSH Port (Not 22)
Linux Tutorials 2 min read

Git Remote Add With Another SSH Port (Not 22)

In this brief article, you will learn to add a git remote with another SSH Port. By default, the SSH server listens on port 22. If the SSH server runs on any other port, the command to add remote will fail with error ssh: connect to host 192.158.xx.xx port 22: Connection refuse. What is Git? Git is a free & open-source version control system that almost all developers use today. No matter what project you’re working on, Git can help you manage your code efficiently. It is fast

Linux TutorialsUncategorizedhow-to
Install And Remove Software In Manjaro
Linux Tutorials 7 min read

Install And Remove Software In Manjaro

Since their inception, Linux distributions have come a long way. It used to be difficult for new users to accomplish simple actions like installing an application on Linux. The desktop environments are significantly easier to grasp now than they were previously. One of the most exciting aspects of the progress is that numerous distribution teams have created package management systems that allow the software to be installed across the Linux environment. One package can be installed on al

Linux TutorialsUncategorizedhow-to
Install LAMP On Manjaro
Linux Tutorials 8 min read

Install LAMP On Manjaro

LAMP stands for Linux, Apache, MySQL/MariaDB, and PHP or Perl or Python. If you are using Manjaro, you can easily install LAMP on Manjaro. Manjaro is one of the cleanest Linux distributions available. If you are using Manjaro for web development, you can easily install LAMP on Manjaro Linux. All the required packages are already available in the default repositories. Install LAMP On Manjaro Before installing any package, update the system using pacman. sudo pacman -Syu

Linux TutorialsUncategorizedhow-to