Mostrando las entradas con la etiqueta desarrollo. Mostrar todas las entradas

Terminator - Multiterminals on the same window

Una de las herramientas más importantes y poderozas dentro de los sistemas operativos basados en UNIX, sin duda es la linea de comandos. El uso de la terminal resulta muy común y extremadamente útil para los administradores de sistemas y usuarios con la necesidad de adentrarse mas allá de donde las GUI's les permiten.

Esto suele llevarnos a la necesidad de tener multiples instancias de terminales abiertas para poder realizar varias tareas a la vez, dentro de los ambientes gráficos existen numerosos emuladores de terminales tales como: gnome-terminal, konsole, xterm, etc. que aunque nos permiten tener acceso a la linea de comandos, suelen limitarnos a trabajar en una terminal por ventana.

Desde hace algún tiempo atrás conocí Multi Genome Termina (MGT) el cual me parecía una excelente herramienta ya que me permitia tener varias instancias de gnome-terminal habiertas en una misma ventana, lamentablemente el proyecto ha sido abandonado al parecer, así es que pense en crear algo similar utilizando pygtk y python-vte pero al comenzar a documentarme y planear como realizar el proyecto, me encontre con que lo que yo tenia pensado hacer ya estaba hecho, así fue como conocí Terminator que es un proyecto muy activo cuyo objetivo es el mismo que yo me tenia planteado realizar para la creación de una aplicacion que me permitiera tener varias instancias de gnome-terminal en una misma ventana.

Anexo el archivo de configuración del Mack para el uso de transparencias ;-)

archivo $HOME/.config/terminator/config

font = Monospace 10
background_color = #000000
foreground_color = #00FF00
scrollback_lines = '5000' 
cursor_blink = True
background_type = "transparent"
background_darkness = 0.75 
enable_real_transparency = True
close_button_on_tab = False

Posted in , , , , , | Leave a comment

  • Mi propio servidor CVS

    Para aprobechar el tiempo que tengo porque mi maquina esta en reparación me puse a configurar algunas cosas en mi server para ir cubriendo los objetivos por los cuales lo monté y para ello me puse a configurar el CVS que es una de las mejores herramientas que uno como programador puede tener. Esto lo hice siguiendo el tutotial de Federico - "¡#$@%! ¿Qué hice? (Control de versiones con CVS)" donde explica como funciona el CVS y como implementarlo de una manera muy básica y sencialla, lo cual resulto más que perfecto para mi.

    La idea con esto es irme involucrando cada vez más con un sistema de trabajo más profesional, además de poder ir guardando los proyectos personales en el (que esperemos que sean varios). Por otra parte si alguien de los cuates esta interesado en hacer uso de este servicio y como dije antes solo haganmelo saber y ya esta.

  • Un viaje en el tiempo

    Hoy me encontre también algo que considero digno de compartise, checando el servicio de google groups me encontre el comunicado original de Richard Stallman donde anuncia la creación del Sistema GNU un momento historico sin lugar a duda.

    Saben siempre me he imaginado como pudieron haber sido esos momentos que hacen mella en la historia y ser parte de ella además de trasender junto con todo ese momento.

    Este es el mensaje original:

       Newsgroups: net.unix-wizards, net.usoft
       From: RMS@MIT...@mit-eddie.UUCP (Richard Stallman) - Find messages by this author
       Date: Tue, 27-Sep-83 13:35:59 EDT
       Local: Tues, Sep 27 1983 12:35 pm
       Subject: new UNIX implementation
    
       Free Unix!
    
       Starting this Thanksgiving I am going to write a complete
       Unix-compatible software system called GNU (for Gnu's Not Unix), and
       give it away free to everyone who can use it.  Contributions of time,
       money, programs and equipment are greatly needed.
    
       To begin with, GNU will be a kernel plus all the utilities needed to
       write and run C programs: editor, shell, C compiler, linker,
       assembler, and a few other things.  After this we will add a text
       formatter, a YACC, an Empire game, a spreadsheet, and hundreds of
       other things.  We hope to supply, eventually, everything useful that
       normally comes with a Unix system, and anything else useful, including
       on-line and hardcopy documentation.
    
       GNU will be able to run Unix programs, but will not be identical
       to Unix.  We will make all improvements that are convenient, based
       on our experience with other operating systems.  In particular,
       we plan to have longer filenames, file version numbers, a crashproof
       file system, filename completion perhaps, terminal-independent
       display support, and eventually a Lisp-based window system through
       which several Lisp programs and ordinary Unix programs can share a screen.
       Both C and Lisp will be available as system programming languages.
       We will have network software based on MIT's chaosnet protocol,
       far superior to UUCP.  We may also have something compatible
       with UUCP.
    
       Who Am I?
    
       I am Richard Stallman, inventor of the original much-imitated EMACS
       editor, now at the Artificial Intelligence Lab at MIT.  I have worked
       extensively on compilers, editors, debuggers, command interpreters, the
       Incompatible Timesharing System and the Lisp Machine operating system.
       I pioneered terminal-independent display support in ITS.  In addition I
       have implemented one crashproof file system and two window systems for
       Lisp machines.
    
       Why I Must Write GNU
    
       I consider that the golden rule requires that if I like a program I
       must share it with other people who like it.  I cannot in good
       conscience sign a nondisclosure agreement or a software license
       agreement.
    
       So that I can continue to use computers without violating my principles,
       I have decided to put together a sufficient body of free software so that
       I will be able to get along without any software that is not free.
    
       How You Can Contribute
    
       I am asking computer manufacturers for donations of machines and money.
       I'm asking individuals for donations of programs and work.
    
       One computer manufacturer has already offered to provide a machine.  But
       we could use more.  One consequence you can expect if you donate
       machines is that GNU will run on them at an early date.  The machine had
       better be able to operate in a residential area, and not require
       sophisticated cooling or power.
    
       Individual programmers can contribute by writing a compatible duplicate
       of some Unix utility and giving it to me.  For most projects, such
       part-time distributed work would be very hard to coordinate; the
       independently-written parts would not work together.  But for the
       particular task of replacing Unix, this problem is absent.  Most
       interface specifications are fixed by Unix compatibility.  If each
       contribution works with the rest of Unix, it will probably work
       with the rest of GNU.
    
       If I get donations of money, I may be able to hire a few people full or
       part time.  The salary won't be high, but I'm looking for people for
       whom knowing they are helping humanity is as important as money.  I view
       this as a way of enabling dedicated people to devote their full energies to
       working on GNU by sparing them the need to make a living in another way.
    
       For more information, contact me.
       Arpanet mail:
         R...@MIT-MC.ARPA
    
       Usenet:
         ...!mit-eddie!RMS@OZ
         ...!mit-vax!RMS@OZ
    
       US Snail:
         Richard Stallman
         166 Prospect St
         Cambridge, MA 02139 
    

Posted in , , | 1 Comment
Con tecnología de Blogger.

Search

Swedish Greys - a WordPress theme from Nordic Themepark. Converted by LiteThemes.com.