Evaggelos Balaskas - System Engineer

The sky above the port was the color of television, tuned to a dead channel

Blog
Posts
Wiki
About
Contact
rss.png twitter linkedin github gitlab profile for ebal on Stack Exchange

Next Page »
  -  
« Previous Page
Feb
21
2011
vpn over ssh
Posted by ebal at 22:01:19 in planet_ellak, planet_Sysadmin

It’s super easy to setup a vpn connection over an ssh access.

You dont believe me ?
You can try it by your self in only a few seconds away.

You have to be root on your local machine and you have to ssh as root to your remote machine.
To do that, change your remote /etc/ssh/sshd_config with the below values:

AllowUsers root
PermitRootLogin yes
PermitTunnel = yes

restart your ssh daemon: /etc/init.d/sshd restart

After that, copy the below shell script : ssh.vpn.sh

This is ssh.vpn.sh code:



#!/bin/sh

# Evaggelos Balaskas < ebalaskas _AT_ ebalaskas _DOT_ gr >
# Last change: Mon Feb 21 23:48:53 GMT-2 2011
# If you can spare a dollar, plz donate !

clear
echo "Give me server's name: "
read SERVER
echo "Give me ssh port: "
read PORT
SIP=`host $SERVER|tail -1 | awk '{print $NF}'`
DGW=`ip route show | grep default | awk '{print $3}'`

ssh -fw any:any $SIP -p $PORT 'ifconfig tun0 down; 
ifconfig tun0 10.20.30.40 pointopoint 10.20.30.41; 
echo 1 > /proc/sys/net/ipv4/ip_forward;
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE;
grep nameserver /etc/resolv.conf ' > /etc/resolv.conf

# Configure  Client tun0 --> point-to-point with server tun0
ifconfig tun0 down
ifconfig tun0 10.20.30.41 pointopoint 10.20.30.40

# Configure Routing
route add -host $SIP dev eth0
route add default gw 10.20.30.40 dev tun0
route del default gw $DGW dev eth0

Make this file executable: chmod +x ssh.vpn.sh
and run it # ./ssh.vpn.sh !!!

You should asked to write the server’s name (eg. ssh.example.com) and the ssh port (eg. 22) and of course your root remote password.

Everything else is automate to make your life

Simple as that.

Open whatismyip to see your new ip address!

  • 6 comments
Feb
21
2011
vpn over ssh
Posted by ebal at 22:01:02

It’s super easy to setup a vpn connection over an ssh access.

You dont believe me ?
You can try it by your self in only a few seconds away.

You have to be root on your local machine and you have to ssh as root to your remote machine.
To do that, change your remote /etc/ssh/sshd_config with the below values:

AllowUsers root
PermitRootLogin yes
PermitTunnel = yes

restart your ssh daemon: /etc/init.d/sshd restart

After that, copy the below shell script : ssh.vpn.sh

This is ssh.vpn.sh code:



#!/bin/sh

# Evaggelos Balaskas < ebalaskas _AT_ ebalaskas _DOT_ gr >
# Last change: Mon Feb 21 23:48:53 GMT-2 2011
# If you can spare a dollar, plz donate !

clear
echo "Give me server's name: "
read SERVER
echo "Give me ssh port: "
read PORT
SIP=`host $SERVER|tail -1 | awk '{print $NF}'`
DGW=`ip route show | grep default | awk '{print $3}'`

ssh -fw any:any $SIP -p $PORT 'ifconfig tun0 down; 
ifconfig tun0 10.20.30.40 pointopoint 10.20.30.41; 
echo 1 > /proc/sys/net/ipv4/ip_forward;
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE;
grep nameserver /etc/resolv.conf ' > /etc/resolv.conf

# Configure  Client tun0 --> point-to-point with server tun0
ifconfig tun0 down
ifconfig tun0 10.20.30.41 pointopoint 10.20.30.40

# Configure Routing
route add -host $SIP dev eth0
route add default gw 10.20.30.40 dev tun0
route del default gw $DGW dev eth0

Make this file executable: chmod +x ssh.vpn.sh
and run it !!!

You should asked to write the server’s name (eg. ssh.example.com) and the ssh port (eg. 22).
Everything else is automate to make your life

Simple as that.

Open whatismyip to see your new ip address!

  • Add a comment
