Error creating winpty

Loading

I’ve recently upgraded my Microsoft Windows 10 to version 1909. The first issue I experience when I wanted to resume my programming tasks were “php artisan serve” encountered the following error. Error creating winpty: ConnectNamedPipe failed: Windows error 232 Based on my research, it was due to antivirus blocking winpty. I was using Git Bash … Read more

Gmail “All Mail” IMAP folder missing in Microsoft Outlook

Loading

I’ve upgraded my Microsoft Outlook to Microsoft Outlook 2016/365 and added IMAP connection to my Gmail account. I was expecting that all IMAP folders to be listed as per my older Outlook. Unfortunately I found that all folders were available except the All Mail folder. This folder will list all emails available in my Gmail … Read more

Resize root LVM partition on CentOS

Loading

I installed my server using the default partition sizes recommended during installation. Over time, I realized that I used more space of other partitions than /home. After much searching around, this is what I did to get my server’s partition resized. “WARNING! THE FOLLOWING STEPS MAY CAUSE DAMAGED TO YOUR PARTITION AND IRRECOVERABLE DATA LOSS. … Read more

‘Afsql’ error on syslog-ng resolved

Loading

I encountered the `module=’afsql’` error after the installation of syslog-ng on CentOS 6.5. The error is as below:- Plugin module not found in ‘module-path’; module-path=’/lib64/syslog-ng’, module=’afsql’ I’ve resolved the problem based on this forum discussion. [thanks] The solution is to install syslog-ng-libdbi using the following command. yum install syslog-ng-libdbi

LC_TYPE: cannot change locale

Loading

Each time when I install a fresh CentOS 6.x server, I will get the following error when I ssh into the server. Last login: Mon Jul 21 05:30:39 2014 -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory After searching and found the reason was because my server’s environment was no … Read more

Drop SMTP connection at HELO/EHLO matching machine name

Loading

Recently there has been many rogue incoming SMTP connections from different IP addresses with the same machine name – “ylmf-pc“. My guess is that these different machines were infected with malware and this malware is utilizing the machine to perform brute force password attack to gain authorization. My server is hosting cPanel and thus using … Read more