Announcement

Collapse
No announcement yet.

Articles

Collapse

Articles Home Page

  •  
  • Filter
  • Time
  • Show
Clear All
new posts

  • Understanding Ownership and Access Control for Enhanced Security

    Understanding Ownership and Access Control for Enhanced Security




    by George Whittaker


    Introduction

    In the digital age, securing files and controlling access to them is paramount. File permissions play a crucial role in maintaining the integrity and confidentiality of data. This article delves into the intricacies of file permissions, ownership, and access control, providing a guide to understanding and managing these aspects effectively.


    In today's interconnected...
    Go to post

  • Managing User Storage Limits With Linux Disk Quotas

    Managing User Storage Limits With Linux Disk Quotas




    by George Whittaker


    In the world of Linux system administration, managing disk usage effectively is crucial to ensuring a stable and efficient environment. One powerful tool for this purpose is the implementation of disk quotas, which helps administrators control the amount of disk space and number of inodes that individual users or groups can use. This article delves into the intricacies of Linux disk quotas, explaining...
    Go to post

  • How to Passthrough an NVIDIA GPU to a Fedora 40 Proxmox VE Virtual Machine

    How to Passthrough an NVIDIA GPU to a Fedora 40 Proxmox VE Virtual Machine

    If you passthrough an NVIDIA GPU to a Fedora 40 Proxmox VE virtual machine, you get many benefits, such as:
    • Stream the virtual machine’s display directly on the monitor connected to the NVIDIA GPU.
    • Add a USB keyboard and a mouse to the virtual machine and use it like a real desktop computer.
    • Get near-native 3D performance on the virtual machine.

    In this article, I will show you how to passthrough an NVIDIA GPU to a Fedora 40 Proxmox VE virtual machine and use the virtual machine just...
    Go to post

  • How to Create a Fedora 40 Virtual Machine on Proxmox VE

    How to Create a Fedora 40 Virtual Machine on Proxmox VE

    In this article, I will show you how to create a Fedora 40 virtual machine on Proxmox VE.

    This article is the foundation of the Proxmox VE Fedora 40 virtual machine GPU passthrough guide. Once you have a Fedora 40 virtual machine set up, you can passthrough a GPU (i.e. NVIDIA GPU) to the Fedora 40 Proxmox VE virtual machine and do amazing things on the virtual machine.





    Table of Contents

    1. Downloading the Fedora 40 ISO Image and Transferring
    ...
    Go to post

  • Further Your Education with Courses & Certifications

    Further Your Education with Courses & Certifications

    SAVE UP TO 50% TODAY *Offer ends May 21, 2024 Learn More at Linux Foundation Training

    The post Further Your Education with Courses & Certifications appeared first on Linux.com.



    More...
    Go to post

  • How to Enable and Use Nautilus Samba/CIFS/Windows File Sharing Feature on Ubuntu 24.04 LTS

    Nautilus file manager can share directories/folders of your Ubuntu 24.04 LTS system that you can access from Windows, MacOS, and other Linux devices.

    You may not find the file-sharing option in the context menu of the Nautilus file manager in a new Ubuntu 24.04 LTS installation. That’s because the Nautilus file-sharing option is not enabled by default.





    In this article, I will show you how to enable the Nautilus Samba/CIFS file-sharing option...
    Go to post

  • Embracing the Future: The Transition from SysVinit to Systemd in Linux

    Embracing the Future: The Transition from SysVinit to Systemd in Linux




    by George Whittaker


    Introduction

    Linux, the powerhouse behind countless servers and desktops worldwide, relies heavily on an initialization (init) system to bootstrap user space and manage system processes after booting. Traditionally, this role was fulfilled by SysVinit, the standard init system derived from the UNIX System V operating system. However, the evolving complexity and needs of modern computing...
    Go to post

  • How to Power On a Synology NAS Remotely from the Linux Command-Line using WOL (Wake-on-LAN)

    WOL – Wake-on-LAN is a feature of the Synology NAS that allows you to turn on your Synology NAS from any computer on the same network as your Synology NAS without needing to press the power button of your Synology NAS.

    If you want to keep your Synology NAS locked in a cabinet, or on top of a shelf that is very hard to reach (due to height), you may not have easy access to the power button of your Synology NAS. In that case, you will be able to use WOL (Wake-On-LAN) to turn on your...
    Go to post

  • How to Find MAC Address of the Synology NAS Network Interfaces

    How to Find MAC Address of the Synology NAS Network Interfaces

    MAC address is a unique identifier of a network interface. A unique MAC address is burned into the network interface card (NIC) by the manufacturer so that you never have conflicting MAC addresses.

    You may need to know the MAC address of the network interfaces of your Synology NAS for many reasons, such as:
    • To set a fixed IP address via DHCP
    • To use WOL (Wake on LAN) feature from the command-line or other apps
    • For other networking and network security purposes


    ...
    Go to post

  • How to Install Synology Assistant App on Ubuntu 24.04 LTS

    How to Install Synology Assistant App on Ubuntu 24.04 LTS

    Synology Assistant is an official Synology app that can be used to:
    • Scan your LAN for Synology NAS devices
    • Install the DSM software on your Synology NAS
    • Access the DSM web interface of your Synology NAS
    • Mount shared folders of your Synology NAS on your computer
    • Turn on Synology NAS remotely via Wake-on-LAN (WOL)

    In this article, I will show you how to install the Synology Assistant app on Ubuntu 24.04 LTS.







    Table of Conten

    ...
    Go to post
