javaScript HTML DOCS
Header <script language=»JavaScript» type=»text/javascript» src=»js/codigo.js»></script> <script language=»javascript»> <!— //… script statements //—> </script> Body <script></script> Tags: HTML+DOCS, script
Header <script language=»JavaScript» type=»text/javascript» src=»js/codigo.js»></script> <script language=»javascript»> <!— //… script statements //—> </script> Body <script></script> Tags: HTML+DOCS, script
Locating Files: The find command is used to locate files on a Unix or Linux system. find will search any set of directories you specify for files that match the supplied search criteria. You can search for files by name, owner, group, type, permissions, date, and other criteria. The search is recursive in that it… Read More: A mini-tutorial on the Unix/Linux find command »
El editor ed fue hecho con la idea de tener un editor rápido y pequeño con lo mínimo indispensable. Es, además, un editor confiable y que puede ser usado en las peores condiciones: con terminales lentas, en conexiones por modem y, quizá la más interesante, desde archivos por bloques. La mayoría de los editores asumen… Read More: Editor Ed Unix V7 »
Windows Vista has the built-in ability to automatically reduce the potential of security breeches in the system. It does that by automatically enabling a feature called User Account Control (or UAC for short). The UAC forces users that are part of the local administrators group to run like they were regular users with no administrative… Read More: How can I disable the User Account Control (UAC) feature… »
File Attachment: Google Earth Link Home Sweet Home TerrenoFile Attachment:Terreno Google Earth Link Tags: mi+casa
Estan los dos links Google Earth Link Tags: mexico, nacional+de+musica
Mounting the floppy: # volcheck Now it should be mounted properly! Install gcc from www.sunfreeware.com: Download gcc for Solaris and do: # gunzip [package.gz] # pkgadd -d [package] Make symbolic links for: # ln -s /usr/local/bin/gcc /bin/gcc # ln -s /usr/ccs/bin/make /bin/make # ln -s /usr/ccs/bin/ar /bin/ar # ln -s /usr/ccs/bin/ld /bin/ld or add the… Read More: Solaris Tips »
http://meljr.com/~meljr/PHPSolaris10.html Version 1.02 January 23, 2006 by: Mel Lester Jr. ([email protected]) Log into the global zone as root and ensure that /opt/csw/bin and /usr/sfw/bin are in $PATH global# echo $PATH /opt/csw/bin:/usr/sfw/bin:/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/dt/bin:/usr/ccs/bin
By: Mel Lester Jr. ([email protected]) Version 1.05 November 27, 2006 To start using the mysql bundled with Solaris 10, a number of post-install procedures need to be made by root. This configuration has been successfully tested in a Sparce Root Local Zone. The following steps are derived from the mysql manual (manual.ps, manual.txt or manual_toc.html)… Read More: MySQL Basic Configuration and Startup for Solaris 10 »
Version 1.03 January 18, 2006 by: Mel Lester Jr. ([email protected]) Apache 2.xx is included with Solaris 10. A few configuration details need to be addressed prior to starting Apache 2.xx: Login as root wired# _ Copy the file, /etc/apache2/httpd.conf-example to /etc/apache2/httpd.conf wired# cp /etc/apache2/httpd.conf-example /etc/apache2/httpd.conf Edit /etc/apache2/httpd.conf Set ServerName if necessary (default is 127.0.0.1) Set… Read More: Apache 2 on Solaris 10 »