Author Archives: Damon Luong

About Damon Luong

San Jose, California

cert not store in server certificate

Posted in IIS, SSL, windows | Comments Off on cert not store in server certificate

SSL v3 goes to the dogs – POODLE kills off protocol

Apache To disable SSLv3 on your Apache server you can configure it using the following. SSLProtocol All -SSLv2 -SSLv3 This will give you support for TLSv1.0, TLSv1.1 and TLSv1.2, but explicitly removes support for SSLv2 and SSLv3. Check the config … Continue reading

Posted in apache, My Linux, windows | Comments Off on SSL v3 goes to the dogs – POODLE kills off protocol

Disable TLS 1.0 /1.1 in Apache Server

1. Open Apache configuration Open terminal and run the following command to open Apache configuration file. $ sudo vi /etc/apache2/httpd.conf Also read : How to Redirect POST Request Data in .htaccess 2. Disable TLS 1.0/1.1 Look for the following line in bold … Continue reading

Posted in apache, My Linux | Comments Off on Disable TLS 1.0 /1.1 in Apache Server

Open Control Panel Tools with Run Commands

Control Panel Tool Run Command Add or Remove Programs appwiz.cpl Power Options powercfg.cpl Devices and Printers control printers Scanners and Cameras control sticpl.cpl Internet Options/Properties inetcpl.cpl Keyboard Properties/Settings control main.cpl keyboard Mouse Properties control main.cpl Joystick Properties / Game Controllers … Continue reading

Posted in command line of windows, My Windows, windows | Comments Off on Open Control Panel Tools with Run Commands

Outlook Stuck on Loading Profile

Causes Behind Outlook Stop Loading the Profile Before moving to solutions, discussing the possible causes behind this issue is essential. Following are some significant causes: Fix Outlook Profile Not Loading Issue Follow these methods to resolve the Outlook stuck on … Continue reading

Posted in 365, Exchange, Office 365 | Comments Off on Outlook Stuck on Loading Profile