How to move WinSxS/Installer folder to another partition Please try moving the Installer folder first; it is safer than moving WinSxS folder. Read before action: According to this article, the “winsxs” folder contains just about the ENTIRE Windows operating system, and then the files which are actually used are projected into the classic Windows folders Read More
Month: May 2020
Change the font or font size – Outlook
Office 365 (Outlook 2016 | Outlook 2013) – Change the font or font size in the message list To scan through your Inbox more quickly, you may want to enlarge the text in the subject lines and column header or change their font so they’re easier to read. Click Mail Click View > View Settings. Click Other Settings. Read More
The best way to disable directory browsing on Apache
The best way to do this is to disable it with webserver apache2. In Ubuntu open /etc/apache2/apache2.conf in Centos, open /etc/httpd/conf/httpd.conf change from to then restart apache by: This will disable directory listing from all folder that apache2 serves.
How to configure the SonicWALL to mitigate DDoS attacks.
How to configure a SonicWALL firewall to mitigate DDoS attacks. Title How to configure the firewall to mitigate DDoS attacks. Description A Distributed Denial of Service (DDoS) attack is an attempt to make an online service unavailable by overwhelming it with traffic from multiple sources. There are three types of DDoS attacks. Layer 3,Layer 4 DDoS attacks and Read More
How to solve the problem of “Another application is currently holding the Yum lock” in CentOS 7
How to solve the problem of “Another application is currently holding the Yum lock” in CentOS 7 Solution 1: cd /var/run rm -f yum.pid Solution 2: Yum clean all
How to block an IP by iptables (Red hat 6.2)
How to block an IP by iptables (Red hat 6.2) Solution 1: Adjust the config file: Vim /etc/sysconfig/iptables Solution 2: Syntax to block an IP address under Linux iptables -A INPUT -s IP-ADDRESS -j DROP Replace IP-ADDRESS with your actual IP address. For example, if you wish to block an ip address 65.55.44.100 for whatever Read More