Feb
14
2011
URL Shortener. Solution or Security Risk ?
Posted by ebal at 18:12:28 in planet_ellak, planet_Sysadmin

Ok i have to admit that large urls are un-friendly, difficult to share and sometimes have privacy info.
Url shorteners provide anonymity and a short-friendly url to use and share.

But they are also a security risk! Browser security is something that we take very light, but we shouldn’t!

When someone sends me a url shortener i have to use a web browser to click on it and see the destination page. With simple urls i have to just mouse over (firefox 3) to see the destination.
Sometimes people send me spam or urls that i dont wish to open or see.

I believe that the design of url shorteners is just wrong!
People should be able to see or even test the urls before they click and open on them.
Browser hijacking is one form of malicious code that url shorteners make it extremely easy !

An idea:

Like google’s “Instant is on”, a similar action should be done with url shorteners.
With mouse over (or whatever else you like) the destination domain/url should reveal to the client.
And then if he/she agrees to verify for open the destination url to a new tab/window.

A simple chrome/firefox extension shouldn’t be that hard.

Or you have a different opinion ?

  • 1 comment
Feb
02
2011
Linux Events 2011
Posted by ebal at 12:39:24 in planet_ellak, planet_Sysadmin

Very Interesting Linux Events & Confs that you should be there:

Fosdem
http://fosdem.org
05 - 06 Feb 2011
Brussels, Belgium

Open Source Days
http://opensourcedays.org
05 Mar 2011
Copenhagen, Denmark

OpenFest
http://openfest.teipir.gr
9th to 10th of April 2011
Piraeus, Greece

Linux Open Administration Days
http://loadays.org
16th - 17th April 2011
Wilrijk, Belgium

Infosecurity
http://www.infosec.co.uk
19th - 21st April 2011
London, England

Fosscomm
http://fosscomm.gr
7th - 8th May 2011
Patra, Greece

Solutions Linux OpenSource
http://www.solutionslinux.fr/?lg=en
10 - 12 May 2011
Paris, France

Linux Tag
http://www.linuxtag.org
11 - 14 May 2011
Berlin, German

Desktop Summit
http://desktopsummit.org
06 - 12th August 2011
Berlin, German

FrOSCon
http://www.froscon.de
20st - 21nd August 2011
Bonn, Germany

FrOSCamp
http://froscamp.org
17 - 18 Sep 2010
Zurich, Switzerland

T-DOSE
http://www.t-dose.org
05 - 06 November 2011
Eindhoven, Netherlands

Jan
24
2011
hackfest3 aftermast
Posted by ebal at 18:39:33 in planet_ellak

Εμείς περνάμε όμορφα,

ανταλλάσσουμε (opensource) ιδέες, προσπαθούμε να βοηθήσουμε ο ένας τον άλλον
και να μοιραστούμε εμπειρίες γύρω από το ανοιχτό λογισμικό.

Εσείς … δεν έχετε παρά να έρθετε σε ένα από τα επόμενα hackfest.

Στο 4ο κατά σειρά hackfest είχαμε projector και είδαμε δύο mini παρουσιάσεις.

Η 1η ήταν από τον Χρήστο Νούσκα (nous) με θέμα την δημιουργία ενός PKGBUILD και
η 2η ήταν του Πιέρρο Παπαδέα περί fosdem.

Ο κόσμος αρκετός, όπως θα δείτε και παρακάτω:
hackfest3 aftermatch

Jan
20
2011
If you need memory, use midori. Not firefox, Not Chrome!
Posted by ebal at 08:44:46 in planet_ellak, planet_Sysadmin

The picture speaks for it self.

web_browsers.png

Same tabs - same sites - same resources - same time - same logins.

Firefox is just a memory leak before it crash your linux box! But it is the most extensible browser. You can do almost everything via Addons.

Chrome is the middle & safe solution but i cant use xmarks with a custom server and i cant use different proxies with exclusions but only shell variables (http_proxy).

Midori has the same engine as chrome (webkit, same restrictions as Chrome. Isnt extensible as chrome but uses UserScripts & UserStyles

But midori uses the least memory, its super fast and perfect for your simple needs.

My opinion is NOT to use only one web browser, but choose the browser by the need you want to cover.

Jan
19
2011
keyboard prank
Posted by ebal at 13:01:41 in planet_ellak, planet_Sysadmin

A friend/colleague from work, made a keyboard prank.
So today and after 7 hours of work, i finally figured it out!

Damn blind typing.

He had changed U & Y and V & B, but i never looked once on my keyboard.
Sorry Dude, better lack next time :)

