Comandos útiles de linux para imprimir
Aquí está un imprimible de comandos útiles File Attachment: fwunixref_es.pdf (88 KB)
Aquí está un imprimible de comandos útiles File Attachment: fwunixref_es.pdf (88 KB)
se puso bueno el desma
sudo mount -t cifs -o username=usuario,password=miclave /compu/awd /mnt/awd
#!/bin/shzip -r wp.zip public_html/wpmysqldump -uusuario -pclave -hlocalhost carlosap_crm > carlosap_crm.sqlecho «respaldo Ok» echo «Pregunta (y/n) ? «read respuestaif test $respuesta = y thencp -v hola hola2fi Tags: sh
zip -r wp.zip public_html/wp Tags: zip, files
update tablename set field = replace(field,’search_for_this’,’replace_with_this’); Tags: search, replace, mysql
Getting the recent one month or year records from MySQL tableSome time we have to collect last 7 or 15 days or X days (or month, year or week) data from MySQL table. For example let us find out who are the new members joined in our forum in last week. One shop may be… Leer más »
This document describes setting up WebDAV on Apache 2 on a Red Hat 9 system. It assumes that apache is more or less unmodified – if you’ve made changes, adjust accordingly. Requirements (…fix me…) Outline
By default an Exchange Server 2007 Hub Transport server only allows secure authenticated connections, so if you don’t have an Edge server in front of the Hub Transport server, you need to allow anonymous connections directly to the server. You cannot set this authentication setting via the GUI (only when creating new connectors!),… Leer más »
Yes, it’s ./install -u That’ll get rid of everything.