Mister Disagree

"Be the change you wanna see in the world" - Michael Scofield

Overview: Webmin is a OpenSource web-based interface for system administration. It allow us to configure operating system internals, such as users, disk quotas, services or configuration files
Webmin is running as its own process and web server with defaults TCP port is 10000



Platform: Linux Ubuntu 14.4 64BIT

Step by step:
Step 1: Add repository into local source list
             #sudo nano /etc/apt/sources.list
             deb http://download.webmin.com/download/repository sarge contrib
             deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
   
Step 2: Add Webmin GPG key to apt to validate the repo
             #wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -

Step 3: update apt
             #apt-get update

Step 4: download and install webmin
             #apt-get install webmin

Step 5: login to webmin via web browser
            https://webmin_server_address:10000/


Reference:
https://www.digitalocean.com/community/tutorials/how-to-install-webmin-with-ssl-on-ubuntu-14-04


Overview:

- eXdupe is data compressor/archiver software that use data deduplication method.
It uses the sliding window class of deduplication which yields the best compression ratio in all use cases.
Able to utilize deduplication in a simple file archiver style, outperforming gzip, bzip2, WinRAR, 7-Zip, etc
- Only support 64BIT of windows 2008, win Vista n win7 platform.
- Require no installation


Installation/configuration guide:

Download exdupe software from www.exdupe.com

Launch exdupe (windows):
- exdupe location: D:\
- File to compress: D:\Cloud Computing\

Step 1: command prompt --> modify path into exdupe location (desktop)
Step 2: exdupe.exe D:\Cloud Computing cloud.full

Outcome:
- D:\Cloud.full



Server Site (Windows Server 2008):
Start --> Administrative Tools --> Group Policy Management


Client Site:

1) Apply Policy : Run --> cmd --> gpupdate /force

2) View Group Policy Applied
     i) Windows XP/NT:
         Start --> Help & Support --> "Support" (Tab) --> "Advance System Information" (Left Panel) --> View Group          Policy Setting Applied

     ii) Windows 7/Vista:
         Run --> cmd --> gpresult
           - View policy on Command Prompt: gpresult \R 
           - View policy on web browser      : gpresult \H gpreport.html