http://linux-quebec.org Thu, 14 Nov 2013 11:01:54 +0000 en-US hourly 1 http://wordpress.org/?v=3.5.1 XAMPP Linux is free server technology http://linux-quebec.org/xampp-linux-is-free-server-technology/ http://linux-quebec.org/xampp-linux-is-free-server-technology/#comments Wed, 22 Feb 2012 08:09:55 +0000 admin http://176.34.183.76/app/instances/linux-quebec.org/?p=103 XAMPP Linux is a common solution to the problem of setting up a server for a website. Maintained by the “Apache Friends”, a non-profit group dedicated to promoting the Apache server technology and making installations as user-friendly as possible, it consists of a number of programs that, in true free software fashion, come together to make a coherent solution. The “XAMPP” in XAMPP Linux is an acronym, made up of the first letters of these programs.

The A in the XAMPP Linux package stands for the Apache server itself. The Apache server is a free, open-source web server that was key in the growth of the World Wide Web and still consistently tops the charts at NetCraft, a site that records what software is employed in web servers. The M in the package denotes MySQL, a language that’s used to define, construct, and search within databases. The two Ps stand for two useful web languages, PHP and Perl. Both are used in scripting to make dynamic web pages, though that’s not the only extent of their capability – Perl in particular has been noted to be extremely powerful and flexible, and it has found use in the script-happy world of Linux distributions.

So far, XAMPP Linux has given us a server and three languages to complement it, but what does the X stand for? The X is pronounced “cross”, as in “cross-platform”. That’s right, the phrase “XAMPP Linux” turns out to be a bit misleading, or at least redundant! XAMPP Linux brings to mind an older acronym, LAMP, which stood for “Linux, Apache, MySQL, PHP”, a previous software combination used to make a functional web server. Now, the Apache Server, MySQL, PHP and Perl aren’t simply limited to the Linux platform, and this bundle of software can be employed on Windows and Mac OS X – however, the especial emphasis in XAMPP Linux describes a united free software solution, free as in beer, free as in liberty, open for all, offering a powerful, no-cost, and – thanks to the Apache friends – easy solution to building your own web site.

]]> http://linux-quebec.org/xampp-linux-is-free-server-technology/feed/ 0 Advantages of using a Linux FTP server/client http://linux-quebec.org/advantages-of-using-a-linux-ftp-server-client/ http://linux-quebec.org/advantages-of-using-a-linux-ftp-server-client/#comments Wed, 22 Feb 2012 07:38:49 +0000 admin http://176.34.183.76/app/instances/linux-quebec.org/?p=98 FTP (File Transfer Protocol) is a common way to move files from one computer to another over the internet. Linux FTP is the most secure method, surpassing other operating system’s FTP options. The ease of use found with a Linux FTP is also noteworthy, requiring little training time.

Using FTP to transfer files requires an FTP server software to be running on the host computer in order to send and receive files as requested. Also you will need client software installed and running on your local machine for you to be able to send and receive from the Linux FTP server.

There are several options for software to utilize when using a Linux FTP as a client. Filezilla, GFTP, and Kasablanca are all good FTP clients for sending and receiving files. Using the command line to transfer files is also possible when utilizing Linux for your FTP client but no as easy as those programs just mentioned. Simply download and install the package, enter the FTP server information (IP, port, username, and password) then connect to see a list of the files and directories present on the server available for download. It’s that easy!

Setting up a Linux FTP server is slightly more complicated. You’ll need to download the package vsftpd from one of the Linux software repositories via the terminal command “sudo apt-get install vsftpd”. It will ask you for your password, which you must enter, and afterward some editing of the configuration file is necessary to get the Linux FTP server set up. You can find more about this in the documentation for the vsftpd software.

The security of a Linux FTP is leaps and bounds ahead of the other major operating systems. This is because of regular security updates to the FTP software and Linux operating system by the developers. These constant updates make Linux FTP the most secure platform for FTP in the world. Most servers you encounter online are using a form of Linux for their FTP needs. For many, security is a top priority when storing important data online. Which is why Linux FTP is the first choice for FTP software on the internet.

]]> http://linux-quebec.org/advantages-of-using-a-linux-ftp-server-client/feed/ 0