Autodiscover Not Working For Setting up Office 365 Account

When you try to configure a new account of Office 365 in MS Outlook, then the profile is not created automatically. You may face some errors during the setup, like the following one. Autodiscover cannot process the given e-mail address. Only mailboxes and contacts are allowed. The cause of the error is following – The […]

Read More

Install Remote desktop with xrdp on Linux

Introduction Xrdp is an opensource remote desktop protocol server, which allows you to connect to the Linux desktop from any operating systemIf you need to open or redirect access on your router or firewall, know that xrdp uses the standard port 3389 Installation The installation of xrdp is straightforward since it is available in the original […]

Read More

[Step-By-Step Tutorial/Guide] Raspberry Pi with UniFi Controller

1. Download the necessary tools and raspbian operating system image 1. Raspbian Buster Lite (= without desktop interface) through the ZIP option (or torrent). https://www.raspberrypi.org/downloads/raspbian/ Direct: https://downloads.raspberrypi.org/raspbian_lite_latest 2. Rufus to install the image on to the MicroSD card. https://rufus.ie/ Direct: https://github.com/pbatard/rufus/releases/download/v3.11/rufus-3.11.exe 3. Advanced IP Scanner to figure out the assigned IP address of your Raspberry Pi. […]

Read More

.htaccess rewrite rules

RewriteEngine OnRewriteCond %{HTTP_HOST} ^<yourdomain>$ [NC]RewriteRule ^(.*)$ http://<yourdomain>/$1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_URI} !(.)/$ RewriteRule ^(.[^/])$ $1/ [L,R=301] DirectoryIndex index.htmlErrorDocument 404 https://www.<yourdomain>/ 301 Moved Permanently 301 redirect is a permanent redirect, which transfers about 90-99% of link juice. This redirect indicates that the page has been moved to a new address and the old URL should […]

Read More

6 Steps Help to Choose Right Fiber Patch Cord Types

Step 1: Choose the Right Connector Type (LC/SC/ST/FC/MPO/MTP) On both ends of the fiber optic patch cord are terminated with a fiber optic connector (LC/SC/ST/FC/MPO/MTP). Different connector is used to plug into different device. If ports in the both ends devices are the same, we can use such as LC-LC/SC-SC/MPO-MPO patch cables. If you want […]

Read More

How to format a PC with Oneclick?

Posted in Notepad Tricks with tags format .bat, format hard drive, how to format, Notepad Tricks If you think that notepad is useless then you are wrong because you can now do a lot of things with a notepad which you could have never imagined.In this hack I will show you how to format a […]

Read More