Language Selection

English French German Italian Portuguese Spanish

today's howtos

Filed under
HowTos
  • How to Create Beautiful Beamer Slides with Emacs - Make Tech Easier

    Emacs is a highly versatile program. Aside from being a text editor, it can be your email client, news reader and even your finances tracker. This is because you can easily adapt Emacs to any purpose and situation.

    Beamer is a LaTeX module that allows you to create presentation slides in a similar manner to creating LaTeX documents. Here we will show you how to use it to create presentations inside Emacs.

  • How to Create a Service Account for Terraform in GCP

    A Service Account is a special kind of account used by an application (Terraform in this case) to make authorized API calls. It is identified by its email address, which is unique to the account.

    In this guide we will learn how to create and manage service accounts using the Identity and Access Management (IAM) API, the Google Cloud console, and the gcloud command-line tool. By default, each project can have up to 100 service accounts that control access to your resources. You can request a quota increase if necessary.

  • How to Install the Unity Desktop on Ubuntu 22.04

    GNOME is a much-loved desktop environment in the Linux community. In fact, it is the default desktop environment on several major Linux distros, such as Fedora, Ubuntu, etc.

    Prior to using GNOME (since Ubuntu 17.10), Ubuntu used the Unity desktop environment, developed by Canonical.

    Unity is still loved by many Ubuntu users. If you are a big fan of Unity or just want to try out this awesome desktop environment, here's how you can install Unity on Ubuntu 22.04.

  • How to create and manage Secrets in GCP Secret Manager using Terraform

    Secret Manager is a secure and convenient storage system for API keys, passwords, certificates, and other sensitive data. Secret Manager provides a central place and single source of truth to manage, access, and audit secrets across Google Cloud. GCP secret manager allows you to securely store and access API keys, passwords, certificates, and other sensitive data.

    Terraform is an open-source infrastructure as code software that allow users to define and provide data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language(HCL), or optionally JSON. We will use terraform to manage secrets in this guide.

  • How to install Jenkins on Ubuntu 22.04 – NextGenTips

    Jenkins is a continuous integration tool that allows continuous development, testing, and deployment of newly created codes.

    Jenkins can be installed through native package systems, Docker, or can be run as a standalone on a machine with a Java Runtime Environment (JRE).

  • Install Docker In AlmaLinux, CentOS, Rocky Linux - OSTechNix

    The other day, we discussed what is Docker Engine and how to install Docker Engine and Docker Compose in Ubuntu. Today, we will see how to install Docker Engine with Docker Compose in RHEL-based systems such as AlmaLinux, CentOS, and Rocky Linux.

    This guide has been officially tested on CentOS 8, AlmaLinux 8 and Rocky Linux 8. For demonstration purpose, I will be using AlmaLinux container which is running on Proxmox. All commands given below are same for most RHEL-based systems.

  • Install Git 2.37 On Ubuntu / Linux Mint / Rocky Linux & Fedora | Tips On UNIX

    This tutorial will be helpful for beginners to install Git 2.37 on Ubuntu 22.04 LTS, Ubuntu 20.04 LTS, Alma Linux 9, Fedora 36, and Linux Mint 20.3

  • Install Laravel on Ubuntu 22.04 LTS Jammy JellyFish Linux - Linux Shout

    Tutorial to learn the steps for installing PHP Laravel framework on Ubuntu 22.04 LTS Jammy JellyFish using the command terminal for developing web apps.

    PHP doesn’t need an introduction, it has been around for many years powering web applications that need a dynamic programming language to work but one thing it is not (anymore): modern.

    Programming languages ​​such as Ruby and Python have become increasingly popular, especially in recent years. They are “cool” and appeal better to the next generation of coders. Whereas it is unfortunate PHP is getting a bit old and you can tell. This is exactly where Laravel comes into play. We can consider it as a new generation PHP framework and that’s what makes it so popular. Inspired by Ruby on Rails and .NET, Taylor Otwell created Laravel to get the most out of PHP and to prove that more is possible. Also, he wasn’t satisfied with the other PHP frameworks. They are no longer contemporary. He doesn’t only want to help developers be more productive but also to show that clean programming with PHP can also be fun again.

    In this article, let’s discuss the initial phase to work with Laravel is to install it on Ubuntu-based Linux systems.

  • ls -lrt Linux Command [Explained]

    As a software developer or tester, you'll often use the "ls -lrt" command, specially while dealing with a large number of files.

    Actually, it's just ls command. The -lrt provides additional options to the command.

    If you are looking for an explanation, you are either a new Linux user or don't use Linux commands quite often. No worries. I won't judge you because I have been there myself.

    Let me explain things to you.

  • 3 ways to install dbeaver Ubuntu 22.04 LTS Jammy Linux - Linux Shout

    Learn the steps to install DBeaver on Ubuntu 22.04 LTS Jammy JellyFish to manage remote or local databases using the graphical user interface.

    DBeaver is a nice open-source alternative to MySQL WorkBench to manage not onlyand MySQL but almost all popular ones such as PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive, Phoenix, Presto, etc. This open-source database administration tool offers a comfortable user interface for changes to the data records, visualizes the database schema as a clear graph, in many cases recognizes the format of binary database content, exports content in various formats, and offers an SQL editor with auto-completion.

More in Tux Machines

today's howtos

  • How to Change Comment Color in Vim – Fix Unreadable Blue Color

    Are you annoyed about the comment color in vim? The dark blue color of the comment is often hard to read. In this tutorial, we learn how to change the comment color in Vim. There are few methods we can use to look vim comment very readable.

  • How to Add Repository to Debian

    APT checks the health of all the packages, and dependencies of the package before installing it. APT fetches packages from one or more repositories. A repository (package source) is basically a network server. The term "package" refers to an individual file with a .deb extension that contains either all or part of an application. The normal installation comes with default repositories configured, but these contain only a few packages out of an ocean of free software available. In this tutorial, we learn how to add the package repository to Debian.

  • Making a Video of a Single Window

    I recently wanted to send someone a video of a program doing some interesting things in a single X11 window. Recording the whole desktop is easy (some readers may remember my post on Aeschylus which does just that) but it will include irrelevant (and possibly unwanted) parts of the screen, leading to unnecessarily large files. I couldn't immediately find a tool which did what I wanted on OpenBSD [1] but through a combination of xwininfo, FFmpeg, and hk I was able to put together exactly what I needed in short order. Even better, I was able to easily post-process the video to shrink its file size, speed it up, and contort it to the dimension requirements of various platforms. Here's a video straight out of the little script I put together: [...]

  • Things You Can And Can’t Do

    And it got me thinking about what you can and can’t do — what you do and don’t have control over.

  • allow-new-zones in BIND 9.16 on CentOS 8 Stream under SELinux

    We run these training systems with SELinux enabled (I wouldn’t, but my colleague likes it :-), and that’s the reason I aborted the lab: I couldn’t tell students how to solve the cause other than by disabling SELinux entirely, but there wasn’t enough time for that.

  • Will the IndieWeb Ever Become Mainstream?

    This is an interesting question, thanks for asking it, Jeremy. I do have some history with the IndieWeb, and some opinions, so let’s dive in.

    The short answer to the question is a resounding no, and it all boils down to the fact that the IndieWeb is really complicated to implement, so it will only ever appeal to developers.

  • How to Install CUPS Print Server on Ubuntu 22.04

    If your business has multiple personal computers in the network which need to print, then we need a device called a print server. Print server act intermediate between PC and printers which accept print jobs from PC and send them to respective printers. CUPS is the primary mechanism in the Unix-like operating system for printing and print services. It can allow a computer to act as a Print server. In this tutorial, we learn how to set up CUPS print server on Ubuntu 22.04.

Open Hardware: XON/XOFF and Raspberry Pi Pico

  • From XON/XOFF to Forward Incremental Search

    In the olden days of computing, software flow control with control codes XON and XOFF was a necessary feature that dumb terminals needed to support. When a terminal received more data than it could display, there needed to be a way for the terminal to tell the remote host to pause sending more data. The control code 19 was chosen for this. The control code 17 was chosen to tell the remote host to resume transmission of data.

  • Raspberry Pi Pico Used in Plug and Play System Monitor | Tom's Hardware

    Dmytro Panin is at it again, creating a teeny system monitor for his MacBook from scratch with help from our favorite microcontroller, the Raspberry Pi Pico. This plug-and-play system monitor (opens in new tab) lets him keep a close eye on resource usage without having to close any windows or launch any third-party programs. The device is Pico-powered and plugs right into the MacBook to function. It has a display screen that showcases a custom GUI featuring four bar graphs that update in real-time to show the performance of different components, including the CPU, GPU, memory, and SSD usage. It makes it possible to see how hard your PC is running at a glance.

Security Leftovers

How to Apply Accent Colour in Ubuntu Desktop

A step-by-step tutorial on how to apply accent colour in Ubuntu desktop (GNOME) with tips for Kubuntu and others. Read more