Showing headlines posted by linuxer

« Previous ( 1 2 3 4 5 6 7 ... 25 ) Next »

How to create GNOME dynamic wallpapers

  • linuxconfig.org; By Egidio Docile (Posted by linuxer on Feb 29, 2024 7:48 PM EDT)
  • 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 3:18 PM EDT)
  • 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.

Guide to Installing Cinnamon Desktop on Ubuntu

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Feb 28, 2024 10:49 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Switching to a different desktop environment can breathe new life into your Ubuntu system, offering a fresh look and feel along with potentially better performance and usability. Cinnamon, known for its classic yet modern design and functionality, is a popular choice among those looking to move away from the default GNOME desktop. This tutorial is designed for users who have Ubuntu installed with the GNOME desktop and are interested in installing Cinnamon as an alternative.

How to create optimized virtual machines with Quickemu on Linux

Quickemu is a free and open source project which allows us to quickly launch Linux, macOS, and Windows optimized virtual machines. The project is hosted on GitHub, and is basically a wrapper around QEMU and some other tools. In this tutorial we learn how to install Quickemu, and how to use it to create optimized virtual machines on the most used Linux distributions.

How to turn a Raspberry Pi into a surveillance system with ZoneMinder

ZoneMinder is a free and open source closed-circuit television software we can install on our Raspberry Pi (or any other Linux system) to monitor and protect our home, or whatever we deem valuable. ZoneMinder is easy to install, supports a vast selection of cameras, and has also APIs for third party software integration. In this tutorial we install ZoneMinder on the latest version of Raspberry Pi OS, and learn how to turn our RPI into a surveillance system using a simple USB webcam.

Raspberry Pi as Music Streamer

Thanks to its small size and simple requirements, the Raspberry Pi can be transformed into a variety of different specialized devices. One such role that it can fill is that of a dedicated music streamer, or jukebox. Whether you have your own music files (MP3, FLAC, etc) already downloaded and want to stream them to speakers around the house, or you rely on streaming services like Spotify or Pandora, utilizing the Raspberry Pi as a music streamer is a great way to enjoy some tunes. In this tutorial, we will go over the step by step instructions to help you turn your Raspberry Pi into the ideal music streaming device.

Ubuntu 24.04: How to install appimage

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Feb 25, 2024 6:37 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
AppImage provides a convenient way to distribute and run desktop software on Linux without the need for installation or root privileges. This format packages applications in a way that allows them to run on various Linux distributions. Ubuntu 24.04, like its predecessors, supports running AppImages, providing users with a vast array of software options not necessarily available in the official repositories.

CentOS Package Management: Top 20 Command Examples for System Administrators

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Feb 25, 2024 1:11 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Managing packages is a crucial aspect of system administration and development in Linux environments, such as CentOS. This guide is designed to introduce you to the top 20 most common examples of package manager usage on CentOS. Whether you are a new system administrator or a seasoned developer, understanding these examples will help you effectively manage your CentOS system’s packages, ensuring it runs smoothly and securely.

Installing WordPress on a LAMP Stack in Ubuntu 24.04

WordPress, the most popular content management system (CMS), offers flexibility and ease of use for website creation and management. Installing WordPress on a Linux, Apache, MySQL, and PHP (LAMP) stack in Ubuntu 24.04 requires a series of steps to ensure a successful setup. This tutorial guides you through installing a LAMP stack, configuring Apache for WordPress, setting up a MySQL database, and finally, installing WordPress itself.

How to Install Node.js on Ubuntu 24.04

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Feb 23, 2024 9:31 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Node.js is a powerful JavaScript runtime built on Chrome’s V8 JavaScript engine. It allows developers to create scalable backend functionality using JavaScript, a language many are familiar with from front-end development. Installing Node.js on your Ubuntu system enables you to develop and run JavaScript applications outside the browser environment. This tutorial will guide you through three methods of installing Node.js on Ubuntu 24.04: using Ubuntu’s package manager (APT), Node Version Manager (NVM), and the official Node.js binary.

StartOS Linux In-Depth Review: A Comprehensive Look at Performance, User Experience, and Compatibility

  • linuxconfig.org; By Korbin Brown (Posted by linuxer on Feb 20, 2024 4:20 PM EDT)
  • Story Type: Reviews; Groups: Linux
