2010 April 21

Sending Email with Netcat

/tmp/message:

HELO host.example.com
MAIL FROM:<test@host.example.com>
RCPT TO:<bob@example.com>
DATA
From: [Alice] <alice@geek.com>
To: <bob@example.com>
Date: Mon, 12 Apr 2010 14:21:26 -0400
Subject: Test Message

Hi there! This is supposed to be a real email…

Have a good day!
Alice

.
QUIT

# /usr/bin/nc smtp.domain.com 25 < /tmp/message

source

By WladyX on 21 April, 2010 | General, Mail, Scripts | A comment?

BTSAP CAB

RSAP cab file
1. Turn Bluetooth on
2. Launch SAPSettings.exe from the \Windows folder. Somehow this app which is installed with nhathoa’s CAB does not display anything on the screen like older versions did, but it stays in memory after launch
3. Connect to your car kit–now it works!
4. Add shortcut to SAPSettings.exe to \Windows\Startup folder to make it launch automatically after reboot

source

By WladyX on | General, Mobile, WM | A comment?

Converting ext3 partitions to ext4

umount /dev/XXX
tune2fs -O extents,uninit_bg,dir_index /dev/XXX
fsck.ext4 /dev/XXX

update fstab

source

By WladyX on | General | A comment?

Top 5 most useful commands or tools for Linux administrators

By WladyX on | Files, General, Scripts | A comment?

Logwatch with Metalog on Gentoo

By WladyX on | General, Gentoo, Scripts, Security | A comment?

Console, cmd replacement

By WladyX on | Cool Apps, General, Link, Windows | A comment?