这是一个用于在具有网络连接的QEMU上模拟ARM Raspbian操作系统的小指南。我发现大多数资源已过时,依赖断开的链接,并且缺少网络访问步骤,因此我对其进行了审查并简化了流程。长话短说如果你没有’尚未安装QEMU…
类别: OYB软件
使用电视遥控器控制Raspberry Pi
这个小脚本可让您使用常规电视遥控器中的按钮控制Raspberry Pi。用法您可以按遥控器上的以下按钮。行–启动科迪–启动浏览器–更改壁纸(这是我的自定义脚本)–暂停台式机…
列出文件而不停止输入zsh
使用此zsh小部件,您可以列出当前目录中的文件,而不会中断正在键入的命令。用法命中<tab>在任何命令中间。它将在命令行下面列出所有文件。击中<space><tab>在空的命令行上。它将列出目录。击中<space><space><tab>在空的命令行上。它会…
用xcol为标准输出着色
这个小工具会为每个标准参数的标准输入加上不同的颜色。用法xcol模仿了grep的用法,因此您可以将任何标准输出通过管道传递给它。 xcol音频vga pci usb amd ati hdmi以太网radeon amd intel或从文件xcol fpu中读取…
使用gitgot-blob从git存储库中完全删除文件
Usage 吉特 forget-blob file_to_forget Installation Get the script from 的github and make it executable. To do it in one step, paste the following on your terminal sudo wget //raw.githubusercontent.com/nachoparker/git-forget-blob/master/git-forget-blob.sh -O /usr/local/bin/git-forget-blob sudo chmod +x /usr/local/bin/git-forget-blob If you don’t like installing to /usr/local/bin using sudo , just copy 吉特-forget-blob wherever you like. It will work as long …
智能tmux会话
Usage Instead of tmux just type start_tmux Installation Get the code from 的github, and append it to your .zshrc or .bashrc. To do it in one step, paste in zsh wget //raw.githubusercontent.com/nachoparker/smart-tmux-sessions/master/start_tmux.sh -O – >> ~/.zshrc , or in bash wget //raw.githubusercontent.com/nachoparker/smart-tmux-sessions/master/start_tmux.sh -O – >> ~/.bashrc New 贝壳 sessions will automatically start or resume a …