How to connect to PPTP-based VPN from Linux

Σεπτεμβρίου 14, 2010

Do you need to connect to a Windows VPN from Linux command line? It’s simple even though the Point-to-Point Tunneling Protocol (PPTP) is proprietary. First, install the pptp client for the linux command line: sudo apt-get install pptp-linux Then create a new file called chap-secrets, inside /etc/ppp: sudo vim /etc/ppp/chap-secrets This file is where your [...]

2

melux: a custom ubuntu iso creation script!

Απριλίου 18, 2009

When I was working for the Greek Linux Format, I was making special editions of Ubuntu for the magazine’s DVD. Those were the same distro of course, but with a lot more packages preinstalled. For that purpose, I had written all the useful info and relevant commands inside a text file. Of course, that wasn’t [...]

9

Qt (Μέρος IV): Φτιάξτε παιχνίδια

Φεβρουαρίου 2, 2009
Tags: , ,

Στα τρία προηγούμενα μέρη αυτού του tutorial, μάθαμε τα βασικά κόλπα της Qt, και την αξιοποιήσαμε στη δημιουργία διαχειριστικών εργαλείων για βάσεις δεδομένων. Καλά όλα αυτά, αλλά πως χειριζόμαστε γραφικά με την Qt; Λοιπόν, δεν υπάρχει τίποτε πιο εύκολο από αυτό! Για να σας το αποδείξουμε, θα φτιάξουμε ένα μικρό παιχνίδι σκοποβολής, το MouseShooter. Το [...]

3

Samba_Τκ: Tcl/tk script for remote samba shares mounting

Ιανουαρίου 19, 2009
Tags: , , ,

Here’s a little Tcl/Tk script I wrote sometime ago when I was messing with the Tcl/tk cookbook. It presents a simple dialog (in Greek) where the user enters the remote server’s IP and shared folder, the local folder (where the share folder should be mounted), as well as samba server credentials, i.e. username and password. [...]

0

Qt (Μέρος IIΙ): Αρχειοθέτης άρθρων

Δεκεμβρίου 31, 2008

Στο προηγούμενο tutorial φτιάξαμε μια γραφική εφαρμογή, το BookAdmin, για να διαχειρίζεστε τη συλλογή των βιβλίων σας χρησιμοποιώντας μια βάση δεδομένων MySQL. Δεν ήταν κάτι ιδιαίτερο, βέβαια, και η αλήθεια είναι ότι θα έπρεπε ίσως να συνεχίζαμε την ανάπτυξή της (βάζοντας π.χ. φίλτρα για τις εγγραφές). Ωστόσο, πολλοί αναγνώστες του «LF» μας ζήτησαν με ευγενικό [...]

0