Jan
19
2011
hackfest3: live by the code
Posted by ebal at 08:46:01 in planet_ellak

Όπως ήδη γνωρίζεται ΟΛΟΙ (όσοι τουλάχιστον είναι σε αυτόν τον γαλαξία) ότι αυτή την Κυριακή, 23 Ιανουαρίου 2011, θα πραγματοποιηθεί το 1ο hackfest για το 2011.

Το hackfest είναι ένα event - μία συνάντηση, στην οποία όσοι ασχολούμαστε με το opensource βρισκόμαστε για να ανταλλάξουμε ιδέες, να συζητήσουμε για τα projects που μας απασχολούν κατά τον ελεύθερο χρόνο μας και μη.

Αυτή την Κυριακή, όμως θα υπάρχει θεματική ενότητα!

Κι αυτή δεν θα είναι άλλη από την fosdem.
Η fosdem είναι η μεγαλύτερη ευρωπαϊκή συνάντηση opensource developers!
Γίνεται πάντα το 1ο Σαββατοκυριακο του Φλεβάρη στις Βρυξέλλες (Βέλγιο).

Ελπίζουμε να έρθουν οι “νέοι” και οι “παλιοί” συμμετέχοντες για να συζητήσουμε/ανταλλάξουμε εμπειρίες/ενημερώσουμε ο ένας τον άλλο για τα DOs & DON’Ts.

Θα είναι πολύ ενδιαφέρον … οπότε σας περιμένουμε.

Καφεδάκι, μπύρα, τσάι, τοστ ΟΛΑ τα πληρώνεται από την τσέπη σας!
Τα νερά όμως είναι ΔΙΚΑ μας, ναι, ναι σωστά διαβάσατε, τα νερά κερασμένα από εμάς.

Ραντεβού λοιπόν στην καφετέρια Floral (Θεμιστοκλέους 80, Πλατεία Εξαρχείων)
από τις 11.00 και μετά και για περίπου 4 ώρες, ελάτε να συζητήσουμε και να δουλέψουμε για opensource & fosdem.

Παράλληλα θα περάσω το latest stable Xfce 4.8 στο laptop μου για όποιον ενδιαφέρεται να δει πως είναι!

Jan
15
2011
ziproxy & privoxy aka fasten your seatbelts
Posted by ebal at 11:56:33 in planet_ellak, planet_Sysadmin

hackfest is mainly for sharing opensource ideas. One of this was suggested to me by comzeradd. He told me that he is using ziproxy to compress data through his phone (story here android-ziproxy).

So i am using ziproxy from October 2010, to compress all my internet traffic.

Another proxy i am using (mostly for the chain forward ability) is privoxy. Privoxy can forward traffic through another proxy (http or a socks) but has filtering features too. Privoxy can block ads & flash on the spot. It is a well known opensource proxy to system administrators too, who they use it to bypass firewalls or dmz or complex networks.

I believe that everyone who respect his self has No Script, Ad Block Plus with kargig’s filter Greek Ad Block Plus Filter and Flash Block enabled on his/her browser.

All the above add-ons block Js, Flash & Ads on client browser. That means that already you have download them.

If you need to reduce http traffic the solution is to combine ziproxy and privoxy!

By the way, it’s extremely easy, so you should give it a try.

You simple install privoxy and run it locally and then open ziproxy.conf to add these:

NextProxy=”127.0.0.1”
NextPort=8118

Run ziproxy as normal and voila !

Some benchmarks to show you the truth:

wget -d -p www.otenet.gr/otenet/ –no-proxy –no-cache

No Proxy:

Downloaded: 73 files, 718K

Ziproxy:

Downloaded: 73 files, 479K

Ziproxy - Privoxy:

Downloaded: 70 files, 475K

Another on:
wget -d -p http://www.villagecinemas.gr/

No Proxy:

Downloaded: 92 files, 1,1M

Ziproxy:

Downloaded: 92 files, 527K

Ziproxy - Privoxy:

Downloaded: 80 files, 160K

  • 2 comments
Jan
07
2011
Web security via Strong Password Generator & xmarks
Posted by ebal at 17:02:33 in planet_ellak

