Category: how to

Enhancing Your LinkedIn Presence: The Importance of Text Formatting and How to Do It

Introduction:In today’s digital age, LinkedIn has become a crucial platform for professionals to network, showcase their expertise, and advance their careers. With millions of users and countless posts being shared daily, standing out on LinkedIn can be challenging. One effective way to grab attention and make your content more engaging is by formatting your text. […]

Fixed: How can I make my WiFi network card prefer the 5GHz band instead of 2.4GHz?

While the solution is trivial, this is still a good question for many Windows users. The answer to the question about how to make the WiFi network card prefer the 5GHz band instead of 2.4GHz is rather obvious. There should be a hardware configuration or other type of configuration to specify this. The preferred WiFi […]

Fixed – Unable to install Visual C++ 2015-2019 x64 14.28.29325

Weather you just bought a game which starts with this error about Visual C++ 2015-2019 x64 14.28.29325, or you have a new software, you can land to the same error where Windows 10 fails to install Visual C++ 2015-2019 x64 14.28.29325. Doing a bit of research on the internet, there are a lot of forums […]

Fixed: New version: How to synchronize folders between 2 Synology NAS

In order to sync folders between 2 Synology NAS only few steps are needed. We will refer to NAS 1 as local nas and NAS 2 as remote NAS. The two NAS systems will be configured for a bidirectional sync. Changes made on one NAS will be reflected on the other and vice-versa. We will […]

Solved: unable to install Moodle in Godaddy hosting

When trying to install Moodle on a Godaddy hosting server with cpanel you might get one of these two errors: innodb_large_prefix or mysql-file-format barracuda (detected: antelope). GoDaddy instalatron appication offers the option to install Moodle in your Godaddy hosting. Unfortunately for many users this does not work straight out of the box. Some users recommend […]

How to fix the File Usage limit in GoDaddy

Have you reached the file usage limit in godaddy? It is very probable that you did. While you might be sure that you did not upload too many files into your GoDaddy hosting account and even if you know that you have an unlimited storage GoDadddy account, it si very probable that you have reached […]

SOLVED: CLion does not render STL containers

Debugging without being able to see the values of different variables, strings, maps can increase the debugging time. While rendering STL containers should be understood as common-sense for the year 2020, CLion sometimes might not render them. It happened that the same version renders the STL containers on some project and does not render on […]

How to find Windows 10 serial number activation key

Easy to find via regedit, the windows 10 serial numer activation key is not magic anymore. Although the key ideally should be encrypted and not stored as plain text, the windows 10 activation key serial number is stored as a plain text string. The windows 10 activation key serial number can be found in windows […]

How to use Git with Synology

How to use Git with Synology Create  Repo on Synology NAS Using putty login to nas mkdir app git init –bare rApp.git cd rAp.git git update-server-info pwd shows  /var/services/homes/tt/gitRepos/rr/app/rApp.git Clone repo cd work cd rApp git clone ssh://tt@192.168.0.21/var/services/homes/tt/gitRepos/rr/app/rApp.git