Microsoft / RDS Deploying Remote Desktop Gateway RDS 2012











DS 2012



























27 Votes







What is a Remote Desktop Gateway

A Remote Desktop Gateway Server enables users to connect to remote computers on a ...
Microsoft / Exchange How to allow Outlook to connect over TLS 1.1/1.2









Problem

Most web hosts have disabled the obsolete security protocol, TLS 1.0, and Microsoft Outlook requires v. 1.0 to connect on some ...
Microsoft How to enable TLS 1.2 on Windows Server 2008 R2





Problem

How to enable TLS 1.2 on Windows Server 2008 R2?

Resolution

QuoVadis recommends enabling and using the TLS 1.2 protocol on your ...
Joomla Directory listing linux hosting
Maak een bestand aan met de naam .htaccess

Plaats hierin de onderstaande tekst

Options +Indexes ...
Astaro UTM 9 USB Install Astaro Firewall (UTM)















Creating Your Own Sophos UTM Bootable USB Installation Drive

Installing Sophos UTM from a boot CD is straightforward and works well. ...
CentOS How To Open Port 80 on CentOS7
Installing a Web Server

In this section, I will show you how to install a web server on CentOS 7. I ...
Cisco How to Configure a Cisco Layer 3 switch-Inter VLAN Routing
Cisco L2 Switch (same configuration for both switches)

! Create VLANs 10 and 20 in the switch databaseLayer2-Switch# configure terminal Layer2-Switch(config)# ...
Microsoft / Exchange Export pst vanuit Exchange 2010









New-MailboxExportRequest –Mailbox info –FilePath \\servername\Export\info.pst

Get-MailboxExportRequest

Get-MailboxExportRequest -Name MailboxExport | fl

Get-MailboxExportRequest | Get-MailboxExportRequestStatistics

Get-MailboxExportRequest | where {$_.status -eq “Completed”}

Get-MailboxExportRequest | where {$_.status -eq ...
CentOS Install Samba on CentOS 7





Samba is a free and open-source re-implementation of the SMB/CIFS network file sharing protocol that allows end users to access ...
CentOS Install NFS Centos 7

NFS Server: server.example.com, IP address: 192.168.2.133

NFS Client: client.example.com, IP address: 192.168.2.134



 Yum -y install vim perl mlocate Configure the ...
CentOS Colorscheme VIM
Instructions



Connecting via SSH to your server

Browse to your user directory with the following command: cd ~

Create a .vimrc ...
Microsoft Desktop icons automatisch weergeven
Maak een gpo aan met de onderstaande gegevensVergeet bij het aanmaken de brakets niet ......

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]"{018D5C66-4533-4307-9B53-224DE2ED1FE6}"=dword:00000001"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000 ...
CentOS Update FOG Image Server
yum install git

sudo -i

git clone https://github.com/FOGProject/fogproject.git /root/fogproject

cd /root/fogproject/

git checkout dev-branch

git pull

cd bin

./installfog.sh

Navigate to http://IPofYourFOGServer/fog/management ...
CentOS Install FOG Image Server Centos 7
Continue pre-config

yum install firewalld -y

systemctl start firewalld

systemctl enable firewalld

for service in http https tftp ftp mysql nfs mountd rpc-bind proxy-dhcp ...
Microsoft How to Find Computer Locking Active Directory Account
Find Locking Computer Using Event Logs



Login to the Domain Controller where authentication took place.

Open “Event Viewer“.

Expand “Windows Logs” then choose ...