Showing posts with label gui. Show all posts
Showing posts with label gui. Show all posts

Friday, December 22, 2017

How to Setup Web GUI Management For Ubuntu Webmin Install on Ubuntu with SSL

How to Setup Web GUI Management For Ubuntu Webmin Install on Ubuntu with SSL



 Introduction 
 Webmin is a web-based system administration tool for Unix-like systems.
Original Theme

How to Install Webmin

 Lets get started with the Webmin installation!
  • open terminal on your server /or/ login via SSH


    Install Webmin

    To install Webmin via apt-get, you must add the Webmin repository to your sources.list file first
    Code
    sudo nano /etc/apt/sources.list

      Now add This to  source.list  file and save it by pressing "Ctrl + X" and then "Y" and then "Enter"
      Code
      deb http://download.webmin.com/download/repository sarge contrib
      deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib

        Now add the Webmin GPG key to apt, so the source repository you added will be trusted
        Code 
        wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -


        You must update apt-gets package lists Before installing Webmin
        Code
        sudo apt-get update

        Now run this apt-get command to install Webmin
        Code
        sudo apt-get install webmin


        Enter Y to confirm the installation.

        Log in to Webmin

        Open You Web Browser And Type

        https://server-IP-address:10000


        You will be prompted with a warning that SSl certificate is not trusted Because the certficate is automatically generated by the webmin and this SSL certificate was not issued by a certificate authority that why its prompt  SSl certificate is not trusted.



        visit link download
        Read more »

        Thursday, December 14, 2017

        Indian Version Of BACKTRACK Released Matriux Krypton GUI Setup Guide

        Indian Version Of BACKTRACK Released Matriux Krypton GUI Setup Guide



        Installing Matriux Krypton on Hard Disk / Virtual Box

        Download MATRIUX KRYPTON from here:
        http://www.matriux.com/index.php?page=download
        I will guide you through a series of steps that would help you installing matriux on your Hard Disk / Virtual Box.
        If you are installing on Hard Disk Drive scroll down to the instructions from �Step 6. Follow these series of screenshots to install Matriux Krypton until I create a more brief tutorial and a video
        Step1 :Start the virtual box and click on �New�  and select Operating System as �Linux� and Version as �Debian�
        Step 2:Allocate the RAM memory for the Installation anything more than 256Mb is good enough


        Step 3:Create a Virtual Hard Disk for the installation usually more than 6Gb is fine ( 8GB recommended). Select anything for the type of virtual hard disk.
        Step 4:Allot the hard disk size and also the directory you want else go with the default


        Step 5: After these steps start the Virtual machine, Since it is the first time it will prompt us so that a Disk Image (ISO image) can be mounted. Browse and locate the ISO image on your hard disk. ( the place where you downloaded Matriux Krypton)
        Select Installation media to the ISO in your hard disk or DVD drive
        This will start Matriux in Live mode
        Enter password as �toor� and login


        Step 6:Open up a terminal and type gparted to start the gparted interface
        If it is a new unallocated partition then Device > Create Partition   ( else if it is a used disk space then skip the next step and go to formatting it)


        Step 7:select the Disk space you want to install Matriux and click New
        link download
        Read more »