respond_to do |format|
format.html # index.html.erb
format.xml { render :xml => @MiCollection.to_xml(:skip_types => true) }
respond_to do |format|
apt-get install alien
#!/bin/bash
sb_config --update_templates
sh install.sh
cat inputfile | awk '/start/,/end/ { print }' > outputfile
"#1045 - Access denied for user 'pma_xxxxxxx'@'localhost' (using password: YES)"
apt-get install wine
msProcessProjection(): Projection library error. no system list, errno: 2
Despues de ejecutar una consulta para unir dos tablas desde
el MySQL
Query Browser exporto desde las opciones los datos
con formato 'cvs' al cual llame datos.cvs
Ubicacion desde donde toma los Archivos en WinXP:
C:\Documents and Settings\All Users\Datos de programa\
MySQL\MySQL Server 5.1\data\db_name\
datos.cvs --> datos
Y lo renombro quitandole la extension por lo que queda con
el nombre 'datos'.
Y la consulta seria:
LOAD DATA INFILE 'datos' INTO TABLE 'my_table'
FIELDS TERMINATED BY ',' ENCLOSED BY ' " '
LINES TERMINATED BY '\n' IGNORE 1 LINES;
Le damos que ignore la primera linea ya que contiene el
nombre de las columnas.
psql: FATAL: role "user-name" is not permitted to log in
[root@miservo~]# psql -U admin-user-name -W db-name
db-name=# ALTER ROLE user-name LOGIN;
ALTER ROLE
db-name=# \q
[root@miservo~]# psql -U user-name -W db-name
Contraseña para usuario user-name:
Bienvenido a psql 8.X.XX, la terminal interactiva de PostgreSQL.
Digite: \copyright para ver los términos de distribución
\h para ayuda de comandos SQL
\? para ayuda de comandos psql
\g o or termine con punto y coma para ejecutar una consulta
\q para salir
db-name=>sudo apt-get install phonon-backend-xine
/path/tu_carpeta_webmin
/path/tu_carpeta_webmin
/path/tu_carpeta_webmin
VirtualHost *:80
ServerAdmin webmaster@dominio.com
ServerName dominio.com
#Indexes + Directory Root.
ServerAlias webmin.dominio.com
DocumentRoot
/path/tu_carpeta_webmin
DirectoryIndex index.cgi
AuthName Webmin
AuthType Basic
AuthUserFile /etc/webmin/htusers
require valid-user
AddHandler cgi-script .cgi
DirectoryIndex index.cgi
Options +ExecCGI
Order allow,deny
Allow from All
SetEnv WEBMIN_CONFIG /etc/webmin
SetEnv WEBMIN_VAR /var/webmin
SetEnv SERVER_ROOT /path/tu_carpeta_webmin
SetEnv MINISERV_CONFIG /etc/webmin/miniserv.conf
Recuerden crear el archivos htusers con htpasswd.htpasswd -c /etc/webmin/htusers admin
mknod /dev/null c 2 2
mysql> select * from ost_config where config_option = "phpcli_binary";
mysql> UPDATE ost_config SET config_value="/usr/bin/php" where config_option = "phpcli_binary";
mysql> select * from ost_config where config_option = "phpcli_binary";
#gis
deb http://debian.gfoss.it/ lenny main
#!/bin/bash
df -hx tmpfs|grep dev > dfd
limite=90;
for i in $(df |awk '{print $(5)}');
do
i=`echo $i | cut -f 1 -d "%"`
if (("$i" '>=' "$limite")); then
cat dfd | mail -s "Discos Llenandose" your@mail.here
break;
fi
done
#!/bin/bash
fecha=$(date +%F);
echo "Fecha: $fecha"
cd /tu/directorio/
fecha_borrar=`date +%F`
for i in $(find ./ -type f -daystart -mtime 0); do
cp $i /tu/directorio/destino;
done
sh tu_script.sh &> tu.log 2>&1
find /tu/ruta/al/directorio/ -mtime +30 -exec rm {} \
find /tu/ruta/al/directorio/ -mtime -30 -exec rm {} \
find /tu_directorio/ -type f -exec ls -l {} \; | wc -l
/usr/local/psa/admin/sbin/websrvmng -v -a
cat /proc/sys/net/ipv4/tcp_keepalive_time
sysctl -w "net.ipv4.tcp_keepalive_time=300"
mcedit /etc/sysctl.conf
net.ipv4.tcp_keepalive_time=300
Despues de esto solo queda hacer un "reboot".
Y si realizan el primer paso verán que ahora esta en 300 seg. equivalente a 5 minutos.
GRANT ALL PRIVILEGES ON *.* TO USERNAME@IP IDENTIFIED BY "PASSWORD";
FLUSH PRIVILEGES;
bind-address = 127.0.0.1
#bind-address = 127.0.0.1