Ιστοσελίδα Τοπικά στο Linux Mint / Ubuntu με LAMP

Πριν ξεκινήσουμε την εγκατάσταση LAMP στη διανομή μας του Linux, είναι καλό να κάνουμε ένα πλήρες update. Απλώς ανοίγουμε το τερματικό με Ctrl+Alt+T και γράφουμε: sudo apt-get update && sudo apt-get dist-upgrade -y Μια υπενθύμιση για τους αρχάριους στο Linux, όταν χρησιμοποιούμε την εντολή "sudo", δεν θα εμφανιστεί τίποτα όταν θα γράφουμε το password, ούτε αστεράκια ούτε τελείες. Απλά γράφουμε τον κωδικό και πατάμε Enter. Εφόσον το update γίνει κανονικά και χωρίς μηνύματα σφάλματος, καλό είναι να κάνουμε μια επανεκκίνηση του λειτουργικού με: sudo reboot Εγκατάσταση LAMP στο Linux με μία εντολή Παρ' ότι το LAMP περιέχει τουλάχιστον τρεις διαφορετικές...

How to host multiple websites on Apache2

If Apache has been your web server of choice for years, and you’re finally migrating to Apache2, it’s time to learn a new trick: setting up multiple virtual hosts with Apache2. If you’re a Linux system administrator, chances are you’ve worked with Apache. And if you’ve done enough Apache configuration, you’ve most likely set up virtual hosts. But if you’re finally migrating away from your old Apache-powered web platform and onto Apache2 (the version of Apache shipped with the likes of Ubuntu Server), you’ll need to change your way of thinking. I’ll walk you through the process of hosting multiple...

Πώς να δημιουργήσετε Virtual Hosts στον Apache σε Debian 8

Το Virtual Hosting είναι ένας τρόπος hosting πολλών διαφορετικών domain names σε έναν φυσικό server . Επιτρέπει το μοίρασμα των πόρων του φυσικού server πχ cpu , ram ,  στα διάφορα domain names . Παρακάτω θα φτιάξουμε ένα  setup για τα domain names , test1.com , test2.com . Αν το apache δεν είναι εγκατεστημένο στο σύστημα σας χρησιμοποιήστε την apt -get για να το εγκαταστήσετε : sudo apt-get updatesudo apt-get install apache2 1.Δημιουργία των directories Αρχικά το directory  /var/www/html  είναι το default του web server  . Εμέις θέλουμε να δημιουργήσουμε ενα directory για το κάθε domain name , και για...

Τι είναι τα VirtualHosts

Αρκετοί είναι οι χρήστες που εγκαθιστούν τον Apache Web Server στον υπολογιστή τους για να αρχίσουν να μαθαίνουν Web Development ή για να κάνουν τοπικά την παραγωγή των έργων τους. Αλλά γνωρίζουν πως να φτιάξουν VirtualHosts με XAMPP και Apache; Το πρόβλημα με την τοπική εγκατάσταση του Apache είναι πως η προκαθορισμένη μορφή εγκατάστασης δεν επιτρέπει την δημιουργία VirtualHost* και έτσι όσοι χρήστες εγκαθιστούν νέα έργα στην προκαθορισμένη εγκατάσταση έχουν URLs της μορφής http://127.0.0.1/project-name/ ή http://localhost/project-name/ κάτι που δεν είναι και τόσο κομψό και εύχρηστο. Σε αυτό το tutorial, θα σας εξηγήσω τι είναι τα VirtualHosts και θα σας δείξω πως να...

Άνω τελεία και άλλοι «δύσκολοι» χαρακτήρες σε Λίνουξ

Σήμερα πια όλα τα σύγχρονα λειτουργικά συστήματα υποστηρίζουν Unicode· που σημαίνει ότι ανά πάσα στιγμή, από οποιοδήποτε περιβάλλον, είναι δυνατόν να γράψουμε οποιονδήποτε χαρακτήρα οποιουδήποτε αλφαβήτου. Στα ελληνικά, ωστόσο, έχουμε ένα πρόβλημα: όταν κοιτάζουμε ένα ελληνικό πληκτρολόγιο δεν είναι προφανές πώς γράφουμε μερικούς χαρακτήρες — κυρίως κάποια σημεία στίξεως βασικά στη γλώσσα μας: άνω τελεία (·)εισαγωγικά («εισαγωγικά»)ανωφερή εισαγωγικά (“ανωφερή εισαγωγικά”)παύλα —που χρησιμοποιείται, μεταξύ άλλων, για παρενθετικές προτάσεις—μικρή παύλα, με την οποία δηλώνουμε διαστήματα, π.χ.: 1265–1321 (και η οποία διαφέρει από το ενωτικό, που χρησιμοποιείται συνήθως για να ενώνει λέξεις: ο κυρ-Γιώργης) Το ότι δεν είναι προφανές δεν σημαίνει ότι δεν γίνεται. Κάθε...

How to Create phpinfo File and Check PHP Information

If you’re looking for a way to check your website’s PHP configuration, also known as phpinfo, you’ve come to the right place. For example, you might want to check whether your PHP configurations meet the requirements of any software you want to run on your server. In this tutorial, we’ll show you how to create a phpinfo file and also how to check its detailed information using the tools provided in your hosting control panel. So, let’s get to it! Checking PHP Information Using Hosting Control Panel In this guide, we’ll be using Hostinger’s hPanel, where you can easily check...

How to install Ubuntu server 16.04 and the Webmin GUI

If you need to add Linux to your data center, consider giving Ubuntu server a try. Follow these steps to install Ubuntu server 16.04 and the Webmin GUI admin tool. Chances are, you have to look to open source to power some aspect of your business. If that aspect happens to be a server in the backend of your workflow, you're in luck because there are a number of solid choices. One such choice is Ubuntu. Many believe Ubuntu is only a desktop distribution, but they're wrong. Ubuntu also comes in a very powerful server flavor that is well suited...

Linux Mint Programs

Notepad++ NppFTP jEdit Homebank Meld FreeFileSync Amarok Audacity Unetbootin Notepad++ NppFTP jEdit Homebank Meld FreeFileSync Amarok Audacity Unetbootin

How to Restore from a QuiteRSS Backup

Like any good IT user, every month or so I make a backup of QuiteRSS (Via File –> Create Backup on the menu bar) from inside the program just in case I need it later. When you make a backup, the program creates two files. Depending on the date of your backup, they’ll look like this – QuiteRss.ini_2015-08-03_07-57-56.bak and feeds.db_2015-08-03_07-57-56.bak. Rename the two files created from the backup to QuiteRss.ini and feeds.db. Close QuiteRSS before restoring the backup. If you’re using Linux, open the terminal and then copy the files as shown below (substitute your user name for “thomaspc”): $ cp QuiteRss.ini /home/thomaspc/.config/QuiteRss/QuiteRss.ini cp: overwrite...