Friday, May 10, 2013 2:47:00 PM
software, science, tools, universidad
...
Office (spreadsheet, presentation, word processing) software
Libreoffice a free and open source office suite compatible with other major office suites, including Microsoft Office. Available for a variety of computing platforms, including Microsoft Windows, Mac OS X , and Linux-based systems. LibreOffice features a word processor (Writer), a spreadsheet app (Calc), a presentation program (Impress), a database management tool (Base), a vector graphics editor (Draw), and an app for working with mathematical formulas (Math). LibreOffice also includes a PDF creation and import tool for working with Adobe Portable Document Format (PDF) files.
Statistical software
R, which can be used with a graphic interface like
R Commander and many
more R is a free software programming language and a software environment for statistical computing and graphics. The R language is widely used among statisticians and data miners for developing statistical software and data analysis. Recommended book:
Getting Started with R and any
free manual. Also you can try online tutorials as
this.
Bibliographic manager
Zotero. is free and open-source reference management software to manage bibliographic data and related research materials (such as PDF files). Notable features include web browser integration, online syncing, generation of in-text citations, footnotes and bibliographies, as well as integration with the word processors Microsoft Word, LibreOffice, I also usa to store my notes and almost any kind of document from my computer. Really handy.
Document preparation system
Latex, with many editors, as
LaTeXila,
Lyx and my favorite:
Gummy. Simply, LaTeX produced documents just look better. Latex is a document markup language and document preparation system for the TeX typesetting program. The typesetting system offers programmable desktop publishing features and extensive facilities for automating most aspects of typesetting and desktop publishing, including numbering and cross-referencing, tables and figures, page layout and bibliographies. The reason that LaTeX looks more refined and polished is that it is uses iterative typesetting algorithms which determine the optimal layout based on many typographical rules. Word processors are not written to typeset (i.e. determine the optimum position of characters/words) documents on the fly. Longetivity is another benefit of LaTeX. Documents written 20 years ago in LaTeX are just as usable and customizable as those produced today. Compare this with a document produced using a word processor from 20 years ago, it is likely the software no longer exists and if it does it has undergone so many changes that it may not display the document correctly.
Wednesday, February 27, 2013 9:21:06 PM
hacks, setup, reference, ubuntu
...
1. Check that everything is updatedsudo apt-get update && sudo apt-get upgrade
2. Install Ubuntu tweaksudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update && sudo apt-get install ubuntu-tweak
3. Install via Ubuntu Tweak and add repositoriesOpera: best Internet browser
Evolution: synchronize calendar with Google calendar
VirtualBox 4.1: run other operating systems
Transmission: torrent
GIMP: image editor
Shutter: screen-shoots
DropboxUbuntu[ restricted extras: miscellaneous
7zip: compressor rar, zip, etc
Others
Glippy: clipboard management
sudo add-apt-repository ppa:bikooo/glippy
sudo apt-get update && sudo apt-get install glippy
Nautilus Open in terminal:
sudo apt-get install nautilus-open-terminal
PSPP / RCmdr: data analysis
Classic Gnome: applet for classic gnome menu
sudo apt-add-repository ppa:diesch/testing
sudo apt-get update && sudo apt-get install classicmenu-indicator
Libreoffice integration
sudo apt-get install lo-menubar
Cups-pdf: print to PDF file
sudo apt-get install cups-pdf
Unity Academic Lens: for search scientific articles in Pubmed & Google Scholar
sudo add-apt-repository ppa:markjtully/ppa
sudo apt-get update && sudo apt-get install unity-lens-academic unity-scope-zotero -
Zoterodownload and unzip in
/optCreat a file
zotero.desktopgksudo gedit
#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Name=Zotero
GenericName=Bibliography Manager
Icon=/opt/Zotero_linux-x86_64/chrome/icons/default/default48.png
Exec= /opt/Zotero_linux-x86_64/zotero %f
Categories=Office
Terminal=false
store in
/usr/share/applications. Thenm creat a Zotero folder in My Documents, then creat symlink in the Dropbox folder
ln -s /home/sergio/zotero_files /zotero-dropbox
change default folder in Zotero to
/zotero_files Install Javasudo add-apt-repository ppa:webupd8team/java
sudo apt-get update && sudo apt-get install oracle-java7-installer
Tuesday, January 22, 2013 7:41:34 PM
research, r, opensoource, package
...
Install R
deb http://<my.favorite.cran.mirror>/bin/linux/ubuntu precise/
$ sudo apt-get update
$ sudo apt-get install r-base
If key is required, then
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
Install the GTK development packages so that R can compile the required packages
$ sudo apt-get install wajig
$ wajig install libgtk2.0-dev libxml2-dev
Install Rattle (R Analytical Tool To Learn Easily)
Startup R and then
> install.packages("rattle")
> library("rattle")
> rattle()
Install the extra packages (yes to all)
Done

Friday, May 18, 2012 7:47:11 PM
libreoffice, bibus, reference manager, ubuntu

Acabo de instalar
Bibus, pero no se conectaba con Libreoffice, pues aparecía un mensaje
Cannot connect to Openoffice. See Documentation.
Cannot connect to Openoffice. See Documentation.
Connector : couldn't connect to pipe OOo_pipe(10))
Así que hice un nuevo conector, por lo que debes iniciar Libreoffice con el siguiente comando
libreoffice -writer -accept="pipe,name=OOo_pipe;urp;"
y listo

Thursday, September 29, 2011 7:57:07 PM
natty, ubuntu, setup, linux
Mi disco duro, luego de 10 años de trabajo, murió. Tuve que reinstalar todo, algo que no hacía desde el 2005. Antes de ese año utilizaba Windows y religiosamente tenía que formatear y reinstalar todo una o dos veces al año.
Bueno, aquí dejo mi setup de referencia
sources list limpio
#
# deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110426)]/ natty main restricted
# deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110426)]/ natty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://cl.archive.ubuntu.com/ubuntu/ natty main restricted
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://cl.archive.ubuntu.com/ubuntu/ natty-updates main restricted
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://cl.archive.ubuntu.com/ubuntu/ natty universe
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty universe
deb http://cl.archive.ubuntu.com/ubuntu/ natty-updates universe
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://cl.archive.ubuntu.com/ubuntu/ natty multiverse
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty multiverse
deb http://cl.archive.ubuntu.com/ubuntu/ natty-updates multiverse
deb-src http://cl.archive.ubuntu.com/ubuntu/ natty-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://cl.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
# deb-src http://cl.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu natty-security main restricted
deb-src http://security.ubuntu.com/ubuntu natty-security main restricted
deb http://security.ubuntu.com/ubuntu natty-security universe
deb-src http://security.ubuntu.com/ubuntu natty-security universe
deb http://security.ubuntu.com/ubuntu natty-security multiverse
deb-src http://security.ubuntu.com/ubuntu natty-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu natty partner
deb-src http://archive.canonical.com/ubuntu natty partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu natty main
deb-src http://extras.ubuntu.com/ubuntu natty main
Agregar OPERA
# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades
deb http://deb.opera.com/opera/ stable non-free #Opera Browser (final releases)
e
Agregar MEDIBUNTU
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list &&
sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
Instalar manualmente DROPBOX
Instalar VIRTUALBOX
echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
Instalar JAVA
sudo add-apt-repository ppa:ferramroberto/java
y todo lo demás
sudo apt-get install shutter imagemagick gftp kompozer conduit opera gsfonts gsfonts-x11 flashplugin-nonfree w32codecs rar zim virtualbox-4.0 sun-java6-jre sun-java6-plugin sun-java6-fonts skype
Con una descripción
shutter: para capturar y editar pantallazos
imagemagick: para los scripts gráficos de nautilus (redimensionar carpetas llenas de imágenes por ejemplo)
gftp: FTP
kompozer: editor HTML
conduit: para mantener sincronizado mi pendrive con mi carpeta de trabajo
opera: el mejor navegador de internet
gsfonts gsfonts-x11 flashplugin-nonfree: flash
w32codecs: codecs basurillas
rar: compresor
zim: wiki de escritorio
virtualbox-4.0 : para virtualizar sistemas operativos, además tengo una máquina virtual con windows para SPSS
sun-java6-jre sun-java6-plugin sun-java6-fonts: JAVA
skype: telefonía