TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

WiFi in the 1980's

2 点作者 megamike11 个月前

1 comment

reify11 个月前
For fun I use an alias to connect wifi with the old dial up connection sounds and to disconnect I use the phone sound from the film matrix.<p>alias wifion=&#x27;nmcli dev wifi connect BSSID &amp;&amp; paplay &quot;path&#x2F;to&#x2F;.wav-file&#x27;<p>for the disconnect sound I use the Matrix phone line disconnect tone;<p>alias wifioff=&#x27;nmcli d disconnect BSSID&#x27; &amp;&amp; paplay &quot;path&#x2F;to&#x2F;.wav-file&#x27;<p>you can use aplay or Paplay<p>dial-up sounds files here:<p><a href="https:&#x2F;&#x2F;www.soundjay.com&#x2F;dial-up-modem-sound-effect.html" rel="nofollow">https:&#x2F;&#x2F;www.soundjay.com&#x2F;dial-up-modem-sound-effect.html</a>