List directory contents.
ファイルls -lah
開発者ツール
開発データ、コード、検索作業に使えるブラウザツールです。
List directory contents.
ファイルls -lah
Show the current working directory.
ファイルpwd
Copy files or directories.
ファイルcp -r src backup
Move or rename files.
ファイルmv app.log logs/app.log
Remove files or directories.
ファイルrm old.log
Create a file or update its timestamp.
ファイルtouch notes.txt
Search text patterns.
検索grep -R "error" /var/log
Find files and directories.
検索find . -type f -name "*.ts"
Change permissions.
Permissionschmod 755 script.sh
Change file owner or group.
Permissionssudo chown user:group file.txt
List processes.
プロセスps aux
Monitor system processes.
プロセスtop
Control systemd services.
システムsudo systemctl restart nginx
Read systemd logs.
Logsjournalctl -u nginx -f
Show and manage network interfaces.
ネットワークip addr
Inspect sockets and listening ports.
ネットワークss -tulpn
Print file contents.
ファイルcat /etc/os-release
View file contents page by page.
ファイルless app.log
Show the end of a file and optionally follow updates.
Logstail -f /var/log/syslog
Show the beginning of a file.
ファイルhead -n 20 app.log
Show file or directory disk usage.
ディスクdu -sh .
Show filesystem disk usage.
ディスクdf -h
Create or extract tar archives.
Archivetar -czf archive.tar.gz folder
Create zip archives.
Archivezip -r site.zip public
Extract zip archives.
Archiveunzip site.zip
Make HTTP requests.
ネットワークcurl -I https://example.com
Download files from the web.
ネットワークwget https://example.com/file.zip
Test connectivity to a host.
ネットワークping example.com
Trace network route to a host.
ネットワークtraceroute example.com
Manage packages on Debian and Ubuntu systems.
Packagessudo apt install nginx
Manage packages on Fedora and related systems.
Packagessudo dnf install nodejs
Manage Docker containers and images.
Containersdocker ps
Edit scheduled cron jobs.
システムcrontab -e
ツールガイド
開発データ、コード、検索作業に使えるブラウザツールです。 結果を使用する前に確認するための、簡単な手順を説明します。
まず短い機密性のない例で結果を確認してから、最終的なコンテンツで同じ操作を行ってください。
FAQ
開発データ、コード、検索作業に使えるブラウザツールです。
Linuxコマンド を開き、処理する入力データのコピーを準備します。 ツールで求められるファイル、テキスト、または値を入力します。 目的に合う設定を選び、処理を開始します。 コピー、ダウンロード、共有の前に結果を確認します。
使用前に出力を読み直し、プレビューまたはテストしてください。
いいえ。NovaKit のツールはアカウントなしで直接使用できます。
NovaKit のツールはブラウザ内での利用を想定しています。処理する権限のあるデータだけを使用してください。
元のデータを保持し、重要な結果は意思決定や最終文書に使う前に確認してください。
まず短い機密性のない例で結果を確認してから、最終的なコンテンツで同じ操作を行ってください。
利用できるコピー、ダウンロード、印刷、エクスポート機能を使い、確認が終わるまで元の入力を保持してください。
関連ツール