There are no articles in this category.
 
  • Filter
  • Time
  • Show
Clear All
new posts
Please log in to your account to view your subscribed posts.

Categories

Collapse

Article Tags

Collapse

There are no tags yet.

Latest Articles

Collapse

  • 5 Compelling Reasons to Choose Linux Over Windows
    by Kasimba



    by George Whittaker


    Introduction

    In the world of operating systems, Windows has long held the lion’s share of the market. Its user-friendly interface and wide compatibility have made it the default choice for many. However, in recent years, Linux has steadily gained traction, challenging the status quo with its unique offerings. What was once considered the domain of tech enthusiasts and developers is now...
    Today, 06:52 AM
  • NGINX vs Apache; Web Server Comparison
    by Kasimba
    Overview of NGINX and Apache

    NGINX and Apache are leading web server solutions utilized for hosting websites and web applications. Apache, developed by the Apache Software Foundation, offers robust configuration options and extensibility. NGINX, created by Igor Sysoev, is known for its efficiency in handling numerous concurrent connections with low resource utilization. Both servers function not only as HTTP servers but also as reverse proxies, load balancers, and more.

    What is

    ...
    Today, 03:54 AM
  • Monthly News – November 2024
    by Kasimba
    Hi everyone, I hope you are enjoying the BETA so far! This release introduces new features, tools, and artwork, so we anticipate a good number of bug reports. Every single fix helps us refine and improve the final release. Your feedback during the BETA phase is extremely important to us. Linux Mint 22.1 is our […]

    More...
    12-16-2024, 11:50 AM
  • Mastering OpenSSH for Remote Access on Debian Like a Pro
    by Kasimba



    by George Whittaker


    Introduction

    Remote access is a cornerstone of modern IT infrastructure, enabling administrators and users to manage systems, applications, and data from virtually anywhere. However, with great power comes great responsibility—ensuring that remote access remains secure is paramount. This is where OpenSSH steps in, providing robust, encrypted communication for secure remote management....
    12-13-2024, 10:31 PM
  • Unlocking the Full Potential of Linux's Most Versatile Search Tool
    by Kasimba



    by George Whittaker


    Introduction

    The grep command, short for "global regular expression print," is one of the most powerful and frequently used tools in Unix and Linux environments. From sifting through log files to finding patterns in text, grep is a Swiss Army knife for system administrators, developers, and data analysts alike. However, many users limit themselves to its basic functionality, unaware...
    12-13-2024, 09:24 PM
  • Linux Mint 22.1 “Xia” – BETA Release
    by Kasimba
    This is the BETA release for Linux Mint 22.1 “Xia”. Linux Mint 22.1 is a long term support release which will be supported until 2029. It comes with updated software and brings refinements and many new features to make your desktop even more comfortable to use. New features: This new version of Linux Mint contains […]

    More...
    12-12-2024, 09:31 AM
Working...
X