Ubuntu and (dot).local addresses – Avahi
Thursday, August 26th, 2010 Posted in Debian, Linux | No Comments »I have a Ubuntu server where there was a problem with .local address, i could't look up the zone from the server. After a little search i found that Avahi (Zeroconf) was the problem. The default setup of Avahi, is to look ...
Quick pingscan with nmap (ipscan / ip scan)
Thursday, May 20th, 2010 Posted in Debian, Linux | No Comments »root@ubuntu-server:~# nmap -sP 10.45.1.1-255 Starting Nmap 5.00 ( http://nmap.org ) at 2010-05-20 13:12 CEST Host 10.45.1.1 is up. Host 10.45.1.2 is up (0.0011s latency). MAC Address: 00:19:E0:12:26:1E (Tp-link Technologies Co.) Host 10.45.1.20 is up (0.040s latency). MAC Address: 00:1C:C4:0C:66:5F (Hewlett Packard) Host 10.45.1.30 is up (0.00093s latency). MAC ...
QMAIL + VPOPMAIL (with MySQL accounts) + COURIER-IMAP + Roundcube, QMAIL-SCANNER + CLAM ANTIVIRUS + SPAMASSASSIN
Wednesday, May 19th, 2010 Posted in Debian, Linux | No Comments »I have get the permission to copy paste this great guide and keep it updated. The Guide will soon come in a updated version on this homepage. Link to the Original is online here: http://www.bowe.id.au/michael/isp/webmail-server.htm INSTALL UCSPI-TCP cd /usr/local/src wget http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz wget http://www.qmail.org/ucspi-rss.diff tar xzf ucspi-tcp-0.88.tar.gz chown ...
Pureftpd (Ubuntu / Debian)
Tuesday, March 23rd, 2010 Posted in Debian, Linux | No Comments »Setting up Pure ftpd to run on certains port is very simple. Log on to you linux box and run this command: echo "60010 60030" > /etc/pure-ftpd/conf/PassivePortRange /etc/init.d/pure-ftpd restart or if you run mysql as a backend /etc/init.d/pure-ftpd-mysql restart Now you just need to forward port ...
mySQL – Table is marked as crashed and should be repaired
Thursday, October 15th, 2009 Posted in Debian, Linux, Windows | No Comments »
if you got this error: Table <TableName> is marked as crashed and should be repaired This could be fixed by go to the path where mysql database files is located, on Debian this will be /var/lig/mysql Go into the database where the crashed ...
Problems with apt-get in ubuntu (NO_PUBKEY 9AA38DCD55BE302B NO_PUBKEY 4D270D06F42584E6)
Tuesday, June 30th, 2009 Posted in Debian | 2 Comments »I got this error: W: GPG error: http://mirrors.sunsite.dk stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B NO_PUBKEY 4D270D06F42584E6 W: You may want to run apt-get update to correct these problems This can be resolve ...
Debian packages cpio failes to be updated
Saturday, November 8th, 2008 Posted in Debian | No Comments »If you have some troubles upgrading cpio, it returns this error: Preparing to replace cpio 2.6-18 (using .../cpio_2.6-18.1+etch1_i386.deb) ... Unpacking replacement cpio ... Replaced by files in installed package tar ... dpkg: error processing /var/cache/apt/archives/cpio_2.6-18.1+etch1_i386.deb (--u ...
Installere 2 ens Debian maskiner op.
Saturday, August 2nd, 2008 Posted in Debian | No Comments »Det kan være praktisk at nå man skal installere 2 ens maskiner op, bare at finde frem til hvilket pakker der er installeret på den ene, og så overfører dem til den anden, dette gøres nemt med dpkg og dselect. Først ...
Problems with apt-get in Debian (NO_PUBKEY A70DAF536070D3A1)
Tuesday, July 1st, 2008 Posted in Computer, Debian, Linux | No Comments »I got this error: W: GPG error: http://security.debian.org testing/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 W: GPG error: ftp://ftp.port80.se testing Release: The following signatures couldn't be verified because the public key is ...
Vmware Server 1.0.5-80187 on Ubuntu 8.04
Monday, June 2nd, 2008 Posted in Computer, Debian, Linux | No Comments »I have some trouble install vmware-mui on my Ubuntu 8.04. I got it fix, doing this: ln -s /usr/lib/vmware-mui/lib/libcrypto.so.4 /lib/libcrypto.so.4 ln -s /usr/lib/vmware-mui/lib/libssl.so.4 /lib/libssl.so.4 ln -s /usr/lib/vmware-mui/lib/libcrypto.so.4 /lib/libcrypto.so.4 And after that i edit /etc/init.d/httpd.vmware And go line 256. I change so that vmware_exec "Starting httpd.vmware:" vmware_start_httpd is ...