Archivo de la categoría: Blog Personal

Aquí divagaré todo lo que se me ocurra

Stanford To Offer Free CS and Robotics Courses

«Stanford University will soon begin offering a series of 10 free, online computer science and electrical engineering courses. Initial courses will provide an introduction to computer science and an introduction to field of robotics, among other topics. The courses, offered under the auspices of Stanford Engineering Everywhere (SEE), are nearly identical to standard courses offered… Leer más »

Huracanes Histórico

http://www.hpc.ncep.noaa.gov/tropical/ Gilbert: http://www.hpc.ncep.noaa.gov/tropical/rain/gilbert1988.html Isidore: http://www.hpc.ncep.noaa.gov/tropical/rain/isidore2002.html

nxserver solaris enable

SSH /etc/ssh/sshd_config If you’re running Sun’s bundled SSH then ensure these options are available in the configuration file of the sshd daemon: AllowTcpForwarding yes GatewayPorts yes X11Forwarding yes X11DisplayOffset 10 PAMAuthenticationViaKBDInt yes PasswordAuthentication yes

Quote

«Technology does not open roads; it creates important bridges, but it is us to want to cross them.» Carlos Slim

At Last Locate for solaris

-bash-3.00# pkg-get -i findutils Installing findutils – A set of utilities for searching a filesystem as <CSWfindutils> ## Installing part 1 of 1. /opt/csw/bin/gfind /opt/csw/bin/glocate /opt/csw/bin/gupdatedb /opt/csw/bin/gxargs /opt/csw/libexec/gbigram /opt/csw/libexec/gcode /opt/csw/libexec/gfrcode /opt/csw/share/info/find.info /opt/csw/share/locale/be/LC_MESSAGES/findutils.mo /opt/csw/share/locale/bg/LC_MESSAGES/findutils.mo /opt/csw/share/locale/ca/LC_MESSAGES/findutils.mo /opt/csw/share/locale/da/LC_MESSAGES/findutils.mo /opt/csw/share/locale/de/LC_MESSAGES/findutils.mo /opt/csw/share/locale/el/LC_MESSAGES/findutils.mo /opt/csw/share/locale/eo/LC_MESSAGES/findutils.mo /opt/csw/share/locale/es/LC_MESSAGES/findutils.mo /opt/csw/share/locale/et/LC_MESSAGES/findutils.mo /opt/csw/share/locale/fi/LC_MESSAGES/findutils.mo /opt/csw/share/locale/fr/LC_MESSAGES/findutils.mo /opt/csw/share/locale/ga/LC_MESSAGES/findutils.mo /opt/csw/share/locale/gl/LC_MESSAGES/findutils.mo /opt/csw/share/locale/hr/LC_MESSAGES/findutils.mo /opt/csw/share/locale/hu/LC_MESSAGES/findutils.mo /opt/csw/share/locale/id/LC_MESSAGES/findutils.mo /opt/csw/share/locale/it/LC_MESSAGES/findutils.mo /opt/csw/share/locale/ja/LC_MESSAGES/findutils.mo /opt/csw/share/locale/ko/LC_MESSAGES/findutils.mo /opt/csw/share/locale/lg/LC_MESSAGES/findutils.mo /opt/csw/share/locale/ms/LC_MESSAGES/findutils.mo /opt/csw/share/locale/nl/LC_MESSAGES/findutils.mo /opt/csw/share/locale/pl/LC_MESSAGES/findutils.mo /opt/csw/share/locale/pt/LC_MESSAGES/findutils.mo… Leer más »

How To Show Line Numbers In vi / vim Text Editor

Displaying line numbers under vi / vim can be very useful for debugging code errors and to improve overall readability of a program. vi / vim show line number command To display line numbers along the left side of a window, type any one of the following: :set number or :set nu (Fig.01: Vi /… Leer más »