- debianの検索結果
- 一般ブログ
- ブログ記事
ブログ記事
- 人気記事
- 新着記事
112件中 101-110件を表示
- すべてのユーザー
- env commandの基礎的な使い方2024年08月31日モモクラコンピューターサイエンスsakaimasaki@debian:~$ env <------変更した環境でプログラムを実行するコマンドSHELL=/bin/bashSESS・・・
- cat /etc/passwdを調べる2024年08月27日モモクラコンピューターサイエンス・・・、従来から、システムにアクセス権のあるすべての登録済みユーザーを追跡するのに使用されます。sakaimasaki@debian:~$ cat /e・・・
- strace commandでHello World!のsystem callを追ってみます2024年08月25日モモクラコンピューターサイエンスsakaimasaki@debian:~/ダウンロード$ emacs hello.c#include <stdio.h>int main()・・・
- kernelの一部50-depmod.installの内訳2024年08月24日モモクラコンピューターサイエンスsakaimasaki@debian:/usr/lib/kernel/install.d$ cat 50-depmod.install#!/bin/sh・・・
- debian 12におけるvariablesの表示と簡単なスクリプトの作成2024年08月23日モモクラコンピューターサイエンスsakaimasaki@debian:~$ salutation=Hello <-------variablesの表示sakaimasaki@de・・・
- debian 12のstandard system librariesとkernelを見る2024年08月21日モモクラコンピューターサイエンス・・・braryは、通常静的な共有されたformatとして存在し、/usr/libに表示される。sakaimasaki@debian:/usr/lib$・・・
- debian 12のheader filesはどこにあるか2024年08月18日モモクラコンピューターサイエンス・・・uot; headerの中で利用可能なlibrary functionsとなっています。 sakaimasaki@debian:/usr/incl・・・
- debian 12のsystem administration programs2024年08月17日モモクラコンピューターサイエンスdebian 12 bookwormにroot loginした際に使用されるプログラムです。sakaimasaki@debian:/$ cd /sbin・・・
- debian12のメモリ管理2024年08月13日モモクラコンピューターサイエンスsakaimasaki@debian:~$ free total used free ・・・
- linux system programmingの概要2024年08月05日モモクラコンピューターサイエンス・・・ドできませんが、linuxではそれが可能です。さらに他のOSでは得られないハッキングツールもあるからです。以下は、debian 12のpackag・・・