Updates from July, 2010 Toggle Comment Threads | Keyboard Shortcuts

  • Tomás Augusto Müller 10:23 am on July 30, 2010 Permalink | Reply
    Tags: gnome   

    Terminal Quick Launch 

    Very useful Nautilus plugin:

    nautilus plugin for opening terminals in arbitrary local paths

    nautilus-open-terminal is a proof-of-concept Nautilus extension
    which allows you to open a terminal in arbitrary local folders.

    To install this quick launch to the terminal, simply run:

    sudo apt-get install nautilus-open-terminal

    and restart your gnome session for the change to take effect.

    Afterwards you’ll have a “open terminal” button on your right-click menu anywhere within nautilus or gnome-desktop area.

     
  • Tomás Augusto Müller 5:17 pm on July 27, 2010 Permalink | Reply
    Tags: Technical Debt   

    Technical Debt 

    Some nice tweets from @unclebobmartin about technical debt:

    “Technical debt does not mean bugs and defects. It does not mean messy code. It means intentionally suboptimal structure.”

    http://twitter.com/unclebobmartin/status/17906056084

    “Debt is seldom without intent. Carelessness is intent. Sloppiness is intent. Inadvertent debt is rare when care and neatness are present.”

    http://twitter.com/unclebobmartin/status/17910810392

    “@JayRWren Technical debt _should_ be intentional; like all debt should. Unintentional debt is careless, sloppy, and unprofessional.”

    http://twitter.com/unclebobmartin/status/17911439635

    “Without intent, technical debt becomes technical loss. Careless messes are pure loss, not managed debt. Managed debt yields a net gain.”

    http://twitter.com/unclebobmartin/status/17945135304

     
  • Tomás Augusto Müller 10:56 pm on July 26, 2010 Permalink | Reply
    Tags: firefox, , ,   

    Instalação manual do Java Plugin no Firefox (Ubuntu) 

    Localize o diretório de instalação do Firefox, mais precisamente a pasta “firefox-addons/plugins” (normalmente em: /usr/lib/firefox-addons/plugins).

    A JDK contém o plugin para o browser. Está localizado em:

    <JDK>/jre/lib/i386/libnpjp2.so

    Apenas um plugin do java pode ser utilizado pelo navegador. Portanto elimine qualquer link simbólico que aponte para javaplugin-oji.so e libnpjp2.so.

    Feito isso, crie um link simbólico para o plugin distribuído com a JDK, utilizando o comando abaixo:

    /usr/lib/firefox-addons/plugins$ sudo ln -s <JDK>/jre/lib/i386/libnpjp2.so

    Reinicie o Firefox, e digite about:plugins na barra de endereços. Localize o plugin do java, confirmando a instalação.

     
    • Yves 8:45 am on January 19, 2013 Permalink

      Muito obrigado!!!

  • Tomás Augusto Müller 10:36 pm on July 26, 2010 Permalink | Reply
    Tags: , ,   

    Instalando a Sun JDK 6 no Ubuntu 

    Registro aqui alguns passos para instalação da Sun JDK 6 no Ubuntu (10.04 – lucid), para fins de consulta pessoal. Se foi útil para você, deixe seu registro.

    1. Faça o download do .bin (jdk-6u<version>-linux-i586.bin) no site oficial da Oracle.
    2. Execute o seguinte comando sobre o arquivo: $ chmod a+x jdk-6u<version>-linux-i586.bin
    3. Agora com as devidas permissões configuradas, execute o arquivo: $ ./jdk-6u<version>-linux-i586.bin
    4. Utilizando o comando mv, altere o local dos arquivos extraídos para por exemplo: /usr/local/java/jdk<version>
    5. Crie um link simbólico para este diretório. Ex: /usr/local/java$ ln -s jdk<version>/ jdk
    6. Exclua o arquivo .bin

    Configurar a variável de ambiente $JAVA_HOME:

    Abra o arquivo ~/.profile com o editor de sua preferência e adicione no final do arquivo:

    JAVA_HOME=/usr/local/java/jdk
    export JAVA_HOME
    
    PATH="$JAVA_HOME/bin:$PATH"

    obs.1: repare na utilização do link simbólico na variável de ambiente JAVA_HOME
    obs.2: para executar alguns dos comandos listados serão necessárias permissões de super usuário.

     
  • Tomás Augusto Müller 9:38 pm on July 12, 2010 Permalink | Reply
    Tags:   

    Returning, again. 

    Ok! I’m back to wordpress.com. After experimenting Blogger as my blogging platform, I have to say: it sucks!

    Some cons of Blogger that I remember now:

    1. Bad text editor. No way! Even draft.blogger.com doesn’t compete with WordPress.
    2. Lack of good templates and themes.
    3. Invalid markup in themes (use of invalid namespaces).
    4. SEO friendly URL structure not available in Blogger.

    Pros when compared with wordpress.com:

    1. Source coding editing.
    2. Integration with Google Services like Analytics and AdSense.

    Right now, I don’t need to edit source code, or AdSense campaigns. So, wordpress.com fits very well to my purposes.

    Welcome back home!

     
    • arun 3:46 am on July 13, 2010 Permalink

      u want ur website at top of the major search engine like Google,yahoo,MSN.etc..click the link and get a free quote now Hurry !!! bye

c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
shift + esc
cancel
Follow

Get every new post delivered to your Inbox.

%d bloggers like this: