Τον τελευταίο μήνα δέχομαι συνεχώς τηλεφωνικές κλήσεις από την vodafone. Εκτός ότι είναι ενοχλητικοί (με παίρνουν δύο με τρεις φορές την βδομάδα) δεν δέχονται το γεγονός ότι ΔΕΝ έχω καμία επιθυμία να μεταβώ στην vodafone. Δεν ξέρω σε ποια εταιρεία έχουν δώσει το call center, αλλά φτάνει πια. Κύριοι ΔΕΝ ενδιαφέρομαι, ποτέ δεν ενδιαφερόμουν και με αυτή την συμπεριφορά ΔΕΝ πρόκειται ποτέ στην ζωή μου να ενδιαφερθώ. Είστε ενοχλητικοί και έχετε ξεπεράσει κατά πολύ τα όρια του spam. Οι συνεχής κλήσεις από “άγνωστο αριθμό” και παρότι την αρχική μου δήλωση είπα ότι δεν ενδιαφέρομαι είναι πλέον εκνευριστικές. Εάν είχα vodafone θα άλλαζα εταιρεία μόνο και μόνο για το απαράδεκτο call center. Όχι ότι αυτό θα σταματούσε τα συνεχή τηλεφωνήματα, αλλά δεν θα είχα καμία μα καμία συμμετοχή στο να πληρώνονται αυτοί οι άνθρωποι από τα δικά μου χρήματα.
Εχθές έγινε το 1ο hackfest event στο καφέ/βιβλιοπωλείο Floral στην πλατεία των Εξαρχείων. Περίπου είκοσι (code) hackers μαζεύτηκαν να ανταλλάξουν απόψεις/ιδέες και να μιλήσουν περί κώδικα και projects με τα οποία ασχολούνται. Erlang, closure, lisp, ruby, python & java ήταν μερικές από τις γλώσσες που ασχολήθηκαν οι συμμετέχοντες. Εντυπωσιακό, επίσης, ήταν να βλέπεις ανθρώπους να ασχολούνται με Arduino, openwrt αλλά και με τον σχεδιασμό ηλεκτρονικών πλακετών!
Εάν και είχαμε κλείσει τον χώρο από τις 11.00 μέχρι τις 15.00, διαπιστώθηκε ότι ο χρόνος ΔΕΝ μας έφτανε!
Έχουμε ήδη ξεκινήσει να σκεφτόμαστε πότε και που θα είναι η επόμενη συνάντησή μας.
Έχουμε αρκετές ιδέες, αλλά θέλουμε και τις δικές μας.
Έχουμε δημιουργήσει κι ένα linkedin group: hackfest για όσους θέλουν να συμμετέχουν.
Σας περιμένουμε λοιπόν στο επόμενο hackfest, μην ξεχνάτε το motto μας:
Open ideas for intelligent people !
I am using vi for almost everything, and i always comment before my changes. I prefer to comment like this:
# ebal, Wed Oct 13 14:20:46 EEST 2010
so i usually type:
i
# ebal,
esc
: r! date
I was loosing too much time with that, so i’ve searched in google for a custom shortcut in vim to do exactly the above by hitting a special key.
After a while i found the solution!
In the end of /etc/vimrc i put the below map vi command:
:map <f1> :r! export -p LC_ALL=C; echo "# `whoami`, `date`"<return>
Μην ξεχάσετε, αυτή την κυριακή στις 11.00 το πρωί:
Yes and no …
The swap partition is an extended memory. Newest kernels are reserving the entire ram at start so when an application needs more ram, swap partition is here for us. But what if our swap partition is full ? That cannot be done cause there is a percent that kernel is using for the swap partition. This kernel value is described here:
cat /proc/sys/vm/swappiness
In most linux systems the default value is 60 percent.
In virtual machines we should reduce this percent to something small cause of IO limitations.
In our desktops we can increase it, to even higher values.
But what if we need more ram, more swap ?
What if our applications are running all together and the swap partition is in its limits ?
Th...
Thank you.
Φρικτή εμπειρία μου!
Γράφω αυτό με δάκρυα στα μάτια μου, ήρθα εδώ κάτω στο Λονδίνο, Ηνωμένο Βασίλειο
για ολιγοήμερες διακοπές, δυστυχώς, ήμουν θύμα ληστείας στο πάρκο στο δρόμο μου
προς το ξενοδοχείο όπου έμεινε, όλα τα μετρητά, πιστωτική κάρτα και κυττάρων
κλάπηκαν από εμένα αλλά ευτυχώς για μένα που έχω ακόμα διαβατήρια μαζί μου.
Έχω την πρεσβεία και την Αστυνομία εδώ αλλά δεν είναι συμβάλλοντας σε όλα τα
ζητήματα και η πτήση μου φεύγει σε λίγες ώρες, αλλά είμαι έχοντας προβλήματα
διευθέτηση των λογαριασμών του ξενοδοχείου και ο διευθυντής του ξενοδοχείου δεν
θα με άφηνε να φύγω μέχρι να διευθετήσει τους λογαριασμούς.
Είμαι φρίκαρε στο moment.I χρειάζονται επείγουσα βοήθεια.
You can find my presentation on Athens Digital Week 2010 here: How to Contribute to Open Source Projects or to Communities
I am using a socks proxy on my office. This of course isnt a bug but a feature!
I want to mount a remote folder on a server outside my office dmz over ssh. So i ‘ve looked up for ssfs that mount an ssh remote folder with fuse (userspace). The main problem is that sshfs doesnt support any proxy settings! Thats a bummer.
So is there a way ?
From the command line i can pass sshfs through proxychains. But how can i do this through fstab ?
The normal entry on fstab is something like this:
sshfs#username@example.com:/home/username/folder/ /home/username/remote/...
To see the entire article, click uppon article's title/link.
Thank you.
How to protect your grub menu with password
Not so far ago, i wrote a post about adding password to grub.
I have to be complete honest with you: “I was wrong !”
I found the next day why i was wrong, but i was too ashamed to errata my own post!
So lets start again from the begging.
In the previous post i had added successful a password on my linux entry on grub menu. But that didnt mean anything, cause anybody can edit the grub menu at boot time and remove the password entry ! Yes its simply as that!
You have to add a lock entry on grub menu.
After a lot of tests i think i found the “correct” way of securing my grub menu.
Removing password from any menu title and add only a global password for grub with lock mechanism...
Thank you.
I’ve just uploaded some photos from FrOSCamp 2010 and FUDCon:Zurich 2010 here:
ETH have already uploaded the video recordings here: FrOSCamp Talks 2010
I’ve just added 6 beers in my flickr BEER set!
- St.Galler Klosterbräu
- Free Beer
- Schützengarten Weisserbier Engel
- St.Galler Klosterbräu Schützengarten
- Cardinal draft
- Budweiser Budvar, Czech Imported Lager
Take a look:Flickr BEER Set
How to setup a custom (webdav) server for xmarks.
No rocket science here,
Download PyWebDAV
Build it: python setup.py develop.
Create a custom directory: mkdir -pv /webdavserver/xmark/
Run something like this:
davserver -D /webdavserver/xmark/ -P 1234 -v -H webdav.example.com -u testuser -p 'testuser'
And then just change the xmark settings to use a custom server:
Remember you should type files and not directories:
http://webdav.example.com:1234/xmark/bookmark.json
http://webdav.example.com:1234/xmark/password.json