Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: ssh Clear Filter

What to do with an old iPad

I recently inherited my parents’ old iPad 2. It had iOS 9 on it and was barely usable, in part due to how slow it was but mostly because of old SSL certificates and apps stopping support. But I wanted to give it some life because I hate to see a working machine go to waste. So I asked around and got a great answer: The iPad 2 can be downgraded to iOS 6.1.3 or 8.4.1. Both offer better performance than iOS 9 and have untethered jailbreaks. Once downgraded and jailbroken you can sideload hours and

Topics: ios ipad server ssh vps

What to Do with an Old iPad

I recently inherited my parents’ old iPad 2. It had iOS 9 on it and was barely usable, in part due to how slow it was but mostly because of old SSL certificates and apps stopping support. But I wanted to give it some life because I hate to see a working machine go to waste. So I asked around and got a great answer: The iPad 2 can be downgraded to iOS 6.1.3 or 8.4.1. Both offer better performance than iOS 9 and have untethered jailbreaks. Once downgraded and jailbroken you can sideload hours and

Topics: ios ipad server ssh vps

Hurricane category 6 could be introduced under new storm severity scale

Hurricane Florence made landfall in South Carolina in September 2018. It was a Category 1 hurricane, but the devastating flooding that followed killed 55 people. A new hurricane categorization system could help people better prepare for storms by incorporating risks from storm surges and rainfall into the categories, a study published this month reveals. Storm surges — elevated seawater levels near coasts — and rainfall cause almost 80% of hurricane deaths, yet they are not accounted for in th

Spiped – secure pipe for SSH, SMTP, etc.

To set up an encrypted and authenticated pipe for sending email between two systems (in the author's case, from many systems around the internet to his central SMTP server, which then relays email to the rest of the world), one might run dd if=/dev/urandom bs=32 count=1 of=keyfile spiped -d -s '[0.0.0.0]:8025' -t '[127.0.0.1]:25' -k keyfile on a server and after copying keyfile to the local system, run spiped -e -s '[127.0.0.1]:25' -t $SERVERNAME:8025 -k keyfile at which point mail delivered

OpenSSH Post-Quantum Cryptography

OpenSSH Post-Quantum Cryptography OpenSSH supports a number of cryptographic key agreement algorithms considered to be safe against attacks from quantum computers. We recommend that all SSH connections use these algorithms. OpenSSH has offered post-quantum key agreement (KexAlgorithms) by default since release 9.0 (2022), initially via the sntrup761x25519-sha512 algorithm. More recently, in OpenSSH 9.9, we have added a second post-quantum key agreement mlkem768x25519-sha256 and it was made the

How I use Tailscale

The Tailscale logo I’ve been using Tailscale for around four years to connect my disparate devices, servers and apps together. I wanted to talk a bit about how I use it, some cool features you might not know about, and some stumbling blocks I encountered. I’m not sure Tailscale needs an introduction for the likely audience of this blog, but I’ll give one anyway. Tailscale is basically a WireGuard orchestration service, with lots of nice features sprinkled on top. It’s a subscription product, b

Replacing tmux in my dev workflow

Hear me out, I can already read the descenting opinions: But I need session persistence! But I need split windows! But I need to group windows per project! But I need lots of terminals inside of a remote server! I had the exact same response whenever someone would argue against using tmux . For context, I've been a huge fan of tmux and have been using it as a daily part of my workflow for 7+ years. Whether I'm developing on my local machine or in SSH, I was using tmux . However, a couple o

You might not need tmux

Hear me out, I can already read the descenting opinions: But I need session persistence! But I need split windows! But I need to group windows per project! But I need lots of terminals inside of a remote server! I had the exact same response whenever someone would argue against using tmux . For context, I've been a huge fan of tmux and have been using it as a daily part of my workflow for 7+ years. Whether I'm developing on my local machine or in SSH, I was using tmux . However, a couple o

How to Secure a Linux Server

How To Secure A Linux Server An evolving how-to guide for securing a Linux server that, hopefully, also teaches you a little about security and why it matters. Table of Contents (TOC made with nGitHubTOC) Introduction Guide Objective This guides purpose is to teach you how to secure a Linux server. There are a lot of things you can do to secure a Linux server and this guide will attempt to cover as many of them as possible. More topics/material will be added as I learn, or as folks contri

Show HN: Virby, a vfkit-based Linux builder for Nix-Darwin

Virby - Linux Builder for Nix-darwin Virby is a module for nix-darwin that configures a lightweight, vfkit-based linux VM as a remote build machine for nix, allowing linux packages to be built on macOS. This project is modeled after nix-rosetta-builder, which provides a similar service, using lima to manage the VM. Some parts of the code in this repository are directly borrowed and adapted from that project. Quick Start Add to your flake and enable: # flake.nix { inputs . virby = { url = "gi

Topics: build nix ssh virby vm

Show HN: Ts-SSH – SSH over Tailscale without running the daemon

ts-ssh: Powerful Tailscale SSH/SCP CLI Tool A streamlined command-line SSH client and SCP utility that connects to your Tailscale network using tsnet . Features powerful multi-host operations, batch command execution, and real tmux integration - all without requiring the full Tailscale daemon. Perfect for DevOps teams who need fast, reliable SSH access across their Tailscale infrastructure. Features 🚀 Core SSH/SCP Functionality Userspace Tailscale connection using tsnet - no daemon required

Show HN: Unregistry – “docker push” directly to servers without a registry

▸ Push docker images directly to remote servers without an external registry ◂ Unregistry is a lightweight container image registry that stores and serves images directly from your Docker daemon's storage. The included docker pussh command (extra 's' for SSH) lets you push images straight to remote Docker servers over SSH. It transfers only the missing layers, making it fast and efficient. docker-pussh-demo.mp4 The problem You've built a Docker image locally. Now you need it on your server.

Show HN: Unregistry – "docker push" directly to servers without a registry

▸ Push docker images directly to remote servers without an external registry ◂ Unregistry is a lightweight container image registry that stores and serves images directly from your Docker daemon's storage. The included docker pussh command (extra 's' for SSH) lets you push images straight to remote Docker servers over SSH. It transfers only the missing layers, making it fast and efficient. docker-pussh-demo.mp4 The problem You've built a Docker image locally. Now you need it on your server.

SSHTron: A multiplayer lightcycle game that runs through SSH

SSHTron is a multiplayer lightcycle game that runs through SSH. Just run the command below and you'll be playing in seconds: $ ssh sshtron.zachlatta.com Controls: WASD or vim keybindings to move (do not use your arrow keys). Escape or Ctrl+C to exit. Code quality disclaimer: SSHTron was built in ~20 hours at BrickHack 2. Here be dragons. Want to choose color yourself? There are total 7 colors to choose from: Red, Green, Yellow, Blue, Magenta, Cyan and White $ ssh [email protected]

Microsoft testing fix for Windows 11 bug breaking SSH connections

Microsoft is not testing a fix for a longstanding known issue that is breaking SSH connections on some Windows 11 22H2 and 23H2 systems. On Tuesday, Microsoft started rolling Windows 11 Build 26100.3321 (KB5052093) Insiders in the Release Preview Channel on Windows 11 24H2 (Build 26100) with a fix for this bug. When it first acknowledged the issue in November, the company explained it affects a "limited number" of devices running Windows 11 enterprise, IOT, and education editions. However, Red