MySQL search and replace
update tablename set field = replace(field,’search_for_this’,’replace_with_this’); Tags: search, replace, mysql
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… Read More: Getting the recent one month or year records from MySQL »
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!),… Read More: Exchange 07 SMPT »
Yes, it’s ./install -u That’ll get rid of everything.
How to Install Zimbra 4.5 on CentOS5Version 1.0 Written by Neil McCauley Here are the steps required to successfully install zimbra on CentOS5 the system will work perfectly even after its rebooted. This has been tested and is working on a production server. 1. Install Centos5 from DVD or CDROM configure the entire disk2. Configure… Read More: Zimbra install centos 5 »
Quoted from http://coba/ajax/foto.php: Untitled Document
section .data hello: db ‘Hello world!’,10 ; ‘Hello world!’ plus a linefeed character helloLen: equ $-hello ; Length of the ‘Hello world!’ string ; (I’ll explain soon) section .text global _start _start: mov eax,4 ; The system call for write (sys_write) mov ebx,1 ; File descriptor 1 – standard output mov ecx,hello ; Put the offset of hello in ecx mov edx,helloLen … Read More: asm linux »
http://tty64.org/code/
Re: IMPORTANT More UpLoad hacksClick to flag this post 3 stars [3 stars] [3 stars] by Harold Hallikainen Apr 12, 2007; 12:31pm :: Rate this Message: – Use ratings to moderate (?) Reply | Reply to Author | View Threaded | Show Only this Message > 2007/4/12, Harold Hallikainen :>> > 2007/4/12, Sabri LABBENE :>>… Read More: Nabble – IMPORTANT More UpLoad hacks »