Sign in Shop now →

News

Articles, sustainability work, and the occasional take on what it means to keep critical systems running.

Archive

Latest articles

Image unavailable

Affordable Cisco access point AIR-AP2802I-E-K9

Cisco AIR-AP2802I-E-K9 access point -- 802.11ac Wave 2, MU-MIMO, dual 5-GHz radio support, and controller-less deployment via Cisco Mobility Express.

Datasheets
Image unavailable

Commerical invoice template

Fedex CI template (Valid for 2024) FedEx-Commercial-InvoiceFedEx-Commercial-Invoice.pdf40 KBdownload-circle FedEx | System DownSystem Down Fedex guide on commerical invoices FedEx | System DownSystem…

Other-Tutorials
Image unavailable

Shortcuts for billing

Ups view invoices https://www.ups.com/viewbill/invoices https://billing.ups.com/ups/billing/invoice, new 2024 Amazon view order history https://www.amazon.se/your-orders/orders…

Other-Tutorials
Image unavailable

Linux du –max-depth = Mac OS X du -hd1

The du command in macOS, and Unix/Linux systems in general, is used for checking the disk usage of files and directories. The specific command du -hd1 provides a very useful functionality for quickly understanding the…

Other-Tutorials
Image unavailable

Comparison between Linux MacOS and Windows CLI/Terminal commands

Overview The following guide provides an extensive comparison of common Linux commands and their equivalents in macOS and Windows operating systems. This comparison is essential for developers, system administrators,…

Other-Tutorials
Image unavailable

Trailing Slashes in Filesystem Paths and rsync

When working with files and folders on Unix-based systems, the presence or absence of a trailing slash can influence how tools behave. This tutorial will demystify the difference between /source and /source/ and provide…

Other-Tutorials
Image unavailable

AIR-CT8540-K9 Datasheet

Datasheet c78 734258 AIR-CT8540-K9 Datasheet datasheet-c78-734258.pdf 478 KB download-circle https://www.cisco.com/c/en/us/products/collateral/wireless/8540-wireless-controller/datasheet-c78-734258.pdf

Datasheets
Image unavailable

Fortinet Transceivers Data Sheet

Fortinet Transceivers Fortinet_Transceivers.pdf 658 KB download-circle https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/Fortinet_Transceivers.pdf

Datasheets
Image unavailable

Check Dell Service tag

To check the service tag for a Dell device: 1. Go to Dell's official support website: https://www.dell.com/support/home/en-us/product-support/servicetag 1. There should be an option for "Support" or "Check Warranty"…

Tutorials
Image unavailable

Rohde Schwarz FSU Spectrum Analyzer 1166.1660.26

Rohde & Schwarz FSU Spectrum Analyzer 1166.1660.26 -- a bench-grade spectrum analyzer with wide bandwidth, high dynamic range, and fast sweep time for telecom, R&D, broadcasting, and aerospace/defense measurement work.

sold
Image unavailable

Tektronix 80E10 TDR Sampling Module, best price guaranteed

Tektronix 80E10 TDR Sampling Module -- a Time-Domain Reflectometry module for characterizing electrical lines, locating faults, and inspecting impedance mismatches in high-speed digital and telecom systems.

sold
Image unavailable

VIM visual shifting Vscode

If you want to keep your selection active while indenting in Visual Studio Code with the Vim extension, you can use the gv command to reselect the last visual selection. Here are the steps: 1. First, make sure you are…

Other-Tutorials
Image unavailable

Interactive shell django environment in docker

Troubleshooting your django app from inside docker container: If the container is running: docker exec -it [containerID] /bin/bash python manage.py shell from [yourapp].models import [class] If the container is not…

Other-Tutorials
Image unavailable

Twitter “Nothing to see here - yet” if logged out

Nope! you are not the only one after recent API changes this feature is broken for pretty much everyone Embedding Twitter Feed displays Nothing to see here - yet · Issue #78913 · Automattic/wp-calypsoQuick summary Using…

Other-Tutorials
Image unavailable

django view example and render function

def employee_list(request): employees = Employee.objects.all() return render(request, 'employee_list.html', {'employees': employees}) In the given view, here are the steps explained simply: 1. The employee_list function…

Other-Tutorials
Image unavailable

The Beauty of Simplicity in development

We believe that simplicity should be the first choice in development, unless it becomes too limiting. Instead of getting stuck in endless deliberation, it's often best to choose the easiest and most available option and…

blog
Image unavailable

Django Listview compared to models.model

In Django, ListView and models.Model are different concepts that serve different purposes. models.Model is a base class provided by Django for creating database models. When you define a class that inherits from…

Other-Tutorials
Image unavailable

Addressing a 'Paused' or 'Frozen' Libvirt Virtual Machine

Virtual machines (VMs) are an essential part of many workflows, but like any complex software, they can sometimes exhibit confusing behavior. If you've found your Libvirt VM in a "paused" state, you're not alone.…

Other-Tutorials