Linux, Server Setup, Networking

bashのhistoryを強化するおすすめ設定

When working daily in the terminal on Linux or macOS, the “history” feature for recalling previously exec ...

Linux, Server Setup, Networking

find で見つけた mp3 ファイルを一か所にまとめて移動する方法【スペース・日本語ファイル名にも対応】

You might want to gather various `.mp3` files—such as music or recordings—into a single location, ignoring the existi ...

Linux, Server Setup, Networking

ProxyJumpで多段SSHポートフォワード

In secure network environments, SSH port forwarding is extremely useful for safely accessing internal servers. When y ...

Linux, Server Setup, Networking

rsyncで簡単データバックアップ:進行状況を確認しながら安全に行う方法

Today, I’d like to talk about “rsync,” a handy tool for data backing up. rsync is a command-line to ...