5long's recent timeline updates
5long's repos on GitHub
Python · 45 watchers
forwardable
Porting Ruby's Forwardable module to Python
Lua · 20 watchers
dotfiles
not needed
Shell · 16 watchers
p3wm
Three-way merge .pacnew file
JavaScript · 10 watchers
roil
Project DEAD
VimL · 8 watchers
pytest-vim-compiler
:compiler pytest for Vim
JavaScript · 7 watchers
blive
Utilities for BiliBili live streaming service
VimL · 5 watchers
ragain
Run the same command over and over again in Vim.
JavaScript · 5 watchers
reut
Project DEAD.
Lua · 4 watchers
imdi.nvim
Input Method DBus Integration for Neovim
JavaScript · 3 watchers
caas
Clipboard as a Service
Ruby · 3 watchers
is-arch-broken
Ruby · 2 watchers
5long.github.io
Blog
XC · 2 watchers
xvm-config
Rust · 1 watchers
ouey
1 watchers
sup-wiki
0 watchers
alma-wiki
The AlmaLinux project documentation.
0 watchers
api-workshop
Introductory posts on API design
0 watchers
archweb
Arch Linux website code
Ruby · 0 watchers
bjrubyist
北京Rubyist
Ruby · 0 watchers
c
C is for continue
0 watchers
cachyos-calamares
Shell · 0 watchers
CachyOS-Live-ISO
Shell · 0 watchers
CachyOS-PKGBUILDS
0 watchers
certigo
0 watchers
devdocs
HTML · 0 watchers
distrodiff
Dockerfile · 0 watchers
docker-images
Docker image of Nodejs runtime w/ Docker binary installed
Python · 0 watchers
dockerspawner
Spawns JupyterHub single user servers in Docker containers
JavaScript · 0 watchers
drhac
Unofficial Chrome Extension for Douban.fm
0 watchers
envoy-forwarded-proto
Reproduce a bug of Envoy that overwrites x-forwarded-proto from downstream
0 watchers
firehol
A firewall for humans...
Ruby · 0 watchers
github
Ruby interface to github API v3
JavaScript · 0 watchers
gobili
Keep clicking "go live" for your BiliBili live stream
CSS · 0 watchers
hugo-steam-theme
Port of Tommaso Barbato's Ghost theme Steam to Hugo
Ruby · 0 watchers
izwu
Automate deciding "is it worth a full upgrade for Arch Linux?"
Ruby · 0 watchers
jorm
JavaScript · 0 watchers
jshint
JSHint is a community-driven tool to detect errors in JavaScript code and enforce your team's coding conventions.
JavaScript · 0 watchers
kjua
Dynamically generated QR codes for modern browsers.
Ruby · 0 watchers
local-webapp-presentation
Python · 0 watchers
mailproxy
mailproxy is a simple SMTP proxy. It receives emails through an unencrypted, unauthenticated SMTP interface and retransmits them through a remote SMTP server that requires modern features such as encryption and/or authentication. mailproxy is primarily useful for enabling email functionality in legacy software that only supports plain SMTP.
Ruby · 0 watchers
mina
Really fast deployer and server automation tool.
0 watchers
miniserve
🌟 For when you really just want to serve some files over HTTP right now!
C · 0 watchers
ncursesw-ruby
Ruby bindings to the ncursesw library
0 watchers
neovim
JavaScript · 0 watchers
nestor
Jenkins CLI and Node.js client
JavaScript · 0 watchers
npm-lazy-mirror
A lazy mirroring server for npm
Ruby · 0 watchers
optparse
OptionParser is a class for command-line option analysis.
Shell · 0 watchers
pkgbuilds
Various PKGBUILDs for Archlinux
0 watchers
prefixer
Steam Proton Prefix management tool
Ruby · 0 watchers
puppet
Server automation framework and application
0 watchers
pyinfra
🔧 pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.
Python · 0 watchers
pytest-random
randomize your py.test run
0 watchers
python-poetry
Python Docker images that use poetry for dependency management.
0 watchers
qman
0 watchers
relink-damage
VimL · 0 watchers
ryve
Ryve: Yme's Vim Extension
Go · 0 watchers
shiori
JavaScript · 0 watchers
site
Ruby · 0 watchers
sup
JavaScript · 0 watchers
supmua-dot-org
Vim script · 0 watchers
sw-makers
JavaScript · 0 watchers
talks
A place for 'em all
0 watchers
tldr
📚 Collaborative cheatsheets for console commands
Ruby · 0 watchers
turn
A new look and feel for Test::Unit output -- Test::Unit Reporter (New)
JavaScript · 0 watchers
UglifyJS
JavaScript parser / mangler / compressor / beautifier library for NodeJS
Ruby · 0 watchers
vagrant
Vagrant is a tool for building and distributing virtualized development environments.
Vim script · 0 watchers
vim-imtoggle
VimL · 0 watchers
vim-makegreen
MakeGreen runs make and shows a red or green message bar for success/failure. Speeds the red-green-refactor cycle!
0 watchers
vim-snippets
vim-snipmate default snippets (Previously snipmate-snippets)
Ruby · 0 watchers
w
JavaScript · 0 watchers
workflow-improvement-presentation
Ruby · 0 watchers
wot-tactics
Yet another WoT guide
Ruby · 0 watchers
wot-touhou-crew
5long

5long

V2EX member #48442, joined on 2013-11-01 14:16:53 +08:00
5long's recent replies
这个事 LTS Kernel 的维护者 GKH 专门写了博客: http://kroah.com/log/blog/2018/08/24/what-stable-kernel-should-i-use/
Oct 24, 2019
Replied to a topic by fasling Linux 据说 QQ for Linux 要发新版了
@hymzhek https://makeself.io/ 可以用这个来实现
可以看下原命令的 manpage, 如果支持不输出标题行就最好。

再就是还可以用 ``tail -n +2'' 来实现跳过第一行
用 sshfs 把音频文件所在的目录挂载到本地, 然后再用本地的音频播放器去播放.
1. Arch Linux. 还装了个 Fedora 偶尔进去升个级
2. Arch 有 Reflector: https://wiki.archlinux.org/index.php/Reflector . Fedora 有 fastestmirror 这个 yum plugin, 这个功能在 dnf 里是内置的. 不过这些软件未必实现了 LZ 的工具所实现的功能.
3. 4. 不清楚.
Sep 24, 2019
Replied to a topic by VKMEPR Linux 可以用 shell 脚本实现这个功能吗?
解析结构化的数据,建议用能正确解析这种格式的库,不建议用取巧的办法。在这个例子里要解析 YAML,那么就找个能解析 YAML 的库。比如用 Python 装上 pyyaml https://pyyaml.org/ ,或者用 Ruby 标准库里的 yaml https://ruby-doc.org/stdlib-2.6.4/libdoc/yaml/rdoc/index.html

至于说输出 HTML 的步骤,用模板语言或者自己拼字符串,都随意了。
Sep 24, 2019
Replied to a topic by longkas Linux CentOS 8 有了
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3123 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 03:28 · PVG 11:28 · LAX 20:28 · JFK 23:28
♥ Do have faith in what you're doing.