Author Archives: Kaven Gagnon

avatar

About Kaven Gagnon

System & Network Architect

Windows : BSOD 0x0000007E (0xFFFFFFFFC0000005, 0xFFFFF880018C9836, 0xFFFFF880009A9008, 0xFFFFF880009A8860)

I had the luck of experiencing the following blue screen on a Windows Server 2008 R2 domain controller server at boot lately : *** STOP: 0x0000007E (0xFFFFFFFFC0000005, 0xFFFFF880018C9836, 0xFFFFF880009A9008, 0xFFFFF880009A8860) Related facts with this server : – Haven’t been rebooted since two years – Windows Updates haven’t been run for two years – Running minimalistic… Read More »

Linux : Apache Invalid command ‘ProxyPreserveHost’

Having the following error output trying to start, restart or do a configtest on Apache server? Invalid command ‘ProxyPreserveHost’, perhaps misspelled or defined by a module not included in the server configuration This is likely caused because mod_proxy module is not present or disabled. To enable it, look out for the following in the main… Read More »

Windows : How to disable ads in uTorrent client

uTorrent is a great BitTorrent client which have a free offer version. Like any free products, ads are involved at some point. Fortunately the developers left a function for users to turn them off. It is well hidden in the advanced features. Make sure before going forward with this procedure to not touch any other… Read More »

Category: PC

Linux : MySQL table is marked as crashed and should be repaired

Slow MySQL server, with very high load and consuming a lot of I/O without any particular reason? If you see the following error when looking at the MySQL log file (/var/lib/mysql.log), then now you know why! [ERROR] /usr/libexec/mysqld: Table ‘./database_name/table_name’ is marked as crashed and should be repaired Fortunately, this issue is probably easy fixable… Read More »

Windows : Time synchornization

There might be a few situations where you need more flexibility than what the clock UI can provide. In that case, you will need some help from the command line and registry. To manually synchronize the clock with a time server using the command line : net time \\<ntp_server> /set /yes NOTE : Replace <ntp_server> with… Read More »