Pario TechnoBlob
About
Posts
Posts
mySQL search and replace
UPDATE ´tablename´ set field = replace(field, ’searchString’, ‘replaceString’);
Howto duplicate a Debian setup
This post describes howto reinstall or duplicate a Debian or Debian based distribution like Ubuntu. First we need to extract the installed packages on the source server and...
Howto install Fedora Core 5 (FC5) from a USB stick
Download the Fedora disk image from a mirror: # wget http://mirrors.dotsrc.org/fedora/5/i386/os/images/diskboot.img Make sure that the USB device is unmounted: # sudo umount...
Set mySQL Auto Increment manually
ALTER TABLE table_name AUTO_INCREMENT = 100000
««
«
1
2
3
…
101
102
103
…
126
»
»»