Linux: November 2004 Archives

Linux open consoles without login

| | Comments (0)

Only 1 console
edit /etc/inittab
1:2345:respawn:/bin/bash
(this way only work for 1 console, 2 or more consoles not work)

Multi-consoles (reference from KNOPPIX)
edit /etc/inittab
1:12345:respawn:/bin/bash -login >/dev/tty1 2>&1 </dev/tty1
2:2345:respawn:/bin/bash -login >/dev/tty2 2>&1 </dev/tty2
3:2345:respawn:/bin/bash -login >/dev/tty3 2>&1 </dev/tty3
.
.
.

Pank 常用軟體 Top 20 (Linux 版)

| | Comments (0)

本列表不包含 /bin 或 /usr/bin 下的基本工具、及 Server 程式 (如 Apache)
大致上是以使用頻率高低排列

1. Joe http://sourceforge.net/projects/joe-editor/

最每天必用編輯器, 3.0 後新增許多不錯的功能 使用版本: 3.1

2. RXVT http://sourceforge.net/projects/rxvt/

X 下最常用的 console 軟體 使用版本: 2.7.10

3. OpenSSH http://www.openssh.org

使用 ssh 來連各個主機 使用版本 3.9p1

Pages

March 2008

Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          

About this Archive

This page is a archive of entries in the Linux category from November 2004.

Linux: October 2004 is the previous archive.

Linux: December 2004 is the next archive.

Find recent content on the main index or look in the archives to find all content.