Ramces Red, Author at Make Tech Easier https://www.maketecheasier.com/author/ramcesred/ Uncomplicating the complicated, making life easier Fri, 15 Jul 2022 01:39:48 +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 Use Emacs to Play Music with EMMS https://www.maketecheasier.com/use-emacs-to-play-music-with-emms/ https://www.maketecheasier.com/use-emacs-to-play-music-with-emms/#respond Fri, 15 Jul 2022 15:25:00 +0000 https://admin.maketecheasier.com/?post_type=pitch&p=497626

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 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 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 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 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 How to Check Sudo History in Linux https://www.maketecheasier.com/check-sudo-history-linux/ https://www.maketecheasier.com/check-sudo-history-linux/#respond Mon, 13 Jun 2022 15:25:00 +0000 https://www.maketecheasier.com/?p=357483

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 The Beginner’s Guide to Using Cron in Linux https://www.maketecheasier.com/beginner-guide-use-cron-linux/ https://www.maketecheasier.com/beginner-guide-use-cron-linux/#respond Wed, 01 Jun 2022 15:25:01 +0000 https://www.maketecheasier.com/?p=276787

Cron is a simple UNIX utility that manages and schedules the execution of commands in your computer. It was first developed in 1987 by Paul Vixie and it has since become an invaluable tool in Linux-based operating systems for both administrators and users alike.

Nowadays, there are a number of cron implementations and rewrites that you can easily install in your Linux system. Despite the differences, these programs all share the same Vixie Cron lineage.

As such, this article aims to provide a basic overview of how the original Vixie cron works, its syntax, and how you can use it to schedule tasks in your Linux system.

For those who are familiar with the Unix system, you will also be familiar with the cron application that allows you to schedule and automate tasks to run on their own. We even have tutorials that show you how to get started with cron and crontabs. However, cron is not perfect, as it requires your system to be running 24 hours a day. If you have a habit of turning off your computer at night, and a cron job is scheduled in the sleeping hours, the task won’t be executed. Luckily, there are several cron alternatives that can do a better job than cron. Let’s check them out.

Git is a brilliant tool. It simplifies the version control process and it allows users to easily share and contribute code to each other. Git is also system and content agnostic. This means that it can run on any platform, which makes it a highly useful and sought after tool for programmers and casual users alike.

One issue with Git, however, is that it requires you to use a command-line utility to fully use its functions. This means that in order to use Git you need to learn a number of commands specific to it. However, if you are using Emacs there can be a better way.

Magit is a powerful front-end for Git in Emacs. It allows you to easily and seamlessly use Git in Emacs to create, manipulate and save Git repositories through simple Emacs keybindings. Not only that, Magit also automatically adapts existing Git repositories through its interface. This means that you can install Magit right now and immediately use it to manage version control.

Getting the Dependencies

... Read more]]>
https://www.maketecheasier.com/build-custom-kernel-ubuntu/feed/ 2
The Beginner’s Guide to Git https://www.maketecheasier.com/beginners-guide-to-git/ https://www.maketecheasier.com/beginners-guide-to-git/#respond Thu, 12 May 2022 15:25:31 +0000 http://maketecheasier.com/?p=13394

Git is a wonderful program. It is a version control utility that allows you to seamlessly manage a file’s edit history. While this might seem simple and unimpressive, Git’s strength lies in the fact that you can extend this history to entire groups of files and directories.

This means that it is possible to use Git to track every change in every file for every directory. This is highly useful if you are doing a project where you want to have a rolling snapshot of everything that you are doing.

What is Git?

At its... Read more]]> https://www.maketecheasier.com/beginners-guide-to-git/feed/ 0 How to Use Sed in Linux for Basic Shell Tasks https://www.maketecheasier.com/use-sed-in-linux/ https://www.maketecheasier.com/use-sed-in-linux/#comments Wed, 11 May 2022 15:25:00 +0000 https://admin.maketecheasier.com/?post_type=pitch&p=470666

Sed is a simple UNIX program. It does not create and edit files. It only modifies the data that passes through its input and presents the modified data on its output. Despite that, sed is considered to be one of the most powerful UNIX utilities that you will encounter in Linux, especially when it is combined with other programs in your system.

This article aims to teach the basics of how to use this tiny program. Further, it will also give a brief overview of the UNIX philosophy and how that idea is important in understanding how your computer works.

Matrix is an innovative, open-source alternative to chat services such as Discord and Slack that is both feature-rich and easy to use. It fully supports end-to-end encryption and is available for almost all operating systems. You can also host it on your own server, making it a fully secure and private way to chat on the internet.

Here we will show you how you can install Matrix on your server.

What Is the Matrix Protocol?

At its core, Matrix is a set of protocols that define how messages are... Read more]]> https://www.maketecheasier.com/install-matrix-protocol/feed/ 0 Why and How to Edit Your Sudoers File in Linux https://www.maketecheasier.com/edit-sudoers-file-linux/ https://www.maketecheasier.com/edit-sudoers-file-linux/#respond Tue, 03 May 2022 15:25:00 +0000 https://www.maketecheasier.com/?p=244217

Within your Linux system, there is a file called “sudoers”. This is a text file that controls the deepest levels of your permission system. It permits or denies users from gaining super-user access and holds some special preferences for sudo.

What is the sudoers file?

The sudoers file is a text file that you can find in the “/etc” directory (find out more about Linux directory here). Its main purpose is to control how sudo works on your machine and determine which users and groups have the ability to run with superuser permission.

In addition, the sudoers file can also allow a specific user to run commands as another user in the system.

Sudoers Edit Www Data Sample Edit

For example, if you have a web server, you... Read more]]> https://www.maketecheasier.com/edit-sudoers-file-linux/feed/ 0 The Best Cross-Platform LaTeX Editors https://www.maketecheasier.com/best-cross-platform-latex-editors/ https://www.maketecheasier.com/best-cross-platform-latex-editors/#respond Fri, 29 Apr 2022 15:25:00 +0000 https://www.maketecheasier.com/?post_type=post-ideas&p=179621

LaTeX is one of the most popular markup languages for academic and professional use. Chances are, you are reading a LaTeX document whenever you come across either a textbook or a journal article. This is because LaTeX is a highly flexible language that can easily adapt to any situation — the logic that your document is based on stays the same across formats.

If you want to take advantage of these features of LaTeX to create documents yourself, take a look at some of the best cross-platform LaTex editors below.

Why Use a LaTeX Editor?

You can easily create a LaTeX document with nothing but a text editor and... Read more]]> https://www.maketecheasier.com/best-cross-platform-latex-editors/feed/ 0