タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

programmingとtipsとunixに関するtuneのブックマーク (2)

  • All commands

    If you need to see a list of the reboots of your system with date and time stamps then on a Linux with systemd you can use (as non-root) the command: journalctl --list-boots This could be useful if you are trying to track when a power outage occurred. An alternative is: /bin/sudo grep "^-" /var/log/boot.log ^ This only shows the boot start date/times while the journalctl command shows a "LAST ENTR

    tune
    tune 2009/02/07
    便利な1ライナーの共有
  • GNU tools

    主に問題を解決する観点から GNU の素晴しい開発ツール群を始めとする 開発ツールについて書き並べてみました。 基的なもの プロセス管理 ps pstree kill killall top ファイル探索 find locate rpm binutils nm c++filt objdump readelf ar ranlib as ld strings strip gprof その他 LD_ 環境変数 ldd strace hexdump expect gcov gdb gcc プリプロセス コンパイル、アセンブル (ソース→オブジェクト) コンパイル (ソース → RTL) コンパイル (RTL 最適化) コンパイル (RTL → アセンブラ) アセンブル リンク 基的なもの さすがに ls とかは省略。 シェル、仮想端末、 X 、エディタ、ブラウザ、メーラ、 make 、スクリプ

    tune
    tune 2007/09/14
    GNUのツール解説
  • 1