Forfatterarkiv: mike

Mysql show status information on table / show create

Show status information on a table. Note, if the database was started with –safe-show-database or –skip-show-database some of these commands may not work. Note the “\G” option may provide a nicer format. Show the create statement: mysql> show create table … Læs resten

Udgivet i Knowledge Base, Old Base, SQL | Skriv en kommentar

How to create and use temporary tables in MySQL?

The temporary tables could be very useful in some cases to keep temporary data. The most important thing that should be know for temporary tables is that they will be deleted when the current client disconnects You could try to … Læs resten

Udgivet i Knowledge Base, Old Base, SQL | Skriv en kommentar

MySQL: Find out who is doing what, and kill the process if needed.

mysql> show processlist; show processlist; +—–+——+———–+———+———+——-+——-+——————+ | Id | User | Host | db | Command | Time | State | Info | +—–+——+———–+———+———+——-+——-+——————+ | 657 | prog | localhost | weather | Sleep | 28619 | | NULL | … Læs resten

Udgivet i Knowledge Base, Old Base, SQL | Skriv en kommentar

Qmail on Debian

Like this http://sylvestre.ledru.info/howto/howto_qmail_vpopmail.php

Udgivet i Uncategorized | Skriv en kommentar

NIC Configuration in Debian

# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 … Læs resten

Udgivet i Knowledge Base, Linux, Old Base | Skriv en kommentar

Endian safe export of Pickled GDBM Cabinet Files

You proberly wont need this unless you work for an old institution which uses GDBM, Python, Solaris to one of their core business and need to export this to a modern Linux Server. (i did once) #!/usr/bin/env python import sys … Læs resten

Udgivet i Knowledge Base, Old Base | Skriv en kommentar

(Gratis)DNS Hacks

Æ, Ø og Å Domæner http://xn--5cab8c.dk-hostmaster.dk/ http://josefsson.org/idn.php GratisDNS, udtræk zoner: https://ssl.gratisdns.dk/dzshow.phtml?user=USER&password=PASS&domain=domain.com

Udgivet i Knowledge Base, Old Base | Skriv en kommentar

TLD Oversigt

http://www.norid.no/domenenavnbaser/domreg.html

Udgivet i Knowledge Base, Links, Old Base | Skriv en kommentar

SPF Guide

Copyright : http://www.gratisdns.dk/SPFdraft.txt Hvordan bruger jeg SMTP + SPF? 1) Hvad er SMTP? SMTP er måden vi udveksler post fra server til server, også kaldet en protokol. Det er ikke så vigtigt at du forstår hvordan protokollen virker, det vigtige … Læs resten

Udgivet i Knowledge Base, Networking, Old Base | Skriv en kommentar

arraystore.php

<? # arraystore.php – Copyright(c) 2005 by Mikkel C.M.Christensen # # Stores and retrieves arrays of the following format from plaintextfiles: # $array = array( array (“”,””), # array (“”,””), # array (“”,””)); # # The char “|” are used … Læs resten

Udgivet i Knowledge Base, Linux, Old Base, Programmering | Skriv en kommentar