Πριν από λίγο καιρό έγραψα ένα άρθρο για να εξηγήσω πως μπορείτε να έχετε διαφορετικό συνθηματικό σε κάθε εφαρμογή και παρόλα αυτά να τα θυμάστε μέσω μοτίβων: Security & passwords via patterns. Το άρθρο ήταν αρκετά δημοφιλή κι υπήρχαν σχόλια για να το κάνουν ακόμα καλύτερο.

Σήμερα θα ήθελα να προτείνω μια εναλλακτική λύση, που αφορά κυρίως web sites & web applications.
Αποτελεί μία από τις ασφαλέστερες λύσεις και είναι εξαιρετικά εύκολη στην χρήση.

Βήμα 1ο: Secure Password Sync

Στους υπολογιστές μας (επιτραπέζιους και μη) έχουμε έναν λογαριασμό με τις δικές μας ρυθμίσεις. Χρησιμοποιούμε σχεδόν πάντα τον ίδιο web browser γιατί πολύ απλά μας βολεύει. Είτε είστε fun του firefox είτε του chrome σίγουρα έχετε επιλέξει να αποθηκεύει τα συνθηματικά των web applications στην μνήμη του.

Εάν χρησιμοποιείτε πολλούς διαφορετικούς υπολογιστές (σπίτι, γραφείο, laptop, tablet, smartphone) τότε σίγουρα θέλετε συνθηματικά και bookmarks να είναι συγχρονισμένα σε όλους τους browsers σε όλα τα συστήματα. Έτσι λοιπόν καταλήγουμε σε δύο δημοφιλή plugins: xmarks & Firefox Sync.

