While working with Drupal (10), you would want to inject/add some of your own CSS/JavaScript without modifying the actual theme CSS.

1 year 3 months ago
Drupal Core Module - Statistics
If you are looking forward to add a counter for page views, you can simply used the Drupal core Statistics module.

1 year 3 months ago
Drupal Core Module - Ban IP addresses
The Drupal Core "Ban" module is very useful to keep away spammers and bad guys try to access your Drupal based website. The module has been there since Drupal 7 and is available in 8,9 and 10.

2 years 8 months ago
Package mangment using dpkg and rpm
Linux distrinutions are primarily user either rpm or deb for their packages. This articles discusses uses of dpkg and rpm

3 years 3 months ago
Drupal - How to use node tokens for displaying field values of content type
If you have been creating content types, it is obvious that you would not like to display all the fields one after another. But what if you wanted to display a field content in between some text, say the name of the author or say you have a date field etc.

3 years 4 months ago
'ncdu' an easy to use NCurses based command line disk usage utility
Ncdu is a disk usage analyzer with an ncurses interface. It is command line utility which has a better and easier to use interface compared to the basic command 'du'

3 years 5 months ago
How to export a game as executable in UPBGE/Blender Game Engine
UPBGE (Continuation of the Blender Game Engine) is used for creating 3D games. We can play the game in the engine itself, but how do you export it as an independent executable so that you can use it without UPBGE.
3 years 6 months ago
Setting up ROS on Linux Mint 20 (Ulyana)
ROS is an open-source, meta-operating system for your robot. It provides the services you would expect from an operating system, including hardware abstraction, low-level device control, implementation of commonly-used functionality, message-passing between processes, and package management. It also provides tools and libraries for obtaining, building, writing, and running code across multiple computers