タグ

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

タグの絞り込みを解除

ネタとUNIXに関するmickey24のブックマーク (4)

  • UNIX系OSのサーバに対するイタズラ集 - yuyarinの日記

    随時追加 ターミナルを立ち上げたまま席を離れるとマシンにイタズラされることがよくある.とはいえシャレにならないイタズラはしても笑えないので,基的には教育的に効果があって被害の出ないものしか実際にはしない. じゃあ,たとえ root じゃなくてもどこまでえげつないことができるのか*1,今回はちょっと考えてみたユーザ権限でできる酷いイタズラを紹介する.対象はリモートログインする UNIX 系 OS を利用しているサーバ,主に Ubuntu である. ls が sl 方法 alias ls=sl sl を期待したという意見が多かったので掲載.掲載しなかったのは sl がインストールされていない環境が多く,インストールには root 権限が必要になるから.後述のバイナリを持ち込んでパスを通す方法を使えばできないことはないかも. エディターが全部 ed 方法 alias nano=ed alias

    UNIX系OSのサーバに対するイタズラ集 - yuyarinの日記
  • SL 改造計画

    mickey24
    mickey24 2009/02/16
    すばらしい…!
  • Hello World! - GNU Project - Free Software Foundation

    by Dennis Lou and others How the way people code “Hello World” varies depending on their age and job: High School/Jr. High 10 PRINT "HELLO WORLD" 20 END First year in College program Hello(input, output) begin writeln('Hello World') end. Senior year in College (defun hello (print (cons 'Hello (list 'World)))) New professional #include <stdio.h> void main(void) { char *message[] = {"Hello ", "World

    mickey24
    mickey24 2008/06/11
    Hello Worldプログラムの書き方についてのジョーク。
  • Ed, man! !man ed- GNU Project - Free Software Foundation (FSF)

    From: Patrick J. LoPresti Subject: The True Path (long) Date: 11 Jul 91 03:17:31 GMT When I log into my Xenix system with my 110 baud teletype, both vi and Emacs are just too damn slow. They print useless messages like, ‘C-h for help’ and ‘“foo” File is read only’. So I use the editor that doesn't waste my VALUABLE time. Ed, man!  !man ed ED(1) Unix Programmer's Manual ED(1) NAME ed - text editor

    mickey24
    mickey24 2008/06/11
    ラインエディタ"ed"のジョークマニュアル。emacsのファイルサイズに笑った。
  • 1