Πριν από λίγο καιρό, για οικονομικούς λόγους το xmarks ανακοίνωσε ότι σταματά. Εξαγοράστηκε την τελευταία στιγμή από την εταιρεία: last pass. Τότε διάβασα τις οδηγίες κι εγκατέστησα έναν web dav server (οδηγίες εδώ για να εγκαταστήσω μία δική μου βάση για τα συνθηματικά και bookmarks μου.

Η σύνδεση είναι κρυπτογραφημένη κι έτσι πλέον όλοι οι browser μου, μιλάνε με τον δικό μου dav server.

Βήμα 2ο: Strong Password Generator

Αφού λοιπόν ΔΕΝ χρειάζεται να θυμόμαστε κάθε φορά το συνθηματικό που βάζουμε σε ένα web site/application γιατί να μην το κάνουμε διαφορετικό για κάθε login! Για όπου δεν υπάρχει επιλογή για OpenID χρησιμοποιείστε το παρακάτω site:

http://strongpasswordgenerator.com

Επιλέξτε ένα τυχαίο και δύσκολο συνθηματικό για κάθε online εφαρμογή.
Ακόμα κι εάν γίνει populate η database με τα συνθηματικά στο site που μόλις συνδεθήκατε, το συνθηματικό που θα διαρεύσει είναι μοναδικό και ΔΕΝ μπορεί να χρησιμοποιηθεί πουθενά αλλού.

Προβλήματα ?

  • Χρησιμοποιείτε browser σε δημόσιο υπολογιστή ή στο σύστημα ενός φίλου.

Πατήστε το κουμπί: I forgot the password που έχει κάθε online εφαρμογή και κάντε reset σε ένα νέο συνθηματικό εκείνη την στιγμή. Όταν θα βρεθείτε στον υπολογιστή σας, μην ξεχάσετε να το κάνετε και πάλι reset.

  • 4 comments
Jan
06
2011
Why donate some money for opensource project is important
Posted by ebal at 20:53:09 in planet_ellak, planet_Sysadmin

Ok, everybody loves opensource projects!

An opensource project has many good noticeable features.
It is nice, it is beautiful, it works, it is secure and it is free of charge.

We use every day opensource projects but we always forgot to give our gratitude to people behind our favorite program.

A thank you email is just fine to express our appreciation to the lonely programmer.
But a donation is the best solution for giving our thankfulness.

I have written an opensource project myself too: pirsyncd and i’ve been grateful for all the love i am getting about it.

I have received patches, t-shirts, thank you notes, publicity via blog entries and donations.
All the above are extremely useful for someone like me. I am always trying to balance around zero on my paypal account and give money to other opensource project or services too.

So dont forget to give some money to people, even a small amount is important!

Jan
05
2011
Use gmail to educate spamassassin
Posted by ebal at 10:22:42 in planet_ellak, planet_Sysadmin

It is a known fact that gmail’s spam filters get the job done.
I am working with spamassassin on local mail setups and i want spamassasin to learn automatically from my gmail Spam folder.

So is it possible?

Of course it is possible.

First we have to get all the mails from our gmail account into a local dummy mail account (easy we’ll use getmail) and then we have to educate spamassasin from our local dummy mail account (sa-learn).

one config file and two commands via cron will do the work.

First the getmailrc (i shall not bother with the getmail & spamassassin installation or setup).

/root/.getmail/getmailrc



[options]
delete = false
message_log = /var/log/getmail.log
verbose = 0
read_all = false

[retriever]
type = SimpleIMAPSSLRetriever
server = imap.gmail.com
mailboxes = ("[Gmail]/Spam",)
username = username@example.com
password = XXXXXXXXXXXXXXX

[destination]
type = Mboxrd
path = /var/spool/mail/gmail_spam
user = nobody

So now when we execute: getmail
every new mail is gmail spam folder will be downloaded into /var/spool/mail/gmail_spam

Next we need to execute sa-learn


sa-learn --spam --mbox /var/spool/mail/gmail_spam

Thats it!

Simple as that!

Dont forget to add the below cron entries:


@daily getmail &> /dev/null
@daily sa-learn --spam --mbox /var/spool/mail/gmail_spam &> /dev/null
Jan
04
2011
You can use vim to crash a server
Posted by ebal at 18:11:49 in planet_ellak

Το παρόν post αφορά κυρίως sysadmins, οι υπόλοιποι διαβάστε το για να πάρετε μια ιδέα πως είναι να εργάζεσαι ως sysadmin.

Διαβάζοντας το εξής άρθρο: Henry’s Techno-Musings: Philosophy of Troubleshooting: Sea of Troubles (ξέρω, ξέρω πολύ μεγάλος τίτλος. Μα είναι στο linux gazette, οπότε δώστε του μια ευκαιρία) θυμήθηκα κάτι από το 2006 όταν ξεκίνησα να εργάζομαι στην τωρινή μου θέση.

Πριν εξιστορήσω όμως την ιστορία, θα πρέπει να τονίσω ότι κάθε sysadmin που σέβεται τον εαυτό του ή θέλει να τον σέβονται οι άλλοι, θα πρέπει να γνωρίζει τι είναι τα semaphores ειδικά δε, εάν εργάζεται με τον apache web server.

[story]
Περί το τέλος του 2006 σε ένα ξεχασμένο datacenter, ένας ταπεινός sysadmin εργάζεται στο γραφείο του. Με ζήλο για την δουλειά του, νέος στον συγκεκριμένο χώρο, προσπαθεί να μαζέψει όλες τις απαραίτητες πληροφορίες ώστε να επιλύσει ένα πρόβλημα που ταλάνιζε πελάτες κι άλλους ταπεινούς sysadmins. Ο apache δεν δούλευε σωστά! Κι έτσι ο ταπεινός μας sysadmin σκέφτηκε να ρίξει μια ματιά στα logs. Θέλοντας τα δείξει ότι γνωρίζει τα μυστικά του vim, προσπάθησε να ανοίξει δύο log αρχεία με μία εντολή κι έτσι έγραψε:


vim -O logfile1 logfile2

Δεν κοίταξε όμως ποτέ το μέγεθος των αρχείων. Δεν είδε ποτέ ότι το κάθε αρχείο ήταν περίπου 2 με 2.5 gb και δεν κατάλαβε ποτέ γιατί ξαφνικά η ελεύθερη 4gb μνήμη γέμισε σε μερικά δευτερόλεπτα. Επίσης Δεν μπόρεσε να εξηγήσει εκείνη την στιγμή γιατί ο server έγινε κόκκινος στο monitor.
Σκέφτηκε ότι δεν μπορεί να φταίει αυτός, αυτός ένα vim άνοιξε!
Αλλά εν τέλη είχε καταφέρει να κρασάρει τον web server.

[/story]

Φυσικά κι αυτός ήμουν εγώ (σε άλλο άρθρο θα σας γράψω άλλη παρόμοια ιστορία).
Φυσικά από το τότε λάθος, έμαθα. Δεν είναι όμως πρέπον να μαθαίνεις μόνο από λάθη,
χρειάζεται να μαθαίνουμε κι από τα σωστά και τις εμπειρίες των άλλων.

Επίλογος:

Για επίλογο θα σας δώσω τρεις εντολές και πως χρησιμοποιούνται.

Το πρόβλημα είναι ότι ο apache έχει τερματιστεί και δεν σηκώνεται ή δεν έχει τερματιστεί καλά ή whatever, δεν παίζουν οι ινδιάνοι.

01.


lsof | egrep --color -i 'http|apache'

Βλέπουμε τα ανοιχτά αρχεία που έχουν δεσμευτεί από τον web server μας.

02.


ipcs -s

Χρειαζόμαστε την 2η στήλη με τα semid. Βλέπουμε ποιοι πόροι του συστήματός μας είναι δεσμευμένοι από τον web server μας.

03.


ipcrm -s SEMID

Αποδεσμεύουμε τον συγκεκριμένο πόρο από το σύστημά μας. Φυσικά μπορεί να χρειαστούν πολλά ipcrm και φυσικά πρέπει να αντικαταστήσετε το SEMID με το πραγματικό, αυτό που έχετε δει από το ipcs.

  • 2 comments
Dec
23
2010
postfix & recipient bcc aka Automatic BCC recipients
Posted by ebal at 17:28:05 in planet_ellak, planet_Sysadmin

I am supporting a greek company with two linux servers.
These two linux boxes have a lot of services,
including a mail server and they are set upped as active/passive.

In the past week they lost their internet adsl connection.
This is a true and horrible story, but for that i’ll write another post in near future.
So without an internet connection there werent a lot of things i’ve could do.

Thanks to Santa Claus i had predict this problem and i have installed a linux vps server outside of the company as a backup mx/mail server to queue all the undelivered mail.

From the company, i ‘ve been asked if i could keep all the mails in queue and also provide a copy to a gmail account. After google searching about postfix rewrite and re-queue i ‘ve came to automatic recipient bcc.

In my /etc/postfix/main.cf (or you can use postconf) i added this line:


recipient_bcc_maps = regexp:/etc/postfix/recipient_bcc_maps

If you are a careful reader then you have noticed that i wrote regexp for my recipient map file.
And the reason is that i wanted to combine all the mails that came to the backup mx server.

This is my /etc/postfix/recipient_bcc_maps:


/@example.com/       example.com@gmail.com

Of course i had to reload postfix in the vps and send a test email to verify that the blind copy for all the domain is working.

If you want to re-queue all the mails then you have to do something like this:


postsuper -r ALL

PS: As the Journey have said: Don’t Stop Believing …. in Santa Claus
Have a nice holiday :)

  • 1 comment
