Showing headlines posted by linuxer

« Previous ( 1 ... 6 7 8 9 10 11 12 13 14 15 16 ... 35 ) Next »

Raspberry Pi black screen after boot

Although it is not a common error, some users may encounter a black screen when using a Raspberry Pi. The error is most likely to occur when first booting the Raspberry Pi, giving users very little opportunity to perform any kind of investigation into the problem for troubleshooting. In this tutorial, we will look at some ways to solve the black screen problem that occurs when booting a Raspberry Pi. This will include a few different methods, as the exact cause can vary and sometimes be hard to pinpoint.

How to integrate any Linux distribution inside a terminal with Distrobox

  • linuxconfig.org; By Egidio Docile (Posted by linuxer on Mar 22, 2024 5:02 PM CST)
  • Story Type: Tutorial; Groups: Linux
Distrobox is a free and open source tool which allows us to integrate the userlands of Linux distributions. Under the hood it uses Docker or Podman to create containers, and integrates them with the host by sharing access to the graphical server, the user HOME directory and USB devices. In this tutorial we see how to install and use Distrobox on the most used Linux distributions.

How to Utilize Ubuntu Logs for Troubleshooting

  • linuxconfig.org; By Korbin Brown (Posted by linuxer on Mar 22, 2024 9:48 AM CST)
  • Story Type: Tutorial; Groups: Linux
When troubleshooting system issues in Ubuntu Linux, the best way to get started is by perusing the system logs. Basically every system event is logged somewhere. This includes kernel messages, service status messages, and almost anything else you can imagine. It is not uncommon for system logs to quickly fill up with millions of entries over a short period of time. With all this information available, we just need to know how to find what we are looking for, and then can quickly pinpoint the culprit of pesky system issues in Ubuntu.

Monitoring NVIDIA GPU Usage on Ubuntu

This article provides a comprehensive guide on how to monitor the usage of NVIDIA graphics cards on Ubuntu. Whether you are a gamer, a professional in graphics-intensive applications, or someone interested in the performance of machine learning models, understanding how to check your NVIDIA GPU’s usage can be crucial. We will cover two primary methods to accomplish this, each with its own set of advantages.

How to Install NVIDIA Drivers on Ubuntu 24.04

Installing the right NVIDIA drivers on your Ubuntu 24.04 system is crucial for optimizing your graphics card’s performance. Whether you’re gaming, designing, or using graphic-intensive applications, the proper driver can make a significant difference. This guide covers four methods to install NVIDIA drivers, ensuring compatibility and enhancing your system’s graphics capabilities.

How to mount a host directory inside a KVM virtual machine

When using QEMU/KVM, there are many methods to share data between the host system and guest virtual machines. In this tutorial, we focus on creating a filesystem passthrough, using virt-manager or by manually editing a virtual machine definition, and we learn how to mount a host directory inside a virtualized guest.

How to create and use custom dmenu scripts

  • linuxconfig.org; By Egidio Docile (Posted by linuxer on Mar 19, 2024 9:27 AM CST)
  • Story Type: Tutorial; Groups: Linux
Dmenu is a dynamic menu for X often used on minimal window managers setups. It is part of the suckless tools suite of free and open source utilities created by the suckless.org project, which include, among the others, the dwm window manager and the st terminal emulator. In this tutorial we see how to install dmenu on the most used Linux distributions, and how to create custom dmenu scripts.

How to create a portable retrogaming USB stick with Batocera Linux

  • linuxconfig.org; By Egidio Docile (Posted by linuxer on Mar 19, 2024 12:24 AM CST)
  • Story Type: Tutorial; Groups: Games, Linux
Batocera is a free and open source Linux distribution designed to create retrogaming consoles out of a vast selection of devices. It supports a variety of platforms and architectures, from Intel-based computers to Raspberry Pi boards and handheld consoles, and works as a central control panel for all the best console emulators.In this tutorial we learn how to flash Batocera Linux on a USB stick and create a portable retrogaming device.

How to Install Lighttpd on Ubuntu Linux

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Mar 17, 2024 9:41 AM CST)
  • Story Type: Tutorial; Groups: Ubuntu
Welcome to our comprehensive guide on installing Lighttpd on Ubuntu Linux. Lighttpd is a lightweight web server designed for high-performance environments, delivering speed, flexibility, and security. Its low memory footprint and small CPU load make it ideal for servers with high traffic volumes, yet it remains simple and efficient for personal projects. By following this tutorial, you will learn how to set up Lighttpd on your Ubuntu system and understand some basic configurations to get your web server running smoothly.

Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources

  • linuxconfig.org; By Lucas Rees (Posted by linuxer on Mar 15, 2024 7:28 PM CST)
  • Story Type: Tutorial; Groups: Ubuntu
Ubuntu, a leading Linux distribution, has evolved its approach to managing software repositories, making it easier for users to handle software sources. The traditional method involved using a single file, /etc/apt/sources.list, but Ubuntu has shifted towards a more modular approach, utilizing the /etc/apt/sources.list.d/ directory. This tutorial explores how the ubuntu.sources file within this directory plays a crucial role in software management and how you can utilize or modify it to suit your needs.

Recording Live Streams on Linux with FFmpeg: Examples Included

