Category: Linux
-
Install And Configure VSFTPD On Ubuntu
VSFTPD As the name suggest vsftpds stands for Very Secure File Transfer protocol Daemon Server. This is the default FTP server in Ubuntu and many other linux systems. Installation Mostly vsftpd is installed on you system by default and if not you can do the same by entering following commands in terminal First of all…
-
Install Apache Web Server On Linux
Apache server Apache is a free, open source and most popular HTTP web server. It establishes a connection between a server and the browser like mozila, chrome, opera etc. Here I will show you how to install Apache server on linux OS (Ubuntu 20.04) Install Apache server on Ubuntu First of all update your operating…
-
Install Android Studio On Ubuntu
Installing android studio First of all download the android studio package for linux from the website Then unpack the package in the desired directory in Home in my case I have unpacked it on Desktop. Now launch the terminal and navigate to the android studio folder cd Desktop/android-studio Or cd Desktop cd android-studio If you…
-
Know About Your System Hardware in Terminal: LINUX
DMIDECODE So Friends event occurs when you have to know about your system Hardware, on occasions like when upgrading your system or while replacing components. Like in windows have many options to know about your hardware but in Linux operating system you don’t have many options. So here I will discuss about some useful tool…
-
Kali Linux Live USB Persistence
Kali Linux Live USB Persistence Kali Linux is one of the most popular Linux operating system in the world of penetration testers. It comes pre equipped with a lots of useful penetration tools. Back from its “Backtrack” days it has gain more popularity also. Benefit of making a kali Linux Live USB is that you…