Dec
20
2010
ούτε μια ώρα στην ελλάδα!
Posted by ebal at 20:59:25 in blog

Σήμερα επέστρεψα από Βερολίνο.
Πέντε μέρες στους -15 και στο χιονισμένο και πανέμορφο Βερολίνο
επέστρεψα Ελλάδα και στους +15

Η διαφορά παιδείας/κουλτούρας/ζωής κι ότι άλλο θέλετε είναι πραγματικά η μέρα με την νύχτα.
Το βερολίνο είναι μια πόλη που αξίζει να ζεις. Χαμηλές τιμές, απίστευτα μέσα μαζικής μεταφοράς, άνθρωποι, μαγαζιά, ζωή, τα πάντα είναι εκπληκτικά.

Λόγω της 24ώρης απεργίας την Πέμπτη 16.12.2010 είχα αφήσει το αυτοκίνητό μου στο σπίτι ενός φίλου. Σήμερα λοιπόν Δευτέρα 20.12.2010, το βρήκα κυριολεκτικά άλλο χρώμα από τα δωράκια που μου είχαν αφήσει τα πουλιά της γειτονιάς του! Δεν έχω ξαναδεί ποτέ στην ζωή μου το αμαξάκι μου τόσο … περιποιημένο.

Μετά το αρχικό σοκ, παίρνω τον δρόμο της επιστροφής για το σπίτι μου.
Δυστυχώς πέρασα από Μεσογείων για να βγω Αλεξάνδρας.

Κίνηση όσο δεν φαντάζεσαι. Στην διασταύρωση Αλεξάνδρας - Κηφισίας υπάρχουν δύο (μάλιστα δύο) τροχονόμοι για να ρυθμίσουν την κίνηση.

