Browsed by
Category: Uncategorised

Easy way to use BSD Hardware Database on a Windows laptop.

Easy way to use BSD Hardware Database on a Windows laptop.

In a nutshell BSD Hardware Database is a project to anonymously collect hardware details of BSD-powered computers over the world and help people to collaboratively debug hardware related issues, check for BSD-compatibility and find drivers. Check out official website here! We will create helloSystem live image using Rufus software. Then we can boot into helloSystem OS with a BSD tool built in. At this step it’s one command to generate a BSD online report. Important note: Our patient is Laptop…

Read More Read More

Typesetter CMS – Fix White Page or 500 Errors

Typesetter CMS – Fix White Page or 500 Errors

Typesetter CMS white page or 500 error can be investigated by looking into Apache logs or setting php errors to be visible: White page or 500 error during first installation – Most likely due to PHP version not happy with curly braces. If you are using PHP 8.2+ install Typesetter CMS 5.2. You can also downgrade php version and install 5.1. Example of XAMPP working combo: Xampp 7.4.33 + Typesetter CMS 5.1.

WINDOWS 10 UPDATE ERROR 0XC1900223 – Possible solutions

WINDOWS 10 UPDATE ERROR 0XC1900223 – Possible solutions

Ah, the good old fashion error 0xc1900223 during Windows update. We all got this at some point and there are as many solutions on the web as Microsoft technicians word-wide. To make life easier I have gathered a list of most common fixes. Try again later (Official Microsoft Fix – “Windows Update will try again later and there is nothing you need to do at this time.”)Temporary disable antivirus, firewalls or VPNs.Try to free up some space on C: drive….

Read More Read More

QNAP NAS 4.3.5 Update Error “UPGRADE CAN’T BE PERFORMED”

QNAP NAS 4.3.5 Update Error “UPGRADE CAN’T BE PERFORMED”

I had an issue with QNAP TS-251 where it would be stuck on 4.3.5 firmware and updating attempts would result in “Firmware upgrade can’t be performed. Please check the network connection, or update it manually.” error. Since I have not made any changes to network settings, I tried to updated it manually but that failed as well. Although there is no formal communication from QNAP this looks like a word-wide malware infection affecting variety of NAS devices. Malware is altering…

Read More Read More

ASUS Recovery Error 1029

ASUS Recovery Error 1029

So I was trying to fix my recovery partition in my friend’s Asus laptop and everything was fine till it popped out with 1029 error. This is a common problem with Asus laptops and the reason is unknown but I have finally found a way to fix it.

QNAP NAS – Delay in page refresh PHP

QNAP NAS – Delay in page refresh PHP

Also known as “PHP is acting weird in QNAP web server”. Apparently PHP OPcache is causing 60s delay in page refresh, see php.ini settings below. [opcache]opcache.memory_consumption = 64opcache.interned_strings_buffer = 8opcache.max_accelerated_files = 4000opcache.revalidate_freq = 60opcache.fast_shutdown = 1 Solution is quite simple and it worked for my device! Go to php.ini (Control Panel >Web Server >php.ini Maintenance > Edit )Find opcache.fast_shutdown = 1 and below it add opcache.enable = 0opcache.validate_timestamps = 0 That should do the trick!Thanks to Artand.

How to fix Eclipse Exporting Error

How to fix Eclipse Exporting Error

I’m not an expert in Mobile Development but I had to do some projects in Eclipse IDE for Java Project. I have encountered frustrating exporting error and although there are many solutions on Google, only one fixed my issue. The issue: Fix is pretty simple, just go Window -> Preferences and then General -> Workspace. Tick the “Refresh using native hooks or polling”. Apply and click OK.