Posts

Showing posts with the label Linux

How to install Edubuntu in Windows through oracle VM

Image
How to install EdUbuntu in oracle virtual box My system ======== Host machine : windows 10 Virtual software : Oracle virtual box Processor           : core i5 RAM                 : 8GB   For download the edubutu goto this site https://www.edubuntu.org/download Once you get the iso image file Click on the new button After getting the create virtual machine console fill the following details Now click on the create button Now provide the hard disk space  and click on the create button Once its created goto setting on the top Need to choose the image from the Storage option and click on the empty   below the controller:IDE ,Then click on the choose virtual optical disk file Browse the image file and select Edubuntu iso file Now click on the open and once its selected the properly the empty...

How to enable root login in ubuntu for putty console access

Image
How to enable the root login in ubuntu I will try to login root as in putty tool now go to the server console (VM ware ,oracle virtual box or go to server) here I am using virtual box console so I will go through now goto the following path vi /etc/ssh/sshd_config (This the configuration file for ssh connection) about ssh please refer this https://en.wikipedia.org/wiki/Secure_Shell we need to change PermitRootLogin prohibit-password as a PermitRootLogin yes after changing the ssh_config save with the :wq comand now we need restart the sshd service service sshd restart now going to check status service sshd status now try login with putty as a root now we able to login with putty ,Successfully configured root login through putty in ubuntu server For video reference please refer here

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...