Ακριβώς λοιπόν στην διασταύρωση Αλεξάνδρας - Κηφισίας και μόλις μας κάνει σήμα να προχωρήσουμε, από αριστερά με κόβει ένας με το αμάξι του και με σφήνα μπαίνει μπροστά μου, ενώ έμπαινα στην αλεξάνδρας στην αριστερή λωρίδα (ερχόμουν Φειδιππίδου - ευθεία στην λωρίδα μου). Φρένα για να μην τρακάρουμε ή το χειρότερο μην με πετάξει εκτός λωρίδας και χτυπήσω με κάποιον άλλο, μιας και για να μην πέσει στο διαχωριστικό κόβει το αμάξι αριστερά, απευθείας πάνω μου.

Και μπαμ ο πίσω !

Όλα αυτά έγιναν φυσικά μπροστά στα μάτια των δύο (μάλιστα δύο) τροχονόμων. Που η μοναδική τους παρηγοριά ήταν εάν θέλω, να δηλώσουν το τρακάρισμα στην τροχαία για να έρθει περιπολικό της τροχαίας. Επαναλαμβάνω για όσους δεν κατάλαβαν, οι δύο ΤΡΟΧΟΝΟΜΟΙ, με ρώτησαν εάν έπρεπε να καλέσουν την ΤΡΟΧΑΙΑ για να καταγράψει το συμβάν. Κι ενώ φυσικά ο φίλος σουμάχερ που δημιούργησε το όλο τροχαίο έχει ήδη εξαφανιστεί, μιας και κανείς δεν τον σταμάτησε!

Κοιτώντας πίσω τον προφυλακτήρα μου, δεν είδα κάτι πολύ κακό, ενώ ο πίσω έπαθε μεγαλύτερη ζημιά. Με έπιασε το παράπονο, δεν είχα ούτε μια ώρα στην ελλάδα!

Δεν ήθελα να καθυστερήσω άλλο, δεν είχα πάθει κάποια ζημιά και του είπα να φύγουμε.
Έτσι λοιπόν για να μην ξεχνιόμαστε, αυτή είναι η Ελλάδα που μας αξίζει σε όλους μας.
Εάν και λίγο ξεχάστηκα με το βερολίνο, αμέσως με επανέφεραν στην ελληνική πραγματικότητα.

  • 1 comment
Dec
15
2010
Convert mdf/mds image to iso
Posted by ebal at 19:46:32 in planet_ellak, planet_Sysadmin

This time, only code and no comments:

installation


git clone git://git.berlios.de/iat iat.git
cd iat.git
./autogen.sh
./configure
make

sudo make install

Usage


$ /usr/local/bin/iat -i image.mdf --iso

RAW Block :2352
 100% [:=====================:]

Verification


$ file image.iso 
image.iso: ISO 9660 CD-ROM filesystem data 'image'
Dec
15
2010
the stupidity of online services
Posted by ebal at 19:16:52 in planet_ellak, planet_Sysadmin

A long time ago, i had created an account on a site to use their online service
(the site/company and the service is irrelevant to this story).

This evening i had to use this service again, but i couldnt remember my password!
Thats not a problem, i hit “You forgot your password” button and i followed their instructions.

Just a few clicks and some seconds ago, i was reseting my password to something new.

So i ‘ve tried the login page on the site.

Email or password incorrect.

My first thought was, that i had misspelled my password on the reset form.

I did the reset procedure once again.
This time i wrote the password to an empty text file (just to be sure) and i copied the password from the text file to password & rewrite password text field on the reset page.

After that and one more time:

Email or password incorrect.

So i clicked “support & help, follow this link”.

Thats nice …..

To use their support & help & faq & whatever else they have, i must logon to their site!

HELLLOOOOOO guys

i have problem with your fuc@#$@#$ login page,
how on earth i can login to your help page to open o fuc@#$@# ticket when
my problem is your login page !!!

The Horror! The Horror!

why people are so stupid ?

Dec
12
2010
hackfest2: the return of hack-elves
Posted by ebal at 10:06:17 in planet_ellak

Μπορεί να έχει λίγο κρύο, αλλά έχει βγάλει ήλιο.
Είναι όμορφα εκεί έξω.

Οπότε πάρτε το laptop σας κι ελάτε να πιούμε καφέ ή ζεστή σοκολάτα μαζί μας στην πλατεία εξαρχείων.