StartOS (formerly known as EmbassyOS) is a graphical, browser based Linux distribution for servers by Start9. It offers users the ability to install and host a variety of services with a single click. On traditional servers, hosting services usually requires some level of specialized knowledge, tinkering on the command line, and spending time with perusing documentation. StartOS aims to simplify this process by providing an intuitive menu with which you can manage every aspect of your server, as well as anything you have decided to host from it.

Setting Up an APT Proxy Server on Debian Linux

Configuring an APT proxy server in a Debian Linux environment can significantly enhance your network’s efficiency by caching package downloads. This setup is particularly beneficial for networks with multiple Debian or Ubuntu systems, reducing bandwidth usage and speeding up package installation. Apt-Cacher NG is a popular, easy-to-use APT proxy solution that we will focus on in this guide.

Converting VirtualBox OVA to QCOW2 for QEMU/KVM Deployment

In this detailed guide, we will explore the process of converting a VirtualBox OVA file to the QCOW2 format, a necessary step for deploying virtual machines in a QEMU/KVM environment. This conversion is essential for users looking to transition from VirtualBox to a more scalable and open-source virtualization option like QEMU/KVM. We’ll cover each step of the process, from exporting your VirtualBox machine to finally deploying it on QEMU/KVM.

Setting Up Virtual Machines with QEMU, KVM, and Virt-Manager on Debian/Ubuntu

Virtualization technology has become an indispensable tool in software development, testing, and deployment. It allows you to run multiple virtual machines (VMs) on a single physical machine, each with its own isolated operating system and resources. This tutorial focuses on setting up a virtualization environment on Debian or Ubuntu Linux using QEMU, KVM (Kernel-based Virtual Machine), and Virt-Manager.

Raspberry Pi Kali Linux headless setup

  • linuxconfig.org; By Korbin Brown (Posted by linuxer on Feb 15, 2024 2:10 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Kali Linux is one of the many operating systems that has full support for the Raspberry Pi, thanks to the ARM installer images. Combining Kali with a Raspberry Pi essentially gives you a portable penetration testing machine. Kali Linux can be installed and run without a monitor, keyboard, or mouse, so you will not need to worry about plugging in any peripherals to the Raspberry Pi.

Raspberry Pi as Minecraft Server

A Raspberry Pi, especially the newer models, possesses all the necessary hardware power for running a dedicated Minecraft gaming server. While it is easy enough to host the game off your desktop computer while simultaneously playing, having a dedicated server allows you to host an uninterrupted Minecraft session that can stay up and running for longer periods of time.

Ubuntu 24.04: Change timezone

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Feb 14, 2024 1:30 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Whether you’re a seasoned Ubuntu user or new to the operating system, understanding how to manage your system’s timezone is essential for ensuring that your computer’s clock is accurate, which is crucial for many applications and tasks. Adjusting the timezone in Ubuntu can be done through both the Graphical User Interface (GUI) and the Command Line Interface (CLI), allowing users flexibility based on their preference or needs.

Setting Up GPT4All on Ubuntu/Debian Linux

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Feb 13, 2024 11:57 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Welcome to the comprehensive guide on installing and running GPT4All, an open-source initiative that democratizes access to powerful language models, on Ubuntu/Debian Linux systems. Whether you’re a researcher, developer, or enthusiast, this guide aims to equip you with the knowledge to leverage the GPT4All ecosystem effectively.

Setting the Root Password on Ubuntu 24.04 Linux

  • linuxconfig.org; By Lubos Rendek (Posted by linuxer on Feb 12, 2024 12:17 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
When managing an Ubuntu 24.04 system, it’s essential to understand the security and administrative practices that come with it. By default, Ubuntu does not set a root password and encourages the use of the sudo command for administrative tasks. This approach enhances security by limiting the use of the root account. However, there are scenarios where having a root password is necessary.

Cloud Gaming with GeForce NOW on Ubuntu / Debian Linux

Cloud gaming is transforming the way we think about video games, offering flexibility and convenience by streaming games directly to our devices. One of the leading platforms in this revolution is NVIDIA’s GeForce NOW, which allows gamers to play their favorite games on virtually any device, including Ubuntu/Debian-based Linux systems.

« Previous ( 1 2 3 4 5 6 7 ... 25 ) Next »