Drupal

How to Install Drupal 10 with Nginx, PHP-FPM 8.1, MySQL, phpMyAdmin on Ubuntu 23.04 - Linode Guide

15 June, 2023 seen 159
In this article, you will learn how to set up a webserver for serving Drupal websites running with Nginx, PHP-FPM 8.1, MySQL, and phpMyAdmin on Ubuntu 23.04 For the following tutorial, I used very much the information from my previous…

How To Enable Google Adsense ads.txt file for Drupal on Nginx

6 December, 2019 seen 1,170
Around early September 2019, in my Google AdSense dashboard, I noticed a warning informing me to create a separate ads.txt file.  I followed the on-screen instruction and did what was asked. After two months (at the start of November) I…

How to Enable OneSignal Web Push Notifications SendTag For Drupal (User Segmentation by Interests)

21 November, 2017 seen 2,910
I spent a good amount of time, trying to learn how to implement a better user segmentation on OneSignal. The best I could get so far was the default OneSiganal's out of the box segmentation based on user country. As my blog covers many…

How To Sync Drupal RSS Feed to Mailchimp

29 September, 2016 seen 492
RSS is not dead, it's more than alive - nowadays it's used to sync content across services and devices. After finishing installing push notifications for my blog I decided to re-check my e-mail marketing strategy. Wow, it's hard to compare…

How to Upgrade PHP 5.3 to 5.5.9 on Ubuntu 12.04 to Support Drupal 8

16 September, 2016 seen 2,737
That day finally have come and I've officially started a new project on my first Drupal 8 website. While my first attempts were about two years ago, but due to the lack of time and will to explore new things and configure new servers I…

How To Embed Facebook Posts into Drupal CMS

19 August, 2016 seen 1,679
OK, I just need to finish this article as it has been in drafts section since November 2013 (Have no clue why I haven't finished it for so long). It's a good idea to finish your drafts once in a while. I believe embedding a Facebook post…

LEMP Server Ubuntu 12.04 for serving Drupal on Nginx

9 July, 2016 seen 356
In this tutorial you will learn how to setup a LEMP stack on Ubuntu 12.04 for serving a Drupal site (s). Update: I originally started this post to document my setup for actually configuring Nginx server on Ubuntu for Drupal site at the…

Fourth Traffic Spike - How to get 10,000 Pageviews in One Day

19 February, 2016 seen 1,136
Yesterday (February 18) marked another important milestone for my blog - for the very first time my blog traffic crossed 10,000 page views in one day. Now, don't get me wrong - I would love to report 10,000 daily page views instead of 10,…

How To Split Large .TSV files and Import to MS Excel or OpenOffice Using EmEditor

4 November, 2015 seen 5,537
In this article you will learn how to split large .tsv (and not only) files so you can import them to MS Office, Open Office or whatever you need using a small and neat (paid) program called EmEditor. Here is the scenario - I have been…

How To Display Username In URL For Drupal Site

2 September, 2015 seen 1,368
I know for some experienced Drupal developers such question might sound bizarre, because  - hey..it's a piece of cake...  I have been subscribed to the LinkedIn Drupal group and exactly such question arise here: hey guys is there any way…