Posts

Showing posts from 2017

How to install the XAMPP on windows

Image
Xampp installation for windows XAMPP( XAMPP stands for Cross-Platform (X), Apache (A), MariaDB (M), PHP (P) and Perl (P) ) We need to go the following webpage https://www.apachefriends.org/download.html Why need xampp xampp is included with apache and mysql (Most used for this is the comman for websites (Content management system)) Its commanly used for the following Content management system like wordpress,Joomla,truepal   about contant management system https://en.wikipedia.org/wiki/Content_management_system Version of xampp Here I am going to download and install the xampp version 7.2.0/PHP 7.2.0 (Php version ) now install  the package to the system This Warning for showing access level  permission so here I am skip the installation in program files,  I am going to install the like C:Xampp because  we are kept the only websites and the database in that folder not like any installation or setup in that folder Cl...

How to lock a folder without any software

Image
Open the empty text document Its get from right click mouse or get from the run command notepad Open the text document Past the following command @ECHO OFF if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST TestFolder goto MDTestFolder :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren TestFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock Your Secure Folder set/p "pass=>" if NOT %pass%== PassW0rd FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}...

How to install the ubuntu-16.04.2-server in oracle virutual box

Image
How to install the ubuntu-16.04.2-server in oracle virutual box Step 1: Open the virtual box Step 2: Now Click on the New icon Step 3:Now the Name and operating system dialogue box will open give the operating system name, Given the details as per your requirement and select the architecture Step 4:Now select the memory size Step 5 :Choose the Create a virtual hard disk now Step 6:Now select virtual hard disk image Step 7: now select the Dynamically allocated step 8:now select the file location and the storage step 10 :now the test server configured now boot the OS Step 11: In settings go storage Step 12 : under the controller:IDE choose the empty then Step 13 :select the optical drive icon Setp 14: Select the image file of the os Step 15 :After saving the setting Click on the st...