SSD is next level of storage media with increase performance and reliability. Adata Ultimate SU800 512 GB SSD is benchmarked using AS SSD tool to test the performance here in this tutorial and video
I used HDD caddy to install the SSD in my laptop DVD drive slot as 2nd or dual HDD in laptop :).
The performance is slight lower than that of given in the specification of Adata site and packing of this SSD drive. This may be due the system configuration or SATA port of DVD drive bay slot.
The company site and specs has 530 - 550 MB/s for sequential Read/ Write which is not achived in this test but still not that bad.
Visit my blog for more details
http://itprobelemsolved.blogspot.com
Do comment for suggestions and improvements
And subscribe to my channel for upcoming tutorials
Pages
▼
Thursday, October 11, 2018
Friday, September 7, 2018
Install ScrollOut F1 open source Email Firewall Anti-Spam Gateway
Scrollout F1 is an open source easy to use, email firewall (gateway) with free anti-spam and anti-virus defence to secure your existing email servers, like Postfix, Exim, Microsoft Exchange, Lotus Domino, Sendmail, Qmail and more.
It has Built-in multilayer security levels configurations as easy as your car radio tuning. It combines simplicity with effective protection using powerful open source with additional set of rules & filters.
ScrollOut F1 is available for x86 / 64bit operating system (OS) in following forms:
- As ISO image file
ScrollOut F1 is available for x86 / 64bit operating system (OS) in following forms:
- As ISO image file
- install it from scratch
(Internet connection required during installation in both above cases).
• Minimum System Requirements (for 5,000 messages/day):
1 GB of RAM
30 GB storage drive
1 Processor x86/ AMD64
1 Ethernet x 1 IPv4 address
UDP ports: 53 123 4500 6277 24441
TCP ports: 25 80 443 2703
• Minimum System Requirements (for 5,000 messages/day):
1 GB of RAM
30 GB storage drive
1 Processor x86/ AMD64
1 Ethernet x 1 IPv4 address
UDP ports: 53 123 4500 6277 24441
TCP ports: 25 80 443 2703
ISO files are built on a customized Debian CD with automatic installation for Scrollout F1.
Make sure you provide correct network settings. You need an Internet connection during installation. You can access the Web GUI of ScrollOut F1 from browser as folow
Web GUI address: http://Your-host-ip/
Web GUI User: Admin
Web GUI pass: 123456
Install Scrollout F1 Anti-Spam Firewall from scratch on Debian OS in 30 minutes
-------------------------------------------------------------------------
The installation is easy:
1. Download And Install Debian. Do not use an existing system. The installation process will overwrite the existing settings.
2. Make sure you have an working Internet connection.
3. From Terminal console type:
apt-get install sudo -y
sudo -i
cd /tmp
wget http://sourceforge.net/projects/scrollout/files/update/scrolloutf1.tar/download -O scrolloutf1.tar
tar -xvf scrolloutf1.tar
chmod 755 /tmp/scrolloutf1/www/bin/*
/tmp/scrolloutf1/www/bin/install.sh
Uninstall Scrollout F1:
---------------------------------------
Run:
/var/www/bin/uninstall.sh
Features
- Most features are automated
- TLS 1.2 with SHA2 and ECC (for SMTP & HTTPS)
- Host-to-host IPSec transport encryption with pre-shared key
- Free and commercial Anti-Virus for inbound and outbound emails
- Different Quarantine per domain
- Different scores per domain for Tagging & Blocking
- Built-it parallel outbound delivery from/to multiple hosted domains
- Additional SMTP ports.
- Spam scanning for inbound and outbound emails originated from non-intranet server
- Powerful and innovative geographic filtering for Sender IP, Server IP, URL IP and TLDs.
- Verify Sender IP against weighted white/blacklist providers (score RBL).
- Spammer database pollution by deploying unlimited spam traps for your website
- Various validations for hostname, domain, IP, helo/ehlo commands and more
- Provides DMARC record and verification
- DKIM verification and signing
- SPF verification and SRS
- Recipient verification for Active Directory, LDAP, Zimbra and Domino.
- Protection against fake messages that appear to come from your domain or from yourself
- Built-in rules for newsletters and other messages generated by automated systems
- Protection against executable files, malicious content, scripts and more
- Eliminates a large amount of junk emails sent by infected or hijacked computers.
- Various tests for embedded pictures.
- Protection against forged domains like (fake) yahoo.com, gmail.com etc.
- Protection against wifi, dynamic, invalid or unknown hosts.
- Easy to replicate messages across the world by typing a backup (sub)domain.
- Whitelist [sender domain] using drag & drop emails (with MS Outlook)
- Blacklist [sender address] using drag & drop emails (with MS Outlook)
- Reduce storage cost by redirecting multimedia messages (archived or hidden)
- Relay outgoing messages through a global or per sender domain ISP (smarthost)
- Lite DLP for MS Word, Excel, PowerPoint, PDF and scanned images (archived or hidden)
- Assign different outbound IP pools per sender domain
- Disclaimer per domain
- Accelerate http traffic with web cache
- Simple web interface with guidelines
- Enforce encrypted connection with email servers
- Backup (BCC) incoming/outgoing emails to an alternative mailbox
- Clone/duplicate incoming emails to another (sub-)domain
- Custom Spam TAG in the Subject
- Fallback delivery to alternative email servers
- Learn spam from other email servers
- Internal DNS cache
- Built-in RBL for IPs, Nameservers, Domains and DKIM
- Built-in Fingerprints service
- IPv6
- Advanced internal reputation service
- Mandatory STARTTLS for cached Domains and IPs.
Thursday, August 30, 2018
Install Virtualmin on ubuntu server 16.04 | Web hosting panel | Web hosting
Virtualmin is a module of webmin for managing virtual host on linux Apache web server like cPanel. It is open source web hosting control panel, designed to make it easy to manage websites, mailbox users, databases, and web applications. It supports the creation and management of Apache virtual hosts, BIND DNS domains, MySQL databases, and mailboxes and aliases with Sendmail or Postfix
we have install webmin our previous tutorial
http://itprobelemsolved.blogspot.com/2018/08/install-webmin-on-ubuntu-server-1604.html
Step 3: Installing Virtualmin
Virtualmin only supports Ubuntu LTS versions. If you don’t have those versions of Ubuntu, Virtualmin will fail to instal. If you do, then continue below.
Now that Webmin is installed, go and install Virtualmin.. Virtualmin allows you to manage Apache2 virtual hosts and DNS, just like you have with cPanel and other hosted packages.
Run the commands below to download Virtualmin script.
curl -O http://software.virtualmin.com/gpl/scripts/install.sh
Then make the script executable
sudo chmod +x install.sh
Finally, run the commands below to install Virtualmin
sudo ./install.sh
Accept the default setting and install.
When that’s done, you should have Virtualmin module enabled for Webmin and begin configuring your systems.
see the webmin on how to access the web interface
http://itprobelemsolved.blogspot.com/2018/08/install-webmin-on-ubuntu-server-1604.html
Thanks for reading and watching.
Like and subscribe to my YouTube Channel HomeTech for more interesting videos
we have install webmin our previous tutorial
http://itprobelemsolved.blogspot.com/2018/08/install-webmin-on-ubuntu-server-1604.html
Step 3: Installing Virtualmin
Virtualmin only supports Ubuntu LTS versions. If you don’t have those versions of Ubuntu, Virtualmin will fail to instal. If you do, then continue below.
Now that Webmin is installed, go and install Virtualmin.. Virtualmin allows you to manage Apache2 virtual hosts and DNS, just like you have with cPanel and other hosted packages.
Run the commands below to download Virtualmin script.
curl -O http://software.virtualmin.com/gpl/scripts/install.sh
Then make the script executable
sudo chmod +x install.sh
Finally, run the commands below to install Virtualmin
sudo ./install.sh
Accept the default setting and install.
When that’s done, you should have Virtualmin module enabled for Webmin and begin configuring your systems.
see the webmin on how to access the web interface
http://itprobelemsolved.blogspot.com/2018/08/install-webmin-on-ubuntu-server-1604.html
Like and subscribe to my YouTube Channel HomeTech for more interesting videos
Install Webmin on ubuntu server 16.04 x64 | setup webmin admin panel
Webmin is web based administration tool develop for managing linux server. Webmin is a control panel for server administrator to setup different services and that too from from the browser. Here we will install webmin on ubuntu server 16.04 x64.
You can delete the lock file with the following command if find the error of directory or file lock on
apt-get or apt install:
sudo rm /var/lib/apt/lists/lock
You may also need to delete the lock file in the cache directory
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
After that, try again instll.
Step 1: Install Webmin
install required packages
sudo apt install python apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl
download and install webmin
cd /tmp && curl -L -O http://www.webmin.com/download/deb/webmin-current.deb
finally install webmin
sudo dpkg -i webmin-current.deb
Step 2: Accessing Webmin
https://localhost:10000
If you’re coming from a remote location, you must add the IP address to the allowed list… you can do that by running the commands below to open Webmin default configuration file.
sudo nano /etc/webmin/miniserv.conf
Then adding a new line to allow a specific IP or subnet.
allow=192.168.X.X
or
allow=192.168.X.0/24
for whole subnet
Save the file… you should good to go for access Webmin
Thanks for reading and watching.
Like and subscribe to my YouTube Channel HomeTech for more interesting videos
You can delete the lock file with the following command if find the error of directory or file lock on
apt-get or apt install:
sudo rm /var/lib/apt/lists/lock
You may also need to delete the lock file in the cache directory
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
After that, try again instll.
Step 1: Install Webmin
install required packages
sudo apt install python apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl
download and install webmin
cd /tmp && curl -L -O http://www.webmin.com/download/deb/webmin-current.deb
finally install webmin
sudo dpkg -i webmin-current.deb
Step 2: Accessing Webmin
https://localhost:10000
If you’re coming from a remote location, you must add the IP address to the allowed list… you can do that by running the commands below to open Webmin default configuration file.
sudo nano /etc/webmin/miniserv.conf
Then adding a new line to allow a specific IP or subnet.
allow=192.168.X.X
or
allow=192.168.X.0/24
for whole subnet
Save the file… you should good to go for access Webmin
Thanks for reading and watching.
Like and subscribe to my YouTube Channel HomeTech for more interesting videos
Wednesday, May 2, 2018
Kids Adventure - Playing Grand Luddo
wow this what a grand luddo looks like. But kids will manage to play it with their ways and rule
Thanks for reading and watching.
Like and subscribe to my YouTube Channel HomeTech for more interesting videos
Kids Adventure - Climbing and crossing obstacle with Rope Net
Now these are playing the dangerous heights. They are crossing the 12 feet high obstacle with rope net. It seems easy to climb but crossing obstacle and coming down is way difficult for kids of this age. But they know the trick how to do it.
Thanks for reading and watching.
Like and subscribe to my YouTube Channel HomeTech for more interesting videos
Kids Adventure- Catch me if you can on swinging rope
This is dich with swing rope, now they are playing some more tricks on it. Looks like adventure of catch me if you can. Some edges are a bit dangerous but ultimately ends safe
Thanks for reading and watching.
Like and subscribe to my YouTube Channel HomeTech for more interesting videos
Thanks for reading and watching.
Like and subscribe to my YouTube Channel HomeTech for more interesting videos
Saturday, April 28, 2018
Kids Adventure- Crossing ditch on Swinging Rope
After my kids are over with playing the mini golf and Hanging Monkey Bridge, then zip line rope. They are now ditch with swing rope. they do it like a charm.
Thanks for reading and watching.
Like and subscribe to my YouTube Channel HomeTech for more interesting videos
Thanks for reading and watching.
Like and subscribe to my YouTube Channel HomeTech for more interesting videos
Design Transparent Login Form in HTML & CSS - Html Login Page Design
Design Transparent Login Form in HTML & CSS - Html Login Page Design - Login form Design Source Code
In this tutorial we will learn how to create beautiful sign in form in html and css.we will need
1. A background image (.jpg, .png)
2. A user icon image
3. Any text editor
4. passion to learn and a cup of coffee :)
So lets get to work
1. Create a folder and place the images mentioned at no 1 and 2.
2. Now open your favourite text editor (I am using Sublime text) and type following html code
3. save it at the folder of images you just created with index.html
4. Now create a new file and type the css code and save it in same folder as style.css
body { margin: 0; padding: 0; background: url(Nature.jpg); background-size: cover; font-family: sans-serif;}
.loginBox { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 350px; height: 420px; padding: 80px 40px; box-sizing: border-box; background: rgba(0,0,0,.5); }.user { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; position: absolute; top: calc(-100px/2); left: calc(50% - 50px)
}h2 { margin: 0; padding: 0 0 20px; color: #efed40; text-align: center; }.loginBox p { margin: 0; padding: 0; font-weight: bold; color: #fff;}.loginBox input { width: 100%; margin-bottom: 20px; }.loginBox input[type="text"],.loginBox input[type="password"]{ border: none; border-bottom: 1px; background: transparent; outline: none; height: 40px; color: #fff; font-size: 16px;}::placeholder { color: rgba(255, 255, 255, .5);}.loginBox input[type="submit"] { border: none; outline: none; height: 40px; color: #fff; font-size: 16px; background: #ff26ff; cursor: pointer; border-radius: 25px;}.loginBox a { color: #fff; font-size: 14px; font-weight: bold; text-decoration: none;}
You are done. open the index.html file and wallla!!!
See the video for how it looks
Thanks for reading and watching.
Like and subscribe to my YouTube Channel HomeTech for more interesting videos
Tuesday, April 24, 2018
United Bravo Car 2018 Full Specification and Price In Pakistan
News of launching United Bravo hatchback car from United Auto from last year has now come to reality. United Autos the local bike manufacturing company is now making new 800cc cars in the country. United auto has even built its own manufacturing plant in Lahore.
United Bravo hatchback is 800cc car and will be direct competitor of Suzuki Mehran. The company had imported two units of J-TT. This new hatchback car, will be around 0.6 to 0.7 Million rupees Pakistani much less than price of Suzuki Mehran. United Autos has applied to Intellectual Property Organization of Pakistan for the copyright of car namely ‘United Bravo’.
United Bravo Specifications
The United Bravo would come two Versions
1. Economy Version has Mechanical Steering, No AC and No Remote Control Lock
2. Luxurious Version has EPS steering, AC and Remote Control Lock
Model DH350S DAHE
Engine LJ368QA 800 CC EFI 3 Cylinder, four stroke
Independent suspension
Power Windows
Rear view camera
Hydrauli brake, Front disc&Rear disc
Fuel Tank 30 L
Fuel Consumption 22 Km per Liter FM Radio, USB
Fog Lights
Aluminium Alloy Rim
The United Bravo is a renamed Dahe Motor DH350. Here are some of snapshots of the car which the company will launch soon. This shows the company ordered have arrived in Pakistan.
United Bravo Specifications
The United Bravo would come two Versions
1. Economy Version has Mechanical Steering, No AC and No Remote Control Lock
2. Luxurious Version has EPS steering, AC and Remote Control Lock
Model DH350S DAHE
Engine LJ368QA 800 CC EFI 3 Cylinder, four stroke
Independent suspension
Power Windows
Rear view camera
Hydrauli brake, Front disc&Rear disc
Fuel Tank 30 L
Fuel Consumption 22 Km per Liter FM Radio, USB
Fog Lights
Aluminium Alloy Rim
The United Bravo is a renamed Dahe Motor DH350. Here are some of snapshots of the car which the company will launch soon. This shows the company ordered have arrived in Pakistan.