How to be light

Există multe feluri de a fi light, dar eu am să scriu în continuare despre cum poți să fii light folosind o serie de aplicații mici și rapide în linux.

0) SLiM – Simple Login Manager

SLiM is a Desktop-independent graphical login manager for X11, derived from Login.app.

It aims to be light and simple, although completely configurable through themes and an option file; is suitable for machines on which remote login functionalities are not needed. Features included:


1) Openbox

Este mic, rapid, foarte bine documentat și extrem de configurabil. Da, trebuie să editezi fișiere de configurare, un xml pentru meniu, un xml pentru setările openbox (se poate defini aproape orice acțiune pentru aproape orice combinație de taste) și un script unde pe cîte o linie se adaugă programele care trebuie să pornească odată cu openbox. Dar e ușor dacă citești documentația.

Citiți getting started.

2) Xterm

Dintre toate terminalele pe care le-am încercat, impresia mea este că tot xterm este cel mai rapid. N-am folosit x11perf sau altceva ca să măsor performanțele. Poate fi rapid și poate arăta super bine cu cîteva setări:

Vedem fonturile mono instalate:

master@localhost ~ $ fc-list |grep -i mono
Liberation Mono:style=Regular
Bitstream Vera Sans Mono:style=Bold
DejaVu Sans Mono:style=Bold Oblique
Luxi Mono:style=Bold
Liberation Mono:style=Bold Italic
Nimbus Mono L:style=Bold Oblique
Bitstream Vera Sans Mono:style=Oblique
Luxi Mono:style=Regular
Nimbus Mono L:style=Regular
DejaVu Sans Mono:style=Oblique
Bitstream Vera Sans Mono:style=Bold Oblique
Bitstream Vera Sans Mono:style=Roman
Luxi Mono:style=Oblique
Liberation Mono:style=Bold
Nimbus Mono L:style=Regular Oblique
DejaVu Sans Mono:style=Book
Luxi Mono:style=Bold Oblique
DejaVu Sans Mono:style=Bold
Nimbus Mono L:style=Bold
Liberation Mono:style=Italic

Alegem un font și edităm fișierul ~/.Xresources:

xterm*background: Black
xterm*foreground: Grey
xterm*faceName: Liberation\ Mono
xterm*faceSize: 10
xterm*loginShell: true
xterm*cursorColor: red

Xterm este un terminal fără taburi — oricum nu avem nevoie pentru că folosim screen și adăugăm în ~/.screenrc:

altscreen on
bindkey ^T title
bindkey ^[[5;5~ prev
bindkey ^[[6;5~ next
msgwait 1
caption always ” %d.%m.%Y %c | %-w%{= BW}%50>%n %t%{-}%+w |%<”
shelltitle “new”

Vom putea naviga prin taburi cu ctrl+pgup/pgdown și seta titlul tabului cu ctrl+t.

3) MPD + ncmpcpp

MPD is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by it’s network protocol. For more information, read about what mpd is and is not.

http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki
http://unkart.ovh.org/ncmpcpp/

mpdncmpp

4) Rtorrent
Citiți aici: how to use rtorrent like a pro

5) Burn-cd

Burn-CD is a handy frontend for the well-known cd/dvd writing packages cdrkit & dvd+rw-tools. It’s written in the Python programming language and intended for use on any modern UNIX-like system (such as GNU/Linux OS).

burncd1

Am scris destule dvd-uri cu el și merge perfect. Nu-mi trebuie burner/ripper/encoder/whatever 4 in 1.
Pentru că am…

6) Midnight Commander
Îl mai folosesc ocazional, de exemplu cînd fac cd-uri cu burn-cd. Dacă ai directoarele bine organizate nici măcar nu-ți trebuie dar… e simplu și cu mc: show directory sizes + stable symlinks (într-un director tmp) + cd tmp + burn-cd * + rm -rf tmp. Nice and easy!

http://burn-cd.sourceforge.net/

7) Mirage

Mirage is a fast and simple GTK+ image viewer. Because it depends only on PyGTK, Mirage is ideal for users who wish to keep their computers lean while still having a clean image viewer.

http://mirageiv.berlios.de/


8) Claws mail

Claws Mail is an email client (and news reader), based on GTK+, featuring

Quick response
Graceful, and sophisticated interface
Easy configuration, intuitive operation
Abundant features
Extensibility
Robustness and stability

http://www.claws-mail.org/

9) feh, ImageMagick

Feh e un fel de all-in-wonder image viewer, care însă nu are gui. Feh features

ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

http://www.imagemagick.org/script/index.php

Desigur, înafară de aplicațiile de mai sus, mai folosesc: gvim, gimp, pidgin, x-chat, scid, eboard, firefox, openoffice, mplayer, smplayer, și altele. Dar ca idee, nu-mi trebuie gnome, kde, xfce, nu-mi trebuie nici măcar lxde.

2 thoughts on “How to be light

  1. gray asm

    Salve, scuze da’ citeam ce ai scris si ma interesau 2 chestii. Daca poti raspunde-mi aici, … revin eu mai incolo.
    1) xterm suporta copy-paste ? Copy din firefox, paste in terminal ?
    2) claws-email : suporta import from folders/disk, unde sa zicem am fisiere din open xchange, in formatul in care le salveaza serverul. Si apoi cumva in clientul de email, sa pot deschide atasamanetele ? .doc/.xls cu ooffice

  2. blacketernal Post author

    Salut

    1) Da, suporta (nu poti da right click -> paste dar poti folosi shift+insert sau middle-click)

    2) Nu stiu daca poate importa din open exchange. Poate insa deschide orice tip de atasament (te intreaba ce program extern vrei sa folosesti).

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s