Linux serverlinux web serverNETWORK ADMINISTRATIONS

GUI Web Browser For Linux Servers – COCKPIT

Easy Way to Manage your Home Server From Your Desktop or Your Work Servers.
Lots of Apps and Modules

zfs Samba File Sharing
COCKPIT SAMBA FILE SHARING Set up a Simple Samba ZFS Pool.

Introducing Cockpit
https://cockpit-project.org/

Cockpit Applications
https://cockpit-project.org/applications.html

Mini PC Media Server $325 20TB, 16gb, 6 Cores 6 Threads!

$265 DIY Budget 24TB Server-NAS!! 16GB Ram 4Cores 8Threads Home Server

DIY Nvme Nas vs NVME Asustor Flastor NAS! Price and Performance, Raid 5. SSD Home Server.

Is Linux for EveryOne? Why My 60yr OLD Neighbor switched to LINUX on his Laptop?

AFFORDABLE 10GB NETWORKING!!! Switches and NIC Cards. 10gb Switch 10gb Nics .

CAT 5E 10G SPEED TEST for Home Server. Cat5e vs Cat6 Cable.

$520 Ultimate VM Proxmox Home Server.

Cockpit Links and Commands
Tools or Apps to install on your ubuntu server before installing CockPit
ubuntu server
sudo apt install net-tools
sudo apt install git
sudo apt install samba

Chris Titus Here’s how to use QEMU

Install Guide
https://christitus.com/vm-setup-in-linux/

cockpit install
sudo apt install cockpit

install cockpit, cockpit-machines, cockpit-podman

How to Install Cockpit Web Console on Ubuntu 22.04

CockPit Apps or Modules
ZFS
https://github.com/45Drives/cockpit-zfs-manager
git clone https://github.com/45drives/cockpit-zfs-manager.git
sudo cp -r cockpit-zfs-manager/zfs /usr/share/cockpit
or
git clone https://github.com/optimans/cockpit-zfs-manager.git
sudo cp -r cockpit-zfs-manager/zfs /usr/share/cockpit

Navigator
https://github.com/45Drives/cockpit-navigator/releases
https://github.com/45Drives/cockpit-navigator

Tuesday Tech Tip – Updates to Our Cockpit Houston Modules-File Sharing

File Sharing
https://github.com/45Drives/cockpit-file-sharing/releases/tag/v3.3.4
https://github.com/45Drives/cockpit-file-sharing

Sensors
https://github.com/ocristopfer/cockpit-sensors/releases/latest/download/cockpit-sensors.deb
or
sudo apt install cockpit-sensors

User and Group Manager
https://github.com/45Drives/cockpit-identities
curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities_0.1.12-1focal_all.deb
sudo apt install ./cockpit-identities_0.1.12-1focal_all.deb

Updates to Our Cockpit Houston Modules – File Sharing – Users and Groups


Simple Samba Share
Samba Location /etc/samba/smb.conf
edit as root
My Share
[MStor]
path = /MStor/
read only = no
writeable = yes
guest ok = yes
force group = “your group”
force user = “your user”
browseable = yes

source

by TechMadeEZ

linux web server