Enable mod_rewrite You can enable any Apache module using the a2enmod command. So run the command below on your Ubuntu server: In case the module is already enabled on your server, you will get an alert message. You must restart
Linux: How to send mail from the command line?
Most of the time you shouldn’t need to configure an SMTP server you can simply use mail from the commandline (if it’s not already present, install with sudo apt-get install mailutils). (Or if you’re on a server where sendmail is
How to extend root filesystem using LVM on Linux
Welcome to our guide on how to extend root filesystem using LVM on Linux. This will cover both ext4 and XFS filesystem root partition extending. To demonstrate a complete LVM lifecycle, we will perform the following actions: Create an LVM
How to install Arial font (and other Windows fonts) in ubuntu?
Simply run in a terminal: After that, check with:
Ubuntu – How to turn off Sticky Edges in Ubuntu Gnome
The setting you are looking for can be done graphically in dconf-editor, navigating to /org/gnome/shell/overrides and toggling the value edge-tiling, as appears below:
What the Heck is –Mark–? Learn Linux Logging
You hear it all the time: Monitor your logs. When there is a problem, check the logs. And it’s good advice, because system and application logs tell you anything you need to know, provided you actually look at them and