Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the all-in-one-seo-pack domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/yuki/argontown/wordpress/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wpforms-lite domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/yuki/argontown/wordpress/wp-includes/functions.php on line 6114

Notice: 関数 _load_textdomain_just_in_time が誤って呼び出されました。cocoon ドメインの翻訳の読み込みが早すぎました。これは通常、プラグインまたはテーマの一部のコードが早すぎるタイミングで実行されていることを示しています。翻訳は init アクション以降で読み込む必要があります。 詳しくは WordPress のデバッグをご覧ください。 (このメッセージはバージョン 6.7.0 で追加されました) in /home/yuki/argontown/wordpress/wp-includes/functions.php on line 6114
コマンド一覧系 - Argon Town Blog

コマンド一覧系

How-to_手順系

rsync 大量のファイルをコピーしたい(Mac)

大量のファイルが入ったフォルダを別の場所へコピーしたいとき、普通にFinderからドラッグアンドドロップでコピーしようとすると、「コピーの準備中」が表示され延々と時間がかかることがあります。rsyncコマンドを使用してディレクトリを同期する...
コマンド一覧系

ffmpegのコマンド一覧

よく使うコマンド一覧コマンド例説明$ ffmpeg -versionバージョンを表示$ ffmpeg -i input.mp4 output.avi動画の変換$ ffmpeg -i input.mp4 -vn output.mp3音声の抽出...
コマンド一覧系

Docker コマンド一覧

コンテナコンテナを起動(例:ubuntuイメージで起動)$ docker run ubuntuオプション$ docker run -d -P --name nnnn ubuntu-d:ターミナルのデタッチ-p 8080:80:ポートを指定-...
コマンド一覧系

Vimのショートカット一覧

Vimは、テキストエディタの一種であり、コマンドラインから使用することができます。このエディタは、LinuxやUnixなどのオペレーティングシステムで一般的に使用されています。Vimの起動方法Vimを起動するには、ターミナルを開き、以下のコ...
コマンド一覧系

よく使うLinuxコマンド一覧

ファイル操作コマンドls: ファイルやディレクトリの一覧を表示する。cd: カレントディレクトリを変更する。mkdir: ディレクトリを作成する。cp: ファイルをコピーする。mv: ファイルを移動する。rm: ファイルを削除する。権限を操...