Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
31 results tagged servers  ✕   ✕
ngosang/trackerslist https://github.com/ngosang/trackerslist
Thu 31 Aug 2023 03:03:38 PM PDT archive.org

Updated list of public BitTorrent trackers. These lists are automatically updated every day.

ATOM feed of updates: https://github.com/ngosang/trackerslist/commits/master.atom

bittorrent tracker lists servers
jointakahe/takahe https://github.com/jointakahe/takahe
Fri 23 Dec 2022 04:56:50 PM PST archive.org

An experimental Fediverse server for microblogging. Not fully functional yet - we're still working towards a 1.0! Multiple domain (vhost) support. Multiple identities per user (and can be shared between users). Desktop, mobile and PWA-compatible web UI with minimal JavaScript. Easy deployment (web worker, background worker, and one database(Postgres)).

fediverse webapps servers python
OpenCola™ https://opencola.io/
Wed 30 Nov 2022 10:11:37 PM PST archive.org

Welcome to OpenCola™, a P2P content sharing and discovery network. It's an alternative to current social media that puts you in control of your personal data and allows you to shape the flow of information around you.

Github: https://github.com/johnmidgley/opencola-alpha

It's an alpha release. Still tricky. Messing with it.

webapps java p2p servers socialnetworks
iotop-c https://github.com/Tomas-M/iotop
Sat 11 Jun 2022 11:55:58 AM PDT archive.org

A port of the original iotop to C with additional features. Acts like top but for disk I/O. Good for keeping an eye on what's bogging your disk array down.

You can add a capability so that you don't need to be root to run it: sudo setcap 'cap_net_admin+eip' /path/to/iotop

Here's my command line: iotop -o -2 -6 -8

  • -o - Only show processes that are currently doing I/O.
  • -2 - Don't show the PRIO column, because I don't care about that.
  • -6 - Don't show the SWAPIN column, because I don't care about that.
  • -8 - Don't show the graph, because I want to see more of the command on the line.

In the AUR as iotop-c.

C linux io monitoring servers sysadmin cli
Mamont's open FTP Index https://www.mmnt.net/
Sat 11 Jun 2022 11:19:45 AM PDT archive.org

A directory of public FTP servers around the Net.

ftp servers directory
dalisoft/awesome-hosting https://github.com/dalisoft/awesome-hosting
Wed 16 Feb 2022 03:40:41 PM PST archive.org

An awesome list of hosting services, plans, tiers, and other features. If you're looking for someplace for your stuff to live, you could do worse than investigating your options here.

awesome hosting directory servers vps
Witchcraft - a Minecraft server, written in Bash https://git.sakamoto.pl/domi/Witchcraft
Wed 16 Feb 2022 03:35:27 PM PST archive.org

Somebody wrote an entire Minecraft server as a bunch of shell scripts.

Requires busybox 1.35.0 or later (crashes on 1.34, for some reason), bash, gnu grep, gnu sed and nmap-ncat. Grep was actually only used once, so maybe I could make it work with the bb one?

hacking servers bash scripts games
PellelNitram/pi_stack https://github.com/PellelNitram/pi_stack
Thu 13 Jan 2022 04:34:47 PM PST archive.org

A stackable simple-to-build single board computer storage that is open-source and modular which is made from sustainable materials. This repository contains the official production files that can be used for laser cutting and 3D printing.

raspi rack storage 3dprinting servers project
Courtecy-Network/XMPP-Public-Server-List https://github.com/Courtecy-Network/XMPP-Public-Server-List
Sun 14 Nov 2021 06:45:15 PM PST archive.org

A list of free public xmpp servers.

awesome list xmpp servers public
foxcpp/maddy https://github.com/foxcpp/maddy
Sat 10 Jul 2021 07:27:46 PM PDT archive.org

Maddy Mail Server implements all functionality required to run a e-mail server. It can send messages via SMTP (works as MTA), accept messages via SMTP (works as MX) and store messages while providing access to them via IMAP. In addition to that it implements auxiliary protocols that are mandatory to keep email reasonably secure (DKIM, SPF, DMARC, DANE, MTA-STS).

It replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC and more with one daemon with uniform configuration and minimal maintenance cost.

Full re-implementation in Go.

email golang sysadmin servers smtp imap
RackNerd https://www.racknerd.com/
Fri 18 Dec 2020 06:33:45 PM PST archive.org

