Tips on Wajig

Posted on Mar 07, 2014 in OS • Tagged with Wajig, Linux, package management, tips

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

apt and aptitude are preferred to wajig.

Wajig on Debian Wiki

  1. You can type enter the CLI of wajig by typing wajig in terminal, so that you …

Continue reading

Cool Shell/Terminal Commands

Posted on Sep 18, 2012 in OS • Tagged with shell, terminal, Linux

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Fish Shell is preferred to Bash/Zsh. The following content is for Bash/Zsh only.

Bash Reference Manual

ExplainShell

Seeking Help

The best way to seek for …


Continue reading

Tips on Bash Completion

Posted on May 06, 2025 in Computer Science • Tagged with Computer Science, programming, shell, bash, completion, complete

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Fish Shell is preferred to Bash/Zsh. The following content is for Bash/Zsh only.

It is suggested that you use the fish shell instead of the …


Continue reading

Powershell on Windows for GitHub Actions

Posted on Nov 23, 2025 in Computer Science • Tagged with Computer Science, programming, GitHub Actions, CICD, development, Windows, PowerShell

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

PowerShell on Windows

Set PATH

echo "::add-path::./swigwin-4.0.1"

echo %programfiles% echo ::set-env name=ProgramFilesPath::%programfiles%

https://stackoverflow.com/questions/60169752/how-to-update-the-path-in-a-github-action-workflow-file-for-a-windows-latest-hos

https://docs.github.com …


Continue reading

Fix Shell Commands Using fc

Posted on Jul 06, 2025 in Computer Science • Tagged with Computer Science, programming, shell, command, bash, zsh, fc

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Fish Shell is preferred to Bash/Zsh. The following content is for Bash/Zsh only.

fzf.history is a better alternative to fc's core functionality (edit …


Continue reading

Editing Shell Commands Using Vim

Posted on Jul 22, 2024 in Computer Science • Tagged with Computer Science, programming

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Fish Shell is preferred to Bash/Zsh. The following content is for Bash/Zsh only.

  1. A bash prompt can be editted in both Vi mode and Emacs …


Continue reading