Category: Blog

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 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

How to chose the best Smart TV

This table should help find how to chose the best smart tv that fits your needs. While some might prfer to chose an LED Smart TV for the luminosity and constrast, others might prefer OLED for the colors and the power of showning real black pixels.     You can find also how to chose […]

Free up almost 1GB of SD card space on Raspberry Pi

Assuming that you use Raspbian, if you’re not using libreoffice, wolfram, or scratch, removing them can save a lot of space. sudo apt-get purge libreoffice wolfram-engine sonic-pi scratch Remove the junk and temporary files by removing old package dependencies and junk produced by apt-get. sudo apt-get cleansudo apt-get autoremove Find your 10 largest directories: du […]

Why is Android studio slow

Why is Android studio so slow? Why does it take so much time when building a project? Event when android studio is building a simple basic app it can  take minutes. In order to make Android Studio build your app a lot more faster, which can mean that it can build and run the app […]

How to remove the yellow background from Google AdSense ads

In case you see a yellow background under Google ads and if want to know how to remove it, following these 2 steps will solve the problem. The yellow background from Google ads that you see in wordpress can be caused either by the way you configured the ads in Google Adsense, either caused by […]

Configure Raspbery Pi sound to HDMI or 3.5 Audio Jack

Configure Raspbery Pi sound to HDMI amixer cset numid=3 2 Configure Raspbery Pi sound to  3.5 Audio Jack amixer cset numid=3 1  

WordPress, Contact Form 7 not sending emails, no confirmation, no error

Contact Form 7 is indeed a very powerful plugin and a great contact form for your wordpress. Still,  a lot of users report that email sent with Contact Form 7 are not received, or not sent or even that there is no error about it.

How to find Synology NAS HDD temperature

There are several ways to read the temperature on Synolog NAS HDD. All of them use smartclt that is actual reading the S.M.A.R.T features of the storage device. First, list the storage devices installed in

How to sync 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.