Linux - Make Tech Easier https://www.maketecheasier.com/category/linux/ Uncomplicating the complicated, making life easier Mon, 18 Jul 2022 02:25:23 +0000 en-US hourly 1 https://wordpress.org/?v=6.0.1 https://www.maketecheasier.com/assets/themes/MTE-twelve/images/mtelogo.svghttps://www.maketecheasier.com/assets/themes/MTE-twelve/images/mtelogo.svg337ab7 How to Set Up WordPress Using Docker in Ubuntu https://www.maketecheasier.com/set-up-wordpress-docker/ https://www.maketecheasier.com/set-up-wordpress-docker/#respond Mon, 18 Jul 2022 15:25:00 +0000 https://admin.maketecheasier.com/?post_type=pitch&p=504604

WordPress is the world’s most popular content management system (CMS). More than 40% of the web runs on WordPress. Docker is a containerizing system used to run your software in an isolated environment. The concept of containerization is not new in the software development world. But Docker makes it very developer friendly.

In this article, we are going to show you how to install WordPress site in a Docker container.

Why Docker?

Why Docker, you may ask?

The answer is simplicity. In Docker, your application is containerized within one image. There is no need to do complicated installation and configuration to get it running.

Not to mention, it is also faster and easier for you to migrate/upgrade to another server. Say your WordPress becomes very popular... Read more]]> https://www.maketecheasier.com/set-up-wordpress-docker/feed/ 0 The Best Linux Desktops for a Touchscreen Monitor https://www.maketecheasier.com/best-linux-desktop-touch-enabled-monitor/ https://www.maketecheasier.com/best-linux-desktop-touch-enabled-monitor/#respond Sat, 16 Jul 2022 19:25:06 +0000 http://www.maketecheasier.com/?p=112250

The concept of using Linux on a touchscreen monitor or two-in-one computer has come a long way. Touchscreen support is now built in to the Linux kernel, so theoretically, any Linux distribution should be able to run with a touchscreen. That said, not every distribution will be easy to use on a touchscreen, and this comes down to the desktop environment each one works best with. You may have to choose the best Linux distros for a touchscreen that use the optimal desktop out of the box.

For example, using a tiling window manager like Awesome or i3 isn’t going to do you much good on a touchscreen without some heavy tweaking. Choose the right desktop environment, and you’ll have a much better time using Linux on this type of hardware.

Emacs is a brilliant program that can do many things including handling files. With the Emacs Multimedia System (EMMS) package, you can also handle your music in Emacs. You can easily browse music directories, create song playlists and even display lyrics. Here we will show you how to play music in Emacs.

What is EMMS and How Does it Work?

EMMS is an Elisp front-end client for various multimedia players. This means that unlike traditional music players, EMMS only deals with displaying files and it uses external programs to decode those files.

Read more]]> https://www.maketecheasier.com/use-emacs-to-play-music-with-emms/feed/ 0 How to Use Rm Command in Linux https://www.maketecheasier.com/use-rm-command-linux/ https://www.maketecheasier.com/use-rm-command-linux/#respond Wed, 13 Jul 2022 15:25:00 +0000 https://admin.maketecheasier.com/?post_type=pitch&p=502064

There are times when you need to delete files in the Linux terminal. The rm command lets you delete directories, files, symbolic links, and more. This in-depth guide shows you how to use the rm command effortlessly.

Note: The rm command removes the file permanently without moving it to the Trash/Recycle Bin. Hence, ensure you fully understand the rm command, or you might end up losing your important files forever.

Knowing more about rm

... Read more]]> https://www.maketecheasier.com/use-rm-command-linux/feed/ 0 How to Use IRC in Emacs with ERC https://www.maketecheasier.com/use-irc-in-emacs-with-erc/ https://www.maketecheasier.com/use-irc-in-emacs-with-erc/#respond Mon, 11 Jul 2022 15:25:00 +0000 https://admin.maketecheasier.com/?post_type=pitch&p=497638

Emacs is a wonderful tool that can do just about anything. While it is a text editor, It can function as an email client, RSS reader and even music player too. If you are an Internet Relay Chat (IRC) user, it is also possible to use IRC from inside Emacs. This can be useful if you want to chat with others through IRC but do not want to leave your Emacs buffer.

