
Creating this using CSS is a better way as it is lightweight speeds up your homepage load times, when compared to using a static image. Also you have an option of rendering it dynamically using Javascript.
(more…)
Category: Uncategorized
-
Create CSS 3 Dashboard Text
-
Turn on Bluetooth in Windows 10 Creators Update
If you ran into the same problem like me where my Bluetooth icon in my system tray was missing and Cortana wasn’t able to turn on the Bluetooth, then follow the steps below. (more…) -
Show/Hide Battery percentage on status bar (Android – Nougat -Samsung S7 Edge)
Follow the steps below to toggle the battery percentage on your status bar. (more…)
-
Hide Tags from WordPress Twenty Seventeen Theme
You can hide your tags, tag-cloud, categories links from WordPress posts page by adding just a single line of code.
Open up your WordPress (Jetpack) CSS editor and add the following line in the end..entry-footer { display: none !important; }Now save the changes and clear your cache and you should no longer see the tags on your WordPress posts.
-
How to invest in Cloud Mining in 5 minutes
For those of you who want to start mining cryptocurrencies like bitcoin, ethereum, etc and don’t want to invest in hardware upfront, then there are a lot of cloud mining options out there. But beware of fake companies that might swindle your money.
I personally prefer genesis-mining as it is an industry leader in cloud mining since the early days of bitcoin.
(more…) -
Best ways to earn side income online
There are many ways in which you can earn some extra money by spending some of your free time. Who doesn’t like extra money? So here are a few ways to get started. (more…)
-
Adding an SSL certificate to EC2
-
Optimize your website in 5 minutes
Getting a good score in Google Pagespeed Insights is very important, as it is a main factor for good User Experience (UX).
Minify Js, HTML & CSS
Minifying the Javascript, HTML and CSS helps reduce the page load times drastically.
Optimize Images
Optimize your images before hosting them online and using them on your site. You can optimize images online for free here. (more…)
-
Monitor EC2 using crontab
If you want to monitor your Amazon Web Services (AWS) Elastic Cloud Compute (EC2) instances using crontab and AWS SDK. Here in this example I have chosen php (7.1).
Install AWS SDK
Install composer
composer require aws/aws-sdk-php
-
Monitor services (Apache, MySQL, HHVM) using crontab
Want to ensure that your services (Apache, MySQL, HHVM) on your linux instance are running 24*7? Then you can use crontab for that. This job runs every minute to check the status of the service and if it is not running then, it starts the service. (more…)