Skip to main content
494
results
Andrew Fletcher
If you're working with Drupal on an Ubuntu 24.04 server, it's common to use the command line interface for various tasks, including clearing the cache with drush cr. However, you might encounter a warning like this PHP Warning: Module "mbstring" is already loaded in Unknown on line 0This warning indicates that the mbstring PHP extension, which is essential for multibyte string handling, is being loaded more than once in your PHP configuration. While this warning might not prevent your commands...
Andrew Fletcher
Maintaining a Drupal site is usually smooth sailing once the environment is...
Andrew Fletcher
If you’ve ever encountered strange errors while running a bash script, you’re...
Andrew Fletcher
Managing dependencies in a web project can be challenging, especially when...
Andrew Fletcher
If you've ever worked in a cross-platform development environment, you've likely...
Andrew Fletcher
Have you ever wanted to use Terminal with a more fluid style and increase your speed and efficiency? This article was inspired by watching a colleague navigate long lines of command navigation using only the arrow keys. While my pain threshold is high, seeing this during a group presentation was painful. It's time to sharpen your shortcuts for command-line navigation. Improving your understanding of Terminal can significantly boost your productivity as a developer. Knowing the right shortcuts...
Andrew Fletcher
Managing and tracking the progress of Jira tickets is crucial for ensuring that...
Andrew Fletcher
When it comes to text editing, Visual Studio Code (VS Code) is one of the most...
Andrew Fletcher
The current Nginx version running is 1.18.0.  It seems like the Nginx...
Andrew Fletcher
Recently, after upgrading to Ubuntu 24.04, we encountered a significant...
Andrew Fletcher
When Solr is displaying results on the site, first step is to log in the server and check its status ● solr.service - LSB: Controls Apache Solr as a Service Loaded: loaded (/etc/init.d/solr; generated) Active: failed (Result: exit-code) since Wed 2024-04-17 23:22:52 UTC; 6h ago Docs: man:systemd-sysv-generator(8) Apr 17 23:22:50 {name} systemd[1]: Starting LSB: Controls Apache Solr as a Service... Apr 17 23:22:51 {name} su[750]: (to solr) root on none Apr 17 23:22:51 {name}...
Andrew Fletcher
On a server directory with over 100,000 PDF files, I needed to verify the...
Andrew Fletcher
Recently, I encountered an issue where my local Docker environment refused to...
Andrew Fletcher
Managing files on a server often includes tasks like clearing logs or resetting...
Andrew Fletcher
To review the content of files being generated in the /tmp directory on an...