An inexpensive server and web hosting company. Virtual machines, dedicated servers, and colo services. Very inexpensive. Might be useful in a pinch to spin something up. Fully managed. Conventional and SSD storage. Multiple data centers around the world. Shared hosting plans have free daily backups. Multiple VPS tiers. Pay monthly or yearly to get a discount.

hosting vps servers cheap colo
On secure-shell security https://sysdogs.com/on-secure-shell-security/
Thu 03 Sep 2020 03:08:33 PM PDT archive.org

Wants to be the "cryptographic right answers" document, but for SSH.

Archived.

Maybe have Glitch monitor it?

/etc/ssh/sshd_config:

Protocol 2
AuthenticationMethods publickey
PasswordAuthentication no
PermitEmptyPasswords no
X11Forwarding no
AllowAgentForwarding no

# The problem with having "MaxAuthTries 2" is, the more keys your
# SSH agent has, the more chances you'll have to get locked out.
# I set it to <my number of SSH keys> +2.
MaxAuthTries 10
MaxSessions 10
HostbasedAuthentication no
IgnoreRhosts yes
PermitRootLogin no

KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256

Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr

MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
ssh configuration howto sysadmin infosec hardening bestpractices servers risk
rodolpheh/awesome-matrix https://github.com/rodolpheh/awesome-matrix
Thu 06 Aug 2020 02:51:52 PM PDT archive.org

A curated list of awesome stuff around the Matrix protocol, network, and ecosystem.

awesome list matrix servers clients federation crypto administration tools bridges bots
Applied Crypto Hardening: bettercrypto.org https://bettercrypto.org/
Mon 03 Aug 2020 08:14:26 PM PDT archive.org

Current version: Version 1.X, 2018-12-21

This guide arose out of the need for system administrators to have an updated, solid, well researched and thought-through guide for configuring SSL, PGP, SSH and other cryptographic tools in the post-Snowden age. Triggered by the NSA leaks in the summer of 2013, many system administrators and IT security officers saw the need to strengthen their encryption settings. This guide is specifically written for these system administrators.

The focus of this guide is merely to give current best practices for configuring complex cipher suites and related parameters in a copy & paste-able manner. The guide tries to stay as concise as is possible for such a complex topic as cryptography. Naturally, it can not be complete. There are many excellent guides (II & SYM, 2012) and best practice documents available when it comes to cryptography. However none of them focuses specifically on what an average system administrator needs for hardening his or her systems' crypto settings.

howto sysadmin linux crypto hardening applications servers ssl tls configuration
GitHub - sshuair/awesome-gis https://github.com/sshuair/awesome-gis
Mon 11 May 2020 03:34:07 PM PDT archive.org

Awesome GIS is a collection of geospatial related sources, including cartographic tools, geoanalysis tools, developer tools, data, conference & communities, news, massive open online course, some amazing map sites, and more.

Has a nontrivial amount of Open Streetmap related resources that might be useful at some point.

awesome api mapping servers frameworks tools libraries formats protocols
GitHub - rtckit/awesome-rtc https://github.com/rtckit/awesome-rtc
Fri 07 Feb 2020 11:05:58 AM PST archive.org

A curated list of awesome Real Time Communications resources.

awesome list voip rtc software sip servers media stun turn monitoring api libraries
hueyy/awesome-mastodon https://github.com/hueyy/awesome-mastodon
Sat 04 Jan 2020 01:34:23 PM PST archive.org

A curated list of awesome Mastodon and Fediverse related stuff!

awesome directory fediverse mastodon documentation clients servers webapps tools scripts bots projects blogs libraries
systemli/awesome-xmpp https://github.com/systemli/awesome-xmpp
Fri 13 Dec 2019 08:07:37 AM PST archive.org

A curated list of amazingly awesome XMPP server, clients, libraries, resources - with focus on security.

awesome xmpp directory resources servers clients protocols crypto libraries articles
GitHub - bluszcz/awesome-xmpp https://github.com/bluszcz/awesome-xmpp
Thu 17 Oct 2019 10:46:54 AM PDT archive.org

A curated list of delightful XMPP related resources.

awesome xmpp directory specs clients servers libraries applications tools
mod_onions - Prosody Community Modules https://modules.prosody.im/mod_onions.html
Thu 19 Sep 2019 06:50:49 PM PDT archive.org

This is a module for Prosody that allows federation to other XMPP servers running as Tor hidden services. If you just want to set up a hidden service, you don't really need this.

lua prosody xmpp im servers modules tor hiddenservice proxy
page 1 / 2
4980 links, including 377 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn