タグ

UNIXに関するmaangieのブックマーク (68)

  • Cool, but obscure unix tools

    Hello, I’m Kristof, a human being like you, and an easy to work with, friendly guy. I've been a programmer, a consultant, CIO in startups, head of software development in government, and built two software companies. Some days I’m coding Golang in the guts of a system and other days I'm wearing a suit to help clients with their DevOps practices. A little collection of cool unix terminal/console/cu

    maangie
    maangie 2015/01/13
    Emacs & vim はともかく、byobu もかー。
  • これは強力! AWKとパイプの新しい関係 ~ 時刻を取得する関数、Socket通信、双方向パイプ

    CodeZine編集部では、現場で活躍するデベロッパーをスターにするためのカンファレンス「Developers Summit」や、エンジニアの生きざまをブーストするためのイベント「Developers Boost」など、さまざまなカンファレンスを企画・運営しています。

    これは強力! AWKとパイプの新しい関係 ~ 時刻を取得する関数、Socket通信、双方向パイプ
    maangie
    maangie 2015/01/03
  • chatty: a chatty tty

    What's chatty? chatty displays chatty messages in the title bar of your tty according to your input strings. Screenshots Usage Run chatty command with a message dictionary. % chatty chatty-dict.en Download chatty is a free software under the terms of the BSD Licence. chatty-0.1.tar.gz (About 9 KB)

  • コマンドラインツールについて語るときに僕の語ること #yapcasia

    http://yapcasia.org/2014/talk/show/b49cc53a-027b-11e4-9357-07b16aeab6a4

    コマンドラインツールについて語るときに僕の語ること #yapcasia
    maangie
    maangie 2014/08/30
  • 取っ掛かりを網羅したUNIX入門書 L'eclat des jours(2014-03-23)


    _ Dart Dart  JavaScriptJavaC# C#Java(x, y) => x * y EclipseIDE finalOKTODO:varJavaScript便 
    maangie
    maangie 2014/03/24
  • またssh -ttの出番 - jarp,

    ■ code golf - String of alphanumeric characters to a sorted list of comma-separated ranges このRubyの解なんだけど、与えられた文字以外を改行($/)に変換するという発想がすばらしい。 puts [*?0..?Z].join.tr('^ABC321STPpJqZZr0'.upcase,' ').gsub(/\B\w+\B/,?-).scan(/\S+/)*', ' puts [*?0..?Z].join.tr('^ABC321STPpJqZZr0'.upcase,$/).gsub(/\B\w+\B/,?-).scan(/.+/)*', ' puts [*?0..?Z].join.tr('^ABC321STPpJqZZr0'.upcase,$/).gsub(/\B.+\B/,?-).scan(/.+/

    maangie
    maangie 2014/02/23
  • Unixに関するいろいろな略称とその意味 - UNIX的なアレ


     UnixOSSchooUnix  UNIX :Mike GancarzAmazon LinuxMacUnix     usr User Services and Routines User var Variable tmp Tempor
    Unixに関するいろいろな略称とその意味 - UNIX的なアレ
    maangie
    maangie 2014/01/14
    「tee (T字パイプから)」てのもわかりにくい。「ping」は洒落なんだろう。「ECHO」プロトコルなんだから。できすぎ。
  • iptables パケットフィルタリングとネットワークアドレス変換(NAT)


    iptablesLinux(NAT)iptablesIPv4iptablesIPv6ip6tablesiptablesOSI3()2()ebtables使 iptables iptablessusudo使 IPv4iptables service iptables start IPv6iptables service ip6tables start IPv4iptables
  • The Silver Searcher のビルド手順 for gnupack - Secondary Storage


     find & grep  `The Silver Searcher'  使 `The Silver Searcher' ag 2013/03/30 agThe "Silver" Searcher   Windows 7 Professional SP1 64bit gnupack 11.00 devel GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-12-08 on GNUPACK ag $ git clone git://github.com/g
    The Silver Searcher のビルド手順 for gnupack - Secondary Storage
    maangie
    maangie 2013/12/05
  • Man page of PS


    Section: Linux User's Manual (1) Updated: July 28, 2004 Index JM Home Page roff page  ps -   ps [options] ps   top(1) 使 ps 1 UNIX  2 BSD 使 3 GNU   
  • zsh の分かりにくい記号、用語のまとめ - Qiita


    zsh Advent Calendar 便使  Advent Calendar 便 Tips    (N-/)  調調  zsh 
    zsh の分かりにくい記号、用語のまとめ - Qiita
    maangie
    maangie 2012/12/26
  • scpで大容量ファイルをresumeありで転送 | Tips Note by TAM


      $ rsync -av -e ssh --progress --partial --append   rsync使rsync 調 --bwlimit --rsync-path   nohup $ nohup rsync -av -e ssh --progress --partial --append   2.Ctrl + z 3.job $ jobs -l 4.job job1 $ bg 1 job $ j
    scpで大容量ファイルをresumeありで転送 | Tips Note by TAM
    maangie
    maangie 2012/12/18
    「rsync -av -e ssh --progress --partial --append srchost:tmp/foo.tar .」みたいな感じ。
  • FreeBSD.org intrusion announced November 17th 2012

    From: FreeBSD Security Officer <security-officer@FreeBSD.org> To: FreeBSD Security <FreeBSD-security@FreeBSD.org> Bcc: freebsd-announce@freebsd.org, freebsd-security-notifications@FreeBSD.org Reply-To: secteam@FreeBSD.org Subject: Security Incident on FreeBSD Infrastructure On Sunday 11th of November, an intrusion was detected on two machines within the FreeBSD.org cluster. The affected machines w

    FreeBSD.org intrusion announced November 17th 2012
    maangie
    maangie 2012/11/18
  • crontab -e は「絶対に」使ってはいけない - ろば電子が詰まつてゐる


    crontab -ecron crontab -r crontabr(Remove) macbook:~ ozuma$ crontab -l 15 * * * * /home/ozuma/bin/hoge.sh 0 9 1 * * /home/ozuma/bin/piyo.sh > /dev/null 2>&1 */5 * * * * /home/ozuma/bin/fuga.sh > /dev/null 2>&1macbook:~ ozuma$ crontab -r macbook:~ ozuma$ crontab -l crontab: no crontab for ozuma macbo
    crontab -e は「絶対に」使ってはいけない - ろば電子が詰まつてゐる
    maangie
    maangie 2012/07/26
  • サービス終了のお知らせ


     Yahoo! JAPAN  Yahoo! JAPAN
    maangie
    maangie 2012/06/28
  • ホストOSとゲストOSでファイルを共有する方法 on VirtualBox - EAGLE 雑記


    VirtualBox  Guest Additions  OS Mac OS X OS LinuxOS UNIX  OS VirtualBox VM  ->  OS   /opt/local/vbox  share  OS % sudo mkdir /mac % sudo mount.vboxsf share /mac  /mac  
    ホストOSとゲストOSでファイルを共有する方法 on VirtualBox - EAGLE 雑記
  • さかなのぺんぎん的日記 » 変態キーバインドに挑戦


    Gentoo Linux ('A`)   Enter Ctrl +  Ctrl + HJKL  使 Windows 使  Enter        
    maangie
    maangie 2011/11/30
  • UNIXを学びながら笑ったものいろいろ - 狐の王国


    id:elm200elm200UNIX UNIX SL(1) UNIXlsslSL!!^H^H sl (Masashi Toyoda and SL command) SL
    UNIXを学びながら笑ったものいろいろ - 狐の王国
    maangie
    maangie 2011/11/12
  • UNIXの部屋 コマンド検索: xmodmap


    xmodmap -pke  keycode ()  keysym ()  % xmodmap -pke keycode 9 = Escape keycode 10 = 1 exclam keycode 11 = 2 at keycode 12 = 3 numbersign keycode 13 = 4 dollar () keycode 24 = q Q keycode 25 = w W keycode 26 = e E () keycode 100 = Left keycode 102 = Right keycode  keycode keysym 
    UNIXの部屋 コマンド検索: xmodmap
    maangie
    maangie 2011/11/12
  • 最初に覚えるべきプログラミング言語って? | quipped


     C JavaScript Python MatzRuby Haskell... RubyHaskellPHP1
    maangie
    maangie 2011/11/08
    最初に覚えるのはLISP。エディタのカスタマイズのために使い、それにしか使わなない。ケン・トンプソン。デニス・リッチー。trの使い方がいまいち判らない。