3CX – How to install Qemu guest agent

  1. Log into your 3CX server via SSH
  2. Open /etc/apt/sources.list with nano
  3. Add the following

deb http://deb.debian.org/debian/ buster main

deb-src http://deb.debian.org/debian/ buster mai
  1. Save the sourses list
  2. run apt-get install qemu-guest-agent
  3. Edit your sourses list again to remove the above repo

Configure email forwarding in Outlook Web Access (Exchange 2013)

 

  1. Log in to the OWA console
  2. Open settings of the mailbox by selecting the settings icon on top-right corner
  3. Click Organize email on the features pane
  4. Then click inbox rules tab
  5. Click down arrow and click create new rule for arriving messages option
  6. You will see a pop up which will let you configure inbox rule. Enter name of the rule. For option, when the message arrives and, choose “Apply to all messages”. Similarly, for option, do the following, choose forward the message to option.
  7. Now click select people. Type the email address where you want the mails to be forwarded. Click OK.
  8. Click more to add exception rule.
  9. You can now view the new rule in inbox rule tab.

301 redirect with .htaccess file

To redirect a domain permanently with the .htaccess file follow the guide below.

Add the following code to your .htaccess file make sure to change yoururl.com first!

# User Added 301
RewriteCond %{HTTP_HOST} ^yoururl.com
RewriteRule ^(.*)$ http://www.yoururl.com/$1 [R=301,L]
# End of user added 301

Sentora – How to permanently redirect a domain (301)

 

Add URL redirect to config file.

  1. Log into the Sentora control panel as the admin user.
  2. Hover over Admin in the main menu and select Modual Admin
  3. Select Apache Config
  4. Go to the bottom of the page and select the URL that you want to redirect and from the drop down select Override a Virtual Host Setting
  5. Add the following changing the URL of the domain from yoururl.com to yournewurl.com

 

You can also redirect a URL from the .htacess file

Windows 10 – Enable Tablet Mode

Windows 10 – Enable Tablet Mode

Bloom Email Optin Plugin

1.Open the Start menu and click Settings.

windows_10_enable_tablet_mode-01

2.Click System.

windows_10_enable_tablet_mode-02

3.Click Tablet mode located in the left pane.

windows_10_enable_tablet_mode-03

4.Toggle on "Make Windows more touch-friendly when using your device as a tablet"

windows_10_enable_tablet_mode-04

5.Under "When I sign in" select "Don't ask me and always switch"