Using NXLog to Collect Windows Event Logs
There are a lot of syslog collectors for Windows, but when it comes to stability and features, NXlog has the best chances to fulfill all the requirements. Windows EventLog allows…
Windows Server Configuration Tips and Tricks
Building a lab to test some Windows services , AD, DNS, DHCP, ADCS, etc. in my VMware ESXi 6 environment, to get it running smoothly and reduce some headache, I…
Common Used Excel Formulas
一、数字处理 1、取绝对值 =ABS(数字) 2、取整 =INT(数字) 3、四舍五入 =ROUND(数字,小数位数) 二、判断公式 1、把公式产生的错误值显示为空 公式:C2 =IFERROR(A2/B2,””) 说明:如果是错误值则显示为空,否则正常显示。
Understanding Ping Command
The ping command operates by sending Internet Control Message Protocol (ICMP) Echo Request messages to the destination computer and waiting for a response. How many of those responses are returned,…
Basic Steps to Deploy and Config Symantec DLP 15.5 with Installation Videos
I were working on Symantec DLP project and had some experience with it. This post is going to review what I have been done and how I managed to install…
Windows 10 Tweaks, Tips and Tricks
Here are some simple but effective windows tweaks, tips and tricks to streamline your windows computing experience. Here are list of my collections (still keep adding): 1. Fix High CPU…
Free Tier VPS Bench Comparison for AWS, Azure and Google Cloud
All of AWS, Azure and Google Cloud are providing some kind of free tier to the users. I am always wondering how those free tier VPS performance looks like. I…
Forwarding Windows Event Logs to Syslog Server (Kiwi Syslog)
Centralizing your logs saves time and increases the reliability of your log data, especially for Windows machines. When Windows log files are stored locally on each server, you have to…
PFsense Configuration with Topology and Screenshots
pfSense is an open source routing and firewall software that is based on the FreeBSD distribution. The basic features including: pfSense Home Topology Static/default/dynamic routing Stateful firewall Network Address Translation…
Install ProxMox 5.3 into VMware Workstation 14
Proxmox VE is a complete open-source platform for all-inclusive enterprise virtualization that tightly integrates KVM hypervisor and LXC containers, software-defined storage and networking functionality on a single platform, and easily…
Install OpenStack – DevStack into Ubuntu 16.04.05 Virtual Machine
DevStack is an opinionated script to quickly create an OpenStack development environment. It can also be used to demonstrate starting/running OpenStack services and provide examples of using them from a…