System & Network Admin

System & Network Admin

2075 bookmarks
Custom sorting
Guider Daemon Automates Linux Performance Monitoring
Guider Daemon Automates Linux Performance Monitoring
Guider, built over a period of nine years by Hyundai's Peace Lee, comes with over 150 performance-tracking and visualization command-line tools.
·thenewstack.io·
Guider Daemon Automates Linux Performance Monitoring
Overview of Just a Bunch Of Disks (JBOD) - GeeksforGeeks
Overview of Just a Bunch Of Disks (JBOD) - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
·geeksforgeeks.org·
Overview of Just a Bunch Of Disks (JBOD) - GeeksforGeeks
Compiling And Running Turbo Pascal In The Browser
Compiling And Running Turbo Pascal In The Browser
When a friend of [Lawrence Kesteloot] found a stack of 3.5″ floppy disks, they found that it contained Turbo Pascal code which the two of them had worked on back in the Summer of 1989. Amidst…
·hackaday.com·
Compiling And Running Turbo Pascal In The Browser
Obsidian Systems is excited to bring IPFS support to Nix
Obsidian Systems is excited to bring IPFS support to Nix
First of all, thanks to @parkan of Protocol Labs for soliciting the Nix community in Nix and IPFS · Issue #859 · NixOS/nix · GitHub. We at Obsidian Systems talked things over, submitted a proposal to the IPFS Grants Platform, and it has recently been accepted! IPFS is a peer-to-peer network for storing and sharing data in a distributed filesystem. It has been remarked before that Nix and IPFS would be useful integrated together and we are very excited to make this happen. Here is where we thin...
·discourse.nixos.org·
Obsidian Systems is excited to bring IPFS support to Nix
Build a private distribution network using ipfs-cluster - Help - IPFS Forums
Build a private distribution network using ipfs-cluster - Help - IPFS Forums
Hi, there. Appreciation to all the lovely people who make this possible. We’re planning to build a private network which allows us to duplicate files over. These are the constraints about this network: “private” here means we don’t want outside parties to join and we don’t want content to be available publicly even outsiders have the CIDs there should be only one “conductor” peer who can sort of control the network: add/remove files from the network control which peers get what there will ...
·discuss.ipfs.tech·
Build a private distribution network using ipfs-cluster - Help - IPFS Forums
Install IPFS Kubo inside Docker | IPFS Docs
Install IPFS Kubo inside Docker | IPFS Docs
You can run IPFS inside Docker to simplify your deployment processes, and horizontally scale your IPFS infrastructure.
·docs.ipfs.tech·
Install IPFS Kubo inside Docker | IPFS Docs
Meet Harvester, an HCI Solution for the Edge
Meet Harvester, an HCI Solution for the Edge
About six months ago, I learned about a new project called Harvester, our open source hyperconverged infrastructure (HCI) ...
·suse.com·
Meet Harvester, an HCI Solution for the Edge
Linux Fu: Where’s That Darn File?
Linux Fu: Where’s That Darn File?
Disk storage has exploded in the last 40 years. These days, even a terabyte drive is considered small. There is one downside, though. The more stuff you have, the harder it is to find it. Linux pro…
·hackaday.com·
Linux Fu: Where’s That Darn File?
Hardware diagnostics with open source tools - Linux.com
Hardware diagnostics with open source tools - Linux.com
Author: Manolis Tzanidakis Like all pieces of electronic equipment, computers have a tendency to malfunction and break; if you have never experienced kernel core dumps or unexpected crashes, consider yourself lucky. Many common hardware problems are caused by bad RAM modules, overheated or broken CPUs, or bad sectors or clusters on hard disks. In this …
·linux.com·
Hardware diagnostics with open source tools - Linux.com
Linux Fu: Stupid Systemd Tricks
Linux Fu: Stupid Systemd Tricks
Last time, I gave a whirlwind introduction to a very small slice of systemd. If you aren’t comfortable with systemd services, timers, and mounts, you might want to read that now. Otherwise, p…
·hackaday.com·
Linux Fu: Stupid Systemd Tricks
BadgerWiFi
BadgerWiFi
·badgerwifi.co.uk·
BadgerWiFi
WLAN Pi
WLAN Pi
·wlanpi.com·
WLAN Pi
GenAI Acceleration Depends on Infrastructure as Code
GenAI Acceleration Depends on Infrastructure as Code
By facilitating the automation and orchestration of infrastructure components, IaC is central to the success of generative AI.
·thenewstack.io·
GenAI Acceleration Depends on Infrastructure as Code
Logic Analyzers: Decoding And Monitoring
Logic Analyzers: Decoding And Monitoring
Last time, we looked into using a logic analyzer to decode SPI signals of LCD displays, which can help us reuse LCD screens from proprietary systems, or port LCD driver code from one platform to an…
·hackaday.com·
Logic Analyzers: Decoding And Monitoring
Butterchurn Visualizer
Butterchurn Visualizer
Butterchurn Visualizer is a WebGL implementation of the Milkdrop Visualizer, bringing the best music visualizations to the web
·butterchurnviz.com·
Butterchurn Visualizer
Setting up PostgreSQL for running integration tests
Setting up PostgreSQL for running integration tests
Setting up PostgreSQL for tests is crucial for achieving performance and reliability. In this article, I'll explain how to set up PostgreSQL for tests and discuss some common pitfalls to avoid.
·gajus.com·
Setting up PostgreSQL for running integration tests
How to check if a filesystem is mounted with a script
How to check if a filesystem is mounted with a script
I am new at scripting ... I can do very basic stuff, but now I need a hand. I have a local filesystem that only will be mounted when I need to do a backup. I'm starting with this. #!/bin/bash ex...
·unix.stackexchange.com·
How to check if a filesystem is mounted with a script