Ελάτε να δουλέψουμε μαζί στα αγαπημένα μας project.

Να ανταλλάξουμε ιδέες και να μοιραστούμε γνώση.

hackfest2: the return of hack-elves

Dec
09
2010
linuxgazette
Posted by ebal at 20:22:55 in planet_ellak

Ένα από τα online περιοδικά που διαβάζω, είναι το linux gazette. Τους τελευταίους μήνες, μετέφεραν υπηρεσίες κι άρθρα σε νέα μηχανήματα. Αποτέλεσμα αυτού, ήταν να βρεθούν αρκετοί mirrors, out of sync!

Από ότι έμαθα, αντιμετώπισαν πολύ σημαντικό πρόβλημα με την υπηρεσία rsync. Για αυτό και οι ελληνικοί mirrors είχαν προβλήματα ανανέωσης.

Πλέον όμως, σχεδόν όλα τα προβλήματα έχουν επιλυθεί. Για όσους δεν γνωρίζουν το περιοδικό, ας ρίξουμε μια ματιά.

Dec
09
2010
ftp.otenet.gr
Posted by ebal at 20:03:56 in planet_ellak

Βρήκα την πλήρη λίστα με τα προγράμματα που κάνει mirror ο http://ftp.otenet.gr:

apache
archlinux
centos
cpan
debian
debian-non-US
fedora-linux-core
freebsd
gnu
internet-drafts
kde
kernel
linuxgazette
mozilla
mozilla-firefox
mozilla-thunderbird
openbsd
postfix
redhat
redhat-contrib
redhat-rawhide
redhat-updates
rfc
samba
sidux
slackware
squid-ftp
squid-www
tucopy
tucows
tucows-bsd
tucows-games
tucows-html
tucows-html2
tucows-linux
tucows-mac
tucows-office
tucows-pda
tucows-themes
tucows-tukids
tucows-unixthemes
ubuntu
ubuntu-releases
vim
winsite

Next Page »
  -  
« Previous Page

Search

Admin area

  • Login

Categories

  • blog
  • wiki
  • pirsynd
  • midori
  • books
  • archlinux
  • movies
  • xfce
  • code
  • beer
  • planet_ellak
  • planet_Sysadmin
  • microblogging
  • UH572
  • KoboGlo
  • planet_fsfe

Archives

  • 2026
    • March
    • January
  • 2025
    • December
    • October
    • September
    • April
    • March
    • February
  • 2024
    • November
    • October
    • August
    • April
    • March
  • 2023
    • May
    • April
  • 2022
    • November
    • October
    • August
    • February
  • 2021
    • November
    • July
    • June
    • May
    • April
    • March
    • February
  • 2020
    • December
    • November
    • September
    • August
    • June
    • May
    • April
    • March
    • January
  • 2019
    • December
    • October
    • September
    • August
    • July
    • June
    • May
    • April
    • March
    • February
    • January
  • 2018
    • December
    • November
    • October
    • September
    • August
    • June
    • May
    • April
    • March
    • February
    • January
  • 2017
    • December
    • October
    • September
    • August
    • July
    • June
    • May
    • April
    • March
    • February
    • January
  • 2016
    • December
    • November
    • October
    • August
    • July
    • June
    • May
    • April
    • March
    • February
    • January
  • 2015
    • December
    • November
    • October
    • September
    • August
    • July
    • June
    • May
    • April
    • March
    • January
  • 2014
    • December
    • November
    • October
    • September
    • August
    • July
    • June
    • May
    • April
    • March
    • February
    • January
  • 2013
    • December
    • November
    • October
    • September
    • August
    • July
    • June
    • May
    • April
    • March
    • February
    • January
  • 2012
    • December
    • November
    • October
    • September
    • August
    • July
    • June
    • May
    • April
    • March
    • February
    • January
  • 2011
    • December
    • November
    • October
    • September
    • August
    • July
    • June
    • May
    • April
    • March
    • February
    • January
  • 2010
    • December
    • November
    • October
    • September
    • August
    • July
    • June
    • May
    • April
    • March
    • February
    • January
  • 2009
    • December
    • November
    • October
    • September
    • August
    • July
    • June
    • May
    • April
    • March
    • February
    • January
Ευάγγελος.Μπαλάσκας.gr

License GNU FDL 1.3 - CC BY-SA 3.0