Skip to main content
Home
Main navigation
  • About
  • Contact

Remove Snap from Ubuntu 18.04

Snap list

Snap is a new experiment in Ubuntu 18.04, which makes the File System useless, as well as other annoyances like creating a folder in /home/username/Snap.

To uninstall Snap and reinstall the packages the normal way:

sudo apt purge snapd
sudo apt-get update
sudo apt-get install gnome-calculator gnome-characters gnome-logs gnome-system-monitor
  • Read more about Remove Snap from Ubuntu 18.04
  • Add new comment

VLC as default MP3 player in Ubuntu 16.04

VLC as default MP3 player

If you have tried everything, but can't set VLC as default application for MP3's, last resort is to manually update ~/.config/mimeapps.list.

  • Read more about VLC as default MP3 player in Ubuntu 16.04
  • Add new comment

Settings files for Sublimetext, previous next tab and look

Settings files for Sublimetext, previous next tab and look

Setting files for Sublimetext are in this folder in Ubuntu: ~/.config/sublime-text-3/Packages/User

General settings
Insert this in ~/.config/sublime-text-3/Packages/User/Preferences.sublime-settings to change the skin, font size, tab size, convert tabs to spaces, etc. You might have to install the Solarized Color Scheme as a Package first:

  • Read more about Settings files for Sublimetext, previous next tab and look
  • Add new comment

Installing Lando and Docker for Drupal 8 on Ubuntu

Lando and Docker

Lando is a Docker based development tool, which is much faster than Vagrant-based tools, since processes are run in containers directly on the host machine.

The requirements on the host machine. Note that a database is not required:

  • Read more about Installing Lando and Docker for Drupal 8 on Ubuntu
  • Add new comment

Create ScotchBox for Composer-based Drupal 8 with Drush 9

ScotchBox Composer Drupal 8

Setting up ScotchBox 3.5 (Ubuntu 16.04) for Drupal 8 using the official Composer template.

  • Read more about Create ScotchBox for Composer-based Drupal 8 with Drush 9
  • Add new comment

Install CiviCRM tool cv without sudo

cv

With the CiviCRM command line tool cv you can run cron jobs and perform other related tasks from the terminal.

To install cv without sudo access, for example on shared hosting, you can install cv. First, you need to find (in this case in Scotch Box / Vagrant) the available environment paths with:

$PATH

Result:

  • Read more about Install CiviCRM tool cv without sudo
  • Add new comment

How to add a virtual host in Scotch Box

virtual host in Scotch Box

Sometimes you want to host multiple sites in a single virtual Scotch Box public_html folder, or any other Vagrant+VirtualBox setup.

  • Read more about How to add a virtual host in Scotch Box
  • Add new comment

Debug Drupal 7 emails with Devel

Devel mail debugging

A simple way of debugging email with drush in Drupal 7 using Devel module in a few steps:

Download and install the Devel module:

drush dl devel && drush en devel -y

Add this code to settings.php:

$conf['mail_system'] = array(
  'default-system' => 'DevelMailLog',
);

Flush the site cache:

drush cc all

  • Read more about Debug Drupal 7 emails with Devel
  • Add new comment

Check if apache URL redirects work with curl

apache URL redirects work with curl

With curl you can check if redirects in your apache or .htaccess configuration works. You can add the options -I and -L for a better result, if there are multiple redirects. The option -I will get only the header of the page and option -L allows multiple redirects.

  • Read more about Check if apache URL redirects work with curl
  • Add new comment

Restore disappeared menu in Sublime text

Sublime text no menu

I am not sure how it happens, but sometimes the menu disappears in Sublimetext.

Here is an easy way to restore it:

  • Read more about Restore disappeared menu in Sublime text
  • Add new comment

Pagination

  • First page « First
  • Previous page ‹ Previous
  • Page 1
  • Page 2
  • Page 3
  • Current page 4
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • …
  • Next page Next ›
  • Last page Last »
Subscribe to

New posts

  • Use ELAN to edit text transcribed with speech recognition models like Whisper
  • Extract audio from sound or video files with Whisper
  • Shrink PDF and make text searchable and copy-able with OCRmyPDF and Ghostscript
  • Batch resize images in Libreoffice Writer with PicTool
  • Thunderbird custom CSS via userContent.css
  • Install license free fonts in Ubuntu
  • Add search engine in Firefox
  • How to unlock Cisco SPA122 ATA if 7932# returns "invalid option"
  • Markdown editors
  • Lower threshold for Low Disk Space warning in Debian and Ubuntu, for earlier alerts
Footer
  • Contact