惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
爱范儿
爱范儿
Vercel News
Vercel News
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Martin Fowler
Martin Fowler
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - Franky
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog

Linux.org

PocketBeagle 2 TechLab - Part 1 Arduino Uno Q - LED Matrix - Rain Python Series Part 25: Canvas Widget - Part 2 Proxmox VE Series Part 5: Windows Virtual Machine PocketBeagle 2: Setup, Imaging, and Internet Access Orange Pi 6 Plus and Pimox 8.4.10 Arduino UNO Q: A Debian Linux Board for Headless Projects R36Pro Handheld with Linux ArkOS The Linux.org Story Python Series Part 25: Canvas Widget - Part 1: The Canvas and Its Drawable Objects Proxmox 04 - Linux Virtual Machine Banana Pi R4 (BPI-R4) - DHCP for Multiple Subnets Run Windows Apps on Linux with WinBoat Getting Started with the Radxa X5 SBC on Linux Python Series Part 23: Text Widget - Part 1 Proxmox VE Series Part 3: Basic Configuration Banana Pi R4 (BPI-R4) Python Series Part 23: Text Widget - Part 1 Proxmox VE Series Part 2: Installing Proxmox
IRC is back on linux.org
invalid@example.com (Rob) · 2026-08-20 · via Linux.org

Rob

Administrator

I set up an IRC server this week. irc.linux.org, port 6697, TLS.

Main channel is #linux. There are also some other channels that have been created.

NickServ and ChanServ are both running, so you can lock down your nickname and register your own channels:

Code:

/msg NickServ REGISTER <password> <your@email>
/msg ChanServ REGISTER #yourchannel

Once a channel is registered it stays yours, ops and all, even if you're the only one who ever shows up.

If you haven't touched IRC in fifteen years, nothing has changed,. apt install hexchat or apt install irssi, connect, join, type.

Channels are open for the taking. Distro channels, project channels, whatever you want to run. Grab them before somebody else does.

Last edited:



If you haven't touched IRC in fifteen years, nothing has changed,. apt install hexchat or apt install irssi, connect, join, type.

I'm getting the following error.

Code:

zsh: command not found: apt

irc must be broken then? ;) :)

I set up an IRC server this week. irc.linux.org, port 6697, TLS.

Main channel is #linux.org.

NickServ and ChanServ are both running, so you can lock down your nickname and register your own channels:

Code:

/msg NickServ REGISTER <password> <your@email>
/msg ChanServ REGISTER #yourchannel

Once a channel is registered it stays yours, ops and all, even if you're the only one who ever shows up.

If you haven't touched IRC in fifteen years, nothing has changed,. apt install hexchat or apt install irssi, connect, join, type.

Channels are open for the taking. Distro channels, project channels, whatever you want to run. Grab them before somebody else does.

I Never really even used (Or even know how to!) IRC Services before.
Any Tips?

Thanks but I don't think I'll hang on IRC.
I've used it only once on debian channels and found IRC to be really belonging to history and to garage hackers.

Search and find a client that works for you.

IRC (Internet Relay Chat) is much older than you are. It started in the late 1980s and was quite popular at the time. Newsgroups were another thing, but I digress.

A client will make it obvious what you need to do, more or less. You may need to do some searching on your own, but it's straightforward. It is still used by many open-source projects.

chanserve deals with managing channels. nickserve deals with managing usernames. There's a set of commands for both, but you only 'need' nickserve. Then, you only really need that to change, register, and ghost your username. If you don't care about those things, you can ignore them. It's not like the channel is going to get so popular that people are in there impersonating other people.

As for me, I lack the free time to do any IRC stuff right now. I'll be pretty busy for a while longer.

As for me, I lack the free time to do any IRC stuff right now.

Same - I'm excited by the news and hopeful for it's future, I just have so much going on right now.