Recording live stream music and videos is a highly sought-after capability for content creators, archivists, and enthusiasts. With the power of FFmpeg on Linux, capturing these live streams directly from the command line becomes not only possible but also remarkably efficient. FFmpeg, a leading multimedia framework, supports a wide array of protocols, codecs, and file formats, making it the go-to tool for such tasks. Whether you’re aiming to record a live concert, a webinar, or your favorite online TV show, FFmpeg can handle it all with ease.

How to Install Microsoft Edge on Ubuntu/Debian Linux

As Linux continues to grow in popularity across desktop users, the demand for more diverse software options, including web browsers, has increased significantly. Microsoft Edge, known for its speed, security features, and compatibility with modern web standards, is a viable option for Linux users who wish to explore beyond the traditional Firefox or Chrome browsers. This tutorial provides a step-by-step guide on how to install Microsoft Edge on Ubuntu/Debian Linux, ensuring you have access to all its features.

Installing Homebrew on Ubuntu/Debian: A Step-by-Step Guide

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Mar 11, 2024 3:08 PM CST)
  • Story Type: Tutorial; Groups: Linux
Homebrew is a popular package manager for macOS, but did you know it can also be installed on Linux? This guide will show you how to install Homebrew on Ubuntu/Debian, allowing you to tap into Homebrew’s extensive repository of software and tools. Whether you’re a developer looking for an easy way to install software or a user interested in exploring new tools, Homebrew on Ubuntu offers a flexible solution.

Installing Docker on CentOS 9 Stream

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Mar 10, 2024 1:47 PM CST)
  • Story Type: Tutorial; Groups: Linux
Docker has become a crucial tool for developers, enabling them to package applications into containers, which are standalone executable packages containing everything needed to run a piece of software, including the code, runtime, libraries, environment variables, and config files. This article will walk you through the process of installing Docker on CentOS 9 Stream, breaking down each step to ensure a smooth and successful installation.

Changing Your Default CLI Text Editor in Ubuntu/Debian

Choosing the right text editor for command-line interface (CLI) tasks on Ubuntu or Debian systems is crucial for developers, system administrators, and power users alike. A suitable text editor not only enhances productivity but also makes CLI tasks more manageable and enjoyable. In the Linux world, there are several popular text editors, each with its unique set of features. Some of the most widely used CLI text editors include Vim, Nano, and Emacs, catering to different preferences and expertise levels.

Installing AWS CLI on Ubuntu: A Step-by-Step Guide

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Mar 6, 2024 4:19 AM CST)
  • Story Type: Tutorial; Groups: Cloud
Welcome to this comprehensive guide on how to install the AWS CLI on Ubuntu Linux. The AWS Command Line Interface (CLI) is a unified tool that allows you to manage your AWS services from the terminal session on your own client. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. This tutorial is designed for developers and system administrators looking for ways to automate or manage AWS services.

How to install, configure and customize Waybar on Linux

  • linuxconfig.org; By Egidio Docile (Posted by linuxer on Mar 4, 2024 11:18 AM CST)
  • Story Type: Tutorial; Groups: Linux
Waybar is an highly customizable Wayland bar for Sway and other Wlroots-based compositors, such as Hyprland or River. The many available functionalities of Waybar are organized in modules, which can be easily configured and styled. In this tutorial we learn how to install and configure Waybar on some of the most used Linux distributions.

Resetting Root Password on Ubuntu 24.04 Linux

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Mar 1, 2024 4:51 PM CST)
  • Story Type: Tutorial; Groups: Ubuntu
Forgetting the root password on your Ubuntu system can significantly hinder your ability to perform essential administrative tasks. However, there’s no need to worry. Ubuntu Linux provides a relatively straightforward process to reset the root password, ensuring you can regain full access to your system. This guide walks you through the necessary steps to reset your root password, helping you to restore your administrative capabilities without much hassle.

How to create GNOME dynamic wallpapers

  • linuxconfig.org; By Egidio Docile (Posted by linuxer on Feb 29, 2024 5:48 PM CST)
  • Story Type: Tutorial; Groups: GNOME
GNOME (GNU Network Object Model Environment), is one of the most popular desktop environments on Linux, and probably the most used one, since all major distributions use it as their default interface. Version 42 of the D.E., introduced a global “light/dark” UI mode switch, which is respected by all GNOME applications and wallpapers: switching the global style to “dark”, automatically changes the GTK theme to Adwaita-dark, and all the wallpapers supporting this feature, to their “dark” versions. GNOME also supports time-shifting wallpapers.

Guide to Installing XFCE Desktop on Debian GNU/Linux

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Feb 29, 2024 1:18 PM CST)
  • Story Type: Tutorial; Groups: Debian, Xfce
Installing a new desktop environment on your Debian GNU/Linux system can significantly enhance your user experience by offering a fresh look, improved functionality, and additional applications. One popular choice among Linux users is the XFCE desktop environment. XFCE provides a lightweight, yet fully functional desktop experience, ideal for users with older hardware or those who prefer a minimalist desktop. This guide will walk you through the process of installing the XFCE desktop environment on a Debian GNU/Linux system.

« Previous ( 1 ... 6 7 8 9 10 11 12 13 14 15 16 ... 35 ) Next »