Twitter is one of the biggest social media that allows users to express their thoughts to the public. Oftentimes people use videos to engage with their friends, audience, customers, etc. Moreover, when sharing content everybody thinks about a retweet(terminology Twitter uses for sharing content inside the platform). What if you want to share the content…Continue Reading
How To
Automating FTP Deployments with GitHub Actions
In today’s article, we are talking about how to use GitHub Actions as a replacement for your traditional FTP clients. Yes, we can use GitHub Actions as a normal FTP client such as Filezilla, CoreFTP, etc without worrying about navigating through folders. Just imagine that you have a project in Codeigniter or any framework/CMS of…Continue Reading
How to change PHP version on MAMP – Mac OSX
It’s very often that you want to change the PHP version in order to install different softwares in your development environment. But the MAMP version in your system comes with pre-installed version of PHP, and you want to go with it.
Auto Login in PuTTY with a password
PuTTY is awsome a client program for the SSH, Telnet, Rlogin, and SUPDUP network protocols. These protocols used to run remote session in your local machine which is a great step in tech industry. Coming to our topic, putty doesn’t give an option to save password as this helps to save your time by typing…Continue Reading
Disable the display of images files in Google Chrome
We can disable the images displaying in Google Chrome if you want to browse the websites without loading the images. Click on the stacked dot icon in Google Chrome -> Settings. Scroll down and click on “Advanced” label. In the Privacy and security section, click on Content Settings. In the Images section, select turn off…Continue Reading
Install Apache2, MariaDB, And PHP 7.1 (LAMP) On Ubuntu 16.04 LTS Server
In this article we are showing how to create a development environment for your PHP + MySQL projects. LAMP is acronym for Linux, Apache2, MariaDB, PHP. I would suggest LAMP stack for the development of powerful CMS such as WordPress, Drupal, Magento. So this tutorial make sure you have the development environment ready for your…Continue Reading
Configure a Custom Domain for CloudFront with HTTPS
This article shows how to add a custom domain for Cloudfront, a well-known Amazon content delivery network. I assume that you have already finished the Cloudfront CDN setup.
Cancel Office 365 for business
You can cancel your paid Office 365 subscription via online portal. In somecases you have to contact customer support to cancel the subscription. Follow the steps below In the Office 365 admin portal , go to the Subscriptions page, or choose Billing > Subscriptions. On the Subscriptions page, choose a subscription. From the More actions menu, choose Cancel subscription. Review the important dates, provide feedback…Continue Reading
Modify PHP Settings In Configuration File in Ubuntu 16.04
The php.ini file is responsible for all the PHP settings in Apache server. So you can modify the PHP settings by modifying the php.ini file When you want to change PHH configuration in Ubuntu 16.04, please follow the below steps 1) Open terminal in your Ubuntu 16.04 2) Change your PHP configuration whichever you want…Continue Reading
How to Add Category or Label Links into Your Menu Bar on Blogger?
Arrange the content in categories will be very easy for the readers to go through any article in any format. Readers of the blog website always tend to navigate through categories. Why you can’t implement the categories in your Google Blogspot powered website. In today’s tutorial we are showing how to link a menu link…Continue Reading
Port 80 in use by “Unable to open process” with PID 4!
After a recent Windows 10 update, I get this error when starting XAMPP in my computer. It was due to the World Wide Web Publishing Service was turned on automatically in Windows services. This application was connected to port 80 and it was consuming the port 80, Snapshot of error How to turn off World Wide…Continue Reading
How to stream Netflix in the highest possible quality?
Everyone would love to watch videos in highest quality avaialble. It’s the same thing when you watch your favorite movies or TV shows in Netflix. But watching Netflix on either Google, Opera limits you to watch in 720 HD video. You don’t see any huge difference between 720 HD or 1080 HD when you watch…Continue Reading
How to Find Large Folders on Windows
Step #1 Open Windows Explorer or Press the Windows Key + E Step #2 Go to the search bar on the top right corner. And search like this “size:” now you start seeing a pop over with suggestions. Select size ranges from the popup Step #3 Press ↵ Enter. A list of large folders on your computer will now appear.
How To Install A Blogger Template
Google Blogger platform is well known for its free hosting and excellent service. But one must say templating is the difficult part in Google Blogspot. You can either use built-in themes in the Blogspot or import templates from third party websites. It is a no brainer to install a blogger template from a third party source….Continue Reading
How to Stop Tracking Your Own IP in Google Analytics
When I was re-branding my own blog, the very first day I did not expect any organic traffic. But the next day, when I checked my Google Analytics, was surprised to see there are a lot of visits. I realized that they are all my own direct visits while I was updating my blog. So next…Continue Reading