Author: aks0911

  • JavaScript

    Java script is used to change HTML. It can change HTML attribute’s value and HTML style (CSS). It was invented by Brendan Eich in 1995, later Javascript became ECMA standard in the year 1997. Introduction Javascript is an essential component of web development. In HTML JavaScript code is inserted between <script> tags. Scripts can also…

  • PHP

    PHP PHP is a powerful server scripting language for dynamic and attractive web pages. PHP is free and widely used scripting language. Echo and print statement In PHP to output a data echo and print statement is used Echo and print both provides the same output echo can be used wih or without parentheses  echo…

  • 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

    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

    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…