!archlinux plz DONT break my system: https://bbs.archlinux.org/viewtopic.php?id=117886
Decode any subject encoding to utf8 with perl: https://balaskas.gr/blog/2011/05/01/decode-any-subject-encoding-to-utf8-with-perl/
Είναι αρκετές οι φορές που κοιτώ το Subject ενός mail για να ελέγξω εάν είναι SPAM ή όχι.
Τι γίνεται όμως, εάν το subject δεν είναι σε ASCII ?
Γιατί γίνεται αυτό: Encoded-Word
Για να μπορώ γρήγορα κι εύκολα να διαβάσω το θέμα ενός τέτοιου email,
έγραψα ένα προγραμματάκι σε perl
#!/usr/bin/env perl
die $0 =~ /([^/]+)$/, " <base64 mail subject> n" unless @ARGV == 1;
use Encode;
use MIME::Base64 qw(decode_base64);
my @values = split ( '?', $ARGV[0] );
binmode STDOUT, ":utf8";
print decode ( $values[1] , decode_base64( $values[3] ) . "n" );
Δίνω ένα παράδειγμα:
$ ./db64.pl =?utf8?B?zqPOlc6czpnOnc6RzqHOmc6RIM6UzpnOn86ZzprOl86jzpfOoyAtIE1BUktFVElORyAtIM6gzpvOl86hzp/Ops6fzqHOmc6azpfOoyAmIM6ozqXOp86fzpvOn86TzpnOkc6jIC0gzpzOkc6qzp/OoyAyMDEx?=
ΣΕΜΙΝΑΡΙΑ ΔΙΟΙΚΗΣΗΣ - MARKETING - ΠΛΗΡΟΦΟΡΙΚΗΣ & ΨΥΧΟΛΟΓΙΑΣ - ΜΑΪΟΣ 2011
otenet ntp server: time.otenet.gr
sudo ntpdate -u time.otenet.gr 30 Apr 22:08:55 ntpdate[25889]: step time server 62.103.129.253 offset 2.438290 sec
Can plz someone suggest a wireless card that covers longer distance than PRO/Wireless 3945ABG ? Thanks in advance
RT @lwnnet Poettering: Why systemd? http://lwn.net/Articles/440636/rss
@sanskritfritz and you are absolutely correct. do you know if it is right to use something like this: url="http://www.heiho.net/${pkgname}”
I’ve just upload !pconsole PKGBUILD for !archlinux: https://aur.archlinux.org/packages.php?ID=32562
Thanks !gnome3 for making the effort to make !xfce looks even better.
Dear #archlinux devs. Put uswsusp-git to community repo, cause we cant resume from hibernation !
I am a proud owner of an Amstrad CPC (Colour Personal Computer) 464 with a green monitor GT65, thanks to my aunt Koula.20 years in a closet!
being at #hsgr Come and check the space. We need all the help we can get.
i am in the process of creating a presentation with the below subject. Any help would be appreciate it. “How to make money from opensource”
Share Connection through Wireless: https://balaskas.gr/blog/2011/04/24/share-connection-through-wireless/
Gateway Interface: eth0
Wireless Interface: wlan0
$ vim /etc/dnsmasq.conf
interface=wlan0
dhcp-range=192.168.1.240,192.168.1.255,3h
/etc/rc.d/dnsmasq stop
ifconfig wlan0 down
iwconfig wlan0 mode ad-hoc
iwconfig wlan0 essid wireless key s:1234567890123
ifconfig wlan0 192.168.1.1 up
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward
/etc/rc.d/dnsmasq start
being able to share your morning coffee with good friends by the sea on a sunny day, is priceless.
You can use Web Folders in windows to access a Apache Web Server with Web Dav and SSL Encryption from linux http://goo.gl/qcOdm
Managing source code with Mercurial http://www.ibm.com/developerworks/aix/library/au-mercurial/index.html
I’ve just renew http://www.Μπαλάσκας.gr for another two year !