linux, systems administration Peter Girnus linux, systems administration Peter Girnus

How to Setup & Configure a WebDAV Server on Ubuntu Linux and Apache

This tutorial shows how to install and configure a Web Distributed Authoring and Versioning (WebDAV) server on modern Ubuntu Linux using Apache or Apache2. The WebDAV protocol is an OSI Application layer protocol that extends the Hypertext Transfer Protocol (HTTP). The WebDAV protocol is a writeable and collaborative medium beyond the read-only scope. Most modern operating systems and HTTP servers support WebDAV and security extensions for TLS and SSL.

Read More
chrome, how-to, linux Peter Girnus chrome, how-to, linux Peter Girnus

How-to: Install Chromium (open-source Google Chrome) Web Browser on Ubuntu Linux (ARM64)

The following steps should be followed to install the Chromium web browser on Ubuntu Linux (arm64). Ubuntu is a popular Linux distribution supported and maintained by Canonical. The Chromium web browser is the open-source version of the popular Google Chrome browser. This tutorial will install Chromium on Canonical Ubuntu Linux on ARM64 architecture. The Advanced RISC Machine (ARM) is a processor architecture primarily intended for mobile phones and other interconnected devices, such as the Internet of Things (IoT). The ARM architecture is frequently encountered by developers and technologists through its integration into Apple computers by way of Apple Silicon (ARM Architecture), such as iPhones, Mac, and MacBook, and this often brings unexpected issues, particularly concerning VMWare Fusion. This tutorial provides a comprehensive guide to installing Google Chrome on Ubuntu (arm64) as the official Google Chrome is packaged for amd64 and NOT arm64. Chromium is a free, open-source web browser project created by Google, whereas Google Chrome is a web browser developed by Google using Chromium source code.

Read More
rust, rust-fs, linux Peter Girnus rust, rust-fs, linux Peter Girnus

Rust Metadata Extensions (std::os::linux::fs::MetadataExt) Trait for the Linux OS

In Rust the std::os::linux::fs::MetadataExt trait provides os-specific extensions for the Linux platform. These extensions allow programmers to view metadata about a file such as its permissions, size, modification times, and other information about a file. The MetadataExt trait is a part of the Linux-specific extensions to primitives in the std::fs module.

Read More
linux, google, chrome Peter Girnus linux, google, chrome Peter Girnus

Open Google Chrome From The Linux Command Line

In the realm of Linux, mastering the command line is an essential skill for both novice and seasoned users. The command line interface, often accessed through the terminal or shell, is a powerful tool that allows users to interact with their Linux system in a text-based environment. Unlike the graphical user interface (GUI), which provides a point-and-click experience, the command line provides direct control over the operating system, enabling users to perform a wide range of tasks with precision and efficiency. This guide shows you how to open Google Chrome through the command-line as well as provides useful command-line switches along with some additional resources to get you started using Google Chrome through the command line!

Read More
how-to, linux, google, chrome Peter Girnus how-to, linux, google, chrome Peter Girnus

How to Install Google Chrome on Debian Linux

Discover how to effortlessly install Google Chrome on Debian distributions like Ubuntu using the command line. Our step-by-step guide simplifies the process, enabling you to quickly access Google Chrome's powerful features and capabilities on your Debian-based Linux system. Follow our straightforward instructions to unlock the full potential of Google Chrome, the versatile and reliable web browser, ensuring seamless performance and enhanced user experience on your Debian distribution.

Read More