What is IRC and ERC?

In a basic sense, IRC is a protocol that allows two or more people to communicate through text over the internet. Unlike newer chat platforms, IRC solely relies on being able to communicate over plain text. This approach, in turn,... Read more]]> https://www.maketecheasier.com/use-irc-in-emacs-with-erc/feed/ 0 How to Resize and Optimize Images From the Linux Terminal https://www.maketecheasier.com/convert-images-linux-command-line/ https://www.maketecheasier.com/convert-images-linux-command-line/#respond Mon, 04 Jul 2022 15:25:00 +0000 https://www.maketecheasier.com/?p=151213

If you are a Linux user and prefer the Terminal to any other graphical applications, then you will be happy to know that you can also resize, convert, and optimize your images directly in the Terminal with ImageMagick. ImageMagick is a suite of tools for Linux which allows you to manipulate images from the command line. It’s also the image processor behind many graphics-related applications. Here we will show you how to resize your images from the Terminal.

Installing ImageMagick

Before we start, we need to first install ImageMagick on our system.

On Ubuntu or any Debian-based distro:

... Read more]]>
https://www.maketecheasier.com/convert-images-linux-command-line/feed/ 0
The Best Linux Desktop Environments of 2022 https://www.maketecheasier.com/best-desktop-environments/ https://www.maketecheasier.com/best-desktop-environments/#comments Sun, 03 Jul 2022 19:25:40 +0000 https://admin.maketecheasier.com/?p=385386

As Linux users, we’re often spoiled for choice when it comes to software. There are some basic programs that we keep coming back to that are so integrated into the stack that we forget they’re even there. However, when it comes to things like desktop environments, it can be hard to determine the best option for exactly what you’re going to use it for. We have reviewed different Linux Desktop Environments, and there’s a lot of overlap between use cases. Here we show you the best Linux Desktop Environments for your particular use case.

Note: the following list is not listed in any particular order, and Window Managers are not included.

1. GNOME Shell

For (New) Laptop Users

For users of new laptops, I would recommend GNOME. One thing is for sure: Gnome is not the easiest to use straightaway. Its design... Read more]]> https://www.maketecheasier.com/best-desktop-environments/feed/ 13 5 Useful Tips When Compiling Your Own Linux Kernel https://www.maketecheasier.com/useful-tips-compile-linux-kernel/ https://www.maketecheasier.com/useful-tips-compile-linux-kernel/#respond Fri, 01 Jul 2022 15:25:00 +0000 https://admin.maketecheasier.com/?post_type=pitch&p=477257

The Linux Kernel is a brilliant piece of software engineering. At more than a million lines of code, it is arguably one of the most complex programs that is still in active development today. Since the late 1990s, the Linux kernel has been used in both computationally intensive projects as well as barebones embedded applications.

What is a Kernel and Why Configure It?

Despite all of that, the Linux kernel is just a program that serves as a link between the hardware in your computer and the software that you use everyday. It is what allows... Read more]]> https://www.maketecheasier.com/useful-tips-compile-linux-kernel/feed/ 0 Emacs Keyboard Shortcuts https://www.maketecheasier.com/cheatsheet/emacs-keyboard-shortcuts/ Wed, 29 Jun 2022 00:25:00 +0000 https://admin.maketecheasier.com/?p=485185

Emacs is a fully-featured text editor that is both powerful and extensible out of the box, without needing to install any additional packages to make it work. With Emacs, you can easily manipulate text and files by executing Lisp commands. These commands, in turn, are then bound to a series of simple keybindings which allows you to focus on what you need to do.

Emacs Keyboard Shortcuts Download

Download this Cheatsheet

Enter your email below to receive this PDF cheatsheet in your Inbox.

How does Beamer work?

... Read more]]>
https://www.maketecheasier.com/create-beautiful-beamer-slides-with-emacs/feed/ 0
How to Add Your Own Custom Color in LibreOffice https://www.maketecheasier.com/add-custom-color-in-libreoffice/ https://www.maketecheasier.com/add-custom-color-in-libreoffice/#respond Sun, 26 Jun 2022 00:25:00 +0000 http://maketecheasier.com/?p=64183

While writing or editing text in LibreOffice, there are times where you need to change the color of the text or the background. LibreOffice comes with its own set of color palette that you choose the color from and it is easily accessible from the toolbar. The problem is that if you want to use a custom color which is not available in the palette, you are out of luck because there are no visible options for you to add your own color to the palette.

If you are looking for a solution, here’s the fix:

  1. In your LibreOffice, either Writer, Calc or Impress, go to “Format -> Page Style” in the menu bar.
Libreoffice Format Pagestyle
  1. In the popup window, click on the Background tab, follow by the Color button.
Libreoffice Page Style Window
  1. Under the New section, you can modify any of the default color, or add in your own custom RGB value. If you have no idea what the RGB... Read more]]> https://www.maketecheasier.com/add-custom-color-in-libreoffice/feed/ 0 How to Use the dd Command in Linux https://www.maketecheasier.com/use-dd-command-linux/ https://www.maketecheasier.com/use-dd-command-linux/#respond Thu, 23 Jun 2022 15:25:00 +0000 https://admin.maketecheasier.com/?p=459549

    dd is one of the most important commands in Linux, mostly used in backing up hard disks and partitions. When utilized correctly, dd can be a powerful tool for writing data from one partition to another and performing different tasks with files. Here we show you how to put the dd command to good use.

    The Story of dd

    The command was originally developed... Read more]]> https://www.maketecheasier.com/use-dd-command-linux/feed/ 0 How to Fix Ubuntu Can’t Open the Terminal Issue https://www.maketecheasier.com/fix-ubuntu-cannot-open-terminal/ https://www.maketecheasier.com/fix-ubuntu-cannot-open-terminal/#respond Wed, 22 Jun 2022 15:25:17 +0000 https://www.maketecheasier.com/?p=350925

    You can’t get the terminal in your Ubuntu machine to open. What can you do? While this issue seldom happens, it is a fact that the problem exists and can happen to you at anytime. Read on to learn what to do when your Ubuntu machine can’t open its terminal.

    Are You Missing the Icon?

    If you’re only missing the icon from which you used to run the terminal, that doesn’t mean the actual terminal itself is gone. You can find it among the rest of your installed apps, through Ubuntu’s activities menu.

    ... Read more]]>
    https://www.maketecheasier.com/fix-ubuntu-cannot-open-terminal/feed/ 0
    Audacity Keyboard Shortcuts https://www.maketecheasier.com/cheatsheet/audacity-keyboard-shortcuts/ Tue, 21 Jun 2022 17:25:26 +0000 https://admin.maketecheasier.com/?p=485188

    Audacity is a powerful free audio manipulation program available for modern operating systems. Unlike other free audio processing programs, Audacity stands out as one of the most feature-complete open source project out of all of them. In that, it can manage, edit, and mix multiple audio tracks in a single timeline.

    Furthermore, being open source means that Audacity is constantly up-to-date with the latest audio standards, ensuring the ability to adapt any project that you do in Audacity for future audio formats and specifications. Lastly, Audacity is also available on all major operating systems. This ultimately means that even if you change your operating system today, you will most likely still be able to use Audacity.

    Audacity Keyboard Shortcuts Download

    Download this Cheatsheet

    Enter your email below to receive this PDF cheatsheet in your Inbox.

    Read more]]> How to Create LaTeX Documents with Emacs https://www.maketecheasier.com/create-latex-documents-with-emacs/ https://www.maketecheasier.com/create-latex-documents-with-emacs/#comments Tue, 21 Jun 2022 15:25:07 +0000 https://admin.maketecheasier.com/?post_type=pitch&p=470668

    Emacs is often thought of as a programmer’s text editor. It has an extensible programming support as well as the ability to automatically evaluate expressions within files. But one thing that Emacs also does well is allowing users to compose beautiful documents with LaTeX through Org Mode.

    What is LaTeX and Org Mode?

    LaTeX is a staple in academic writing. Its beautiful typography and near magic way of tracking references makes it attractive for both students and professors that... Read more]]> https://www.maketecheasier.com/create-latex-documents-with-emacs/feed/ 1 10 Useful Python One-Liners You Must Know https://www.maketecheasier.com/useful-python-one-liners/ https://www.maketecheasier.com/useful-python-one-liners/#comments Mon, 20 Jun 2022 15:25:00 +0000 https://admin.maketecheasier.com/?p=443804

    Although it’s pushed well past the 30-year mark since its release, Python remains one of the most relevant high-level programming languages in existence. Many developers will opt to use this language to make applications that can easily be maintained and require minimal hand-holding to work in a number of operating systems and distributions of Linux.

    One of the greatest benefits of Python is its ability to snake (pun completely intended) around a lot of conventions found in other languages with little effort on behalf of the programmer, letting you compose incredibly simple little “quips” to get the job done. Here are a few examples!

    When sharing your computer with others, and you’ve granted them sudo access, it’s prudent to monitor how they’re using it. Thankfully, it’s easy to check out sudo history. Let’s see how.

    The Authentication Log

    Plenty of Linux services keep logs to help in troubleshooting problems. Thankfully, among other things, it also keeps a detailed list of precisely the information we seek in this article. In this list, you can check out who and when issued which command using sudo. To find this information, if you’re using a distribution based on Debian or Ubuntu, enter the following into your favorite terminal:

    sudo Read more]]>
    		
    					https://www.maketecheasier.com/check-sudo-history-linux/feed/
    			0
    		
    		
    			
    		
    		How to Change the Keyboard Layout in Linux
    		https://www.maketecheasier.com/change-keyboard-layout-linux/
    					https://www.maketecheasier.com/change-keyboard-layout-linux/#comments
    		
    		
    		Tue, 07 Jun 2022 15:25:00 +0000
    				
    		
    		
    		https://www.maketecheasier.com/?post_type=post-ideas&p=292364
    
    					 

    When you spend any real length of time working on a computer, you learn that your preferences matter. Having your computer set up exactly as you like can make the difference between getting work done smoothly and dragging through something that’d otherwise be simple. Your keyboard and its layout are a major factor here, whether you’re writing, coding, or just relying on hotkeys.

    Even though they all have their own ways of handling it, every Linux desktop environment makes it simple to customize your keyboard layout for your language, region, and personal preference.

    LXDE

    The Lightweight X11 Desktop Environment (LXDE) is a simple environment for modern Linux-based operating systems. Because it has... Read more]]> https://www.maketecheasier.com/change-keyboard-layout-linux/feed/ 1 How to Revive Your iPod with Rockbox in Linux https://www.maketecheasier.com/untether-your-ipod-from-itunes-with-rockbox/ https://www.maketecheasier.com/untether-your-ipod-from-itunes-with-rockbox/#respond Mon, 06 Jun 2022 15:25:00 +0000 http://maketecheasier.com/?p=16922

    If you owe an old iPod and are running Linux on your computer, you can use Rockbox to breathe life to your old music player. It enables you to use your iPod without iTunes while also improving on the default sound quality of the iPod. Rockbox is also customizable and really easy to install. Here we will show you how to use Rockbox in Linux.

    What is Rockbox and Why Install It

    Rockbox is an operating system for classic iPods. It is... Read more]]> https://www.maketecheasier.com/untether-your-ipod-from-itunes-with-rockbox/feed/ 0 How to Copy and Paste Text, Files and Folders in Linux Terminal https://www.maketecheasier.com/copy-paste-files-linux-command-line/ https://www.maketecheasier.com/copy-paste-files-linux-command-line/#respond Fri, 03 Jun 2022 15:25:00 +0000 https://www.maketecheasier.com/?post_type=post-ideas&p=305454

    Copying and pasting is one of the most used actions on a computer. While it is easy to do so with the Ctrl + C and Ctrl + V keyboard shortcuts, on the Linux terminal it is not so straightforward. You have several options to get the job done. Here is how you can copy and paste text, files and directories in Linux terminal.

    Copy and Paste Text

    If you just want to copy a piece of text in the terminal, all you need to do... Read more]]> https://www.maketecheasier.com/copy-paste-files-linux-command-line/feed/ 0