Benutzer:Hunchback/Debian und dann
Debian... und dann?
Oder: Tools an die man sich einfach gewöhnt hat
Da tasksel in den meisten Fällen keine zufriedenstellende Auswahl an Paketen trifft, hier eine Liste zum manuellen Installieren auf ein frisches Debian-(basiertes) System.
| ALWAYS | |
| screen | terminal multiplexor with VT100/ANSI terminal emulation |
| ttyrec | Terminal interaction recorder and player (for tty) |
| vim | Vi IMproved - enhanced vi editor |
| less | pager program similar to more |
| pv | Shell pipeline element to meter data passing through |
| tcs | character set translator |
| lsof | List open files |
| htop | interactive processes viewer |
| findutils | utilities for finding files--find, xargs |
| file | Determines file type using "magic" numbers |
| memstat | Identify what's using up virtual memory |
| psmisc | utilities that use the proc file system |
| unzip | De-archiver for .zip files |
| unrar | Unarchiver for .rar files (non-free version) |
| subversion | Advanced version control system |
| tidy | HTML syntax checker and reformatter |
| screen ttyrec vim less pv tcs lsof htop findutils file memstat psmisc unzip unrar subversion tidy | |
| DISK | |
| hdparm | tune hard disk parameters for high performance |
| dosfstools | utilities for making and checking MS-DOS FAT filesystems |
| convmv | filename encoding conversion tool |
| locate | maintain and query an index of a directory tree |
| e2fsprogs | ext2/ext3/ext4 file system utilities |
| kpartx | create device mappings for partitions |
| hdparm dosfstools convmv locate e2fsprogs kpartx | |
| NETWORK | |
| netcat6 | TCP/IP swiss army knife with IPv6 support |
| rsync | fast remote file copy program (like rcp) |
| wget | retrieves files from the web |
| traceroute | Traces the route taken by packets over an IPv4/IPv6 network |
| iptraf | Interactive Colorful IP LAN Monitor |
| arping | sends IP and/or ARP pings (to the MAC address) |
| iputils-ping | Tools to test the reachability of network hosts |
| iproute | networking and traffic control tools |
| rdesktop | RDP client for Windows NT/2000 Terminal Server |
| snmp | SNMP (Simple Network Management Protocol) applications |
| tcpdump | A powerful tool for network monitoring and data acquisition |
| telnet | The telnet client |
| dnsutils | Clients provided with BIND |
| irssi | terminal based IRC client |
| netcat6 rsync wget traceroute iptraf arping iputils-ping iproute rdesktop snmp tcpdump telnet dnsutils irssi | |
| WIRELESS | |
| wireless-tools | Tools for manipulating Linux Wireless Extensions |
| wireless-tools | |
| BOFH | |
| makepasswd | Generate and encrypt passwords |
| pwgen | Automatic Password generation |
| makepasswd pwgen | |
| COMPILE/PROGRAMMING | |
| g++ | The GNU C++ compiler |
| make | An utility for Directing compilation. |
| autoconf | automatic configure script builder |
| automake | A tool for generating GNU Standards-compliant Makefiles |
| patch | Apply a diff file to an original |
| strace | A system call tracer |
| ltrace | Tracks runtime library calls in dynamically linked programs |
| g++ make autoconf automake patch strace ltrace | |