Blog Maintained by Eniac Technology

  • Tech Facts

    Over 3.8 billion people use the internet today, which is 40% of the world's population.

  • Tech Facts

    More than 570 new websites are created every minute.

  • Tech Facts

    There are over 3.5 billion searches per day on Google.

Saturday, April 25, 2020

Microsoft Office 365 User creation Guide

1.    After successful login click admin icon

2.       On the left menu of your admin panel under Usersmenu click on Active users

3.       You will not be able to see a list of all active users in order to add new user click on Add a user button
4.       A form will popup to create user account please fill the form and click next
·         Click Auto Generate password (It will automatically generate random strong passwords for first login)
·         Click Require users to change their password when they first sign in
·         Click Send password in email upon completion and provide email address where you want to receive default passwords.
·         Click Next > Next > Next > Finish Adding
A new user will be created and new passwords will be shared to the Provided email address

Share:

Wednesday, April 1, 2020

How to install and set up Webmin on Ubuntu /linux

Introduction

Webmin is a web-based control panel for your linux server which can be used to manage and operate your linux using web-based GUI. We personally use the interface to manage our storage server.
Webmin is more likely an interface designed for administrators who want to control server activities from within or outside the server over a network. In this tutorial will be setting up webmin on Ubuntu 18.04.
Requirements
1. Installed Ubuntu 16.04 or higner
2. An active internet connection.
Updating Server
First thing first, we recommend updating your server everytime before installing any package to you linus OS. use the command below to update.
sudo apt update
Installing Webmin
  • Before you begin installing webmin it is required to installl apache on our server (Apache is platform used to run webmin and other browser based applications in Linux)
    sudo apt install apache2
  • Restarting apache
    sudo systemctl restart apache2
  • Downloading webmin: now we will need to download webmin by using the command below
    wget http://prdownloads.sourceforge.net/webadmin/webmin_1.941_all.deb
  • Installing Webmin Dependencies: If it is a new server it might complain for missing dependencies which can be downloaded and installed using the command below
    apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
  • Installing Webmin: use dpkg command to install the downloaded file
    dpkg --install webmin_1.941_all.deb
Once completed it will give you an output similar to the output below
Webmin install complete.
You can now login to https://your_server_ip:10000
Go to your browser and type the output link and you are done setting up webmin.
Below is the link to a video for better understanding.
In our next post we will be learning some basics of webmin and on later posts diving deep to setup samba shares using webmin, Stay tuned.
Share:

About US

Geeksdice.com is a technology blog maintained and run by Eniac Technology. At Eniac we provide Information Technology services.
Powered by Blogger.

Search This Blog