Linux Tutorials on the topic “linux”
-
Internet & LAN Over VPN Using OpenVPN – Linux Server – Windows/Linux Clients – Works For Gaming & Through Firewalls
Author: iamacup • Tags: linux • Comments: 11
Internet & LAN Over VPN Using OpenVPN – Linux Server – Windows/Linux Clients – Works For Gaming & Through Firewalls The aim of this tutorial is to enable you to set up a little VPN that will let you do many things – but my primary goal when trying to get this to work was to allow me and my friend (who sits behind a firewalled network at University) to play the new games that would not work over Hamachi because they did not ship with LAN and required an always-on internet connection (DRM). His network also uses traffic shaping and blocks UDP packets, making online gaming impossible.
-
MySQL - mysqldump: Got error: 1016: Can't open file: './exampledb/xxx.frm' (errno: 24) when using LOCK TABLES
Author: Falko Timme • Tags: errors, linux, mysql • Comments: 6
You try to create a MySQL database dump and get the following error: mysqldump -u root -pmysecretpassword --opt exampledb > exampledb.sql mysqldump: Got error: 1016: Can't open file: './exampledb/xxx.frm' (errno: 24) when using LOCK TABLES
-
How To Migrate Joomla Content (Articles) Using phpMyAdmin
Author: SamTzu • Tags: linux, mysql, web server • Comments: 6How To Migrate Joomla Content (Articles) Using phpMyAdmin Joomla is a very popular Content Management System (CMS). This article applies to Joomla 1.5 content (Article) migration to Joomla 1.7 using phpMyAdmin database tool.
-
-
Installing Wordpress With BitNami
Author: josue • Tags: linux, other, web server • Comments: 2Installing Wordpress With BitNami BitNami Wordpress Stack is a free, self-contained, easy-to-install package that bundles every piece of software (dependency) necessary to run Wordpress for development or production purposes. It includes the latest version of Wordpress and is fully configured and ready-to-run.
-
Useful Basic Terminal Commands On Linux Mint 11
Author: CSch • Tags: linux, ubuntu • Comments: 6
Useful Basic Terminal Commands On Linux Mint 11 This tutorial is supposed to show useful terminal commands to people who are new to Linux. Terminal commands are powerful tools if they are used correctly, but can cause great damage if you are not completely aware of what you are doing. Before using commands that are new to you, look up the manual page and make sure you have your files saved and backed up.
-
How To Install Scientific Linux 6.1
Author: poustchi • Tags: linux • Comments: 0How To Install Scientific Linux 6.1 Scientific Linux 6.1 is a Linux release put together by Fermilab, CERN, and various other labs and universities around the world. Its primary purpose is to reduce duplicated effort of the labs, and to have a common install base for the various experimenters. The base SL distribution is basically Enterprise Linux, recompiled from source. Their main goal for the base distribution are to have everything compatible with Enterprise, with only a few minor additions or changes. An example of of items that were added are Alpine, and OpenAFS. This tutorial shows the process of installing Scientific Linux 6.1 using the DVD based method.
-
Install Tomcat And Deploy Web Applications With Rex
Author: jfried • Tags: apache, centos, debian, fedora, linux, mandriva, suse, ubuntu, web server • Comments: 0
Install Tomcat And Deploy Web Applications With Rex In this tutorial I will show you how to manage your Tomcat installations and how to deploy Webapps in a repeatable way with Rex. In this tutorial I will use Debian Squeeze, but Rex is also available for other distributions.
-
Storing Files/Directories In Memory With tmpfs
Author: Falko Timme • Tags: linux • Comments: 9
Storing Files/Directories In Memory With tmpfs You probably know that reading from RAM is a lot of faster than reading files from the hard drive, and reduces your disk I/O. This article shows how you can store files and directories in memory instead of on the hard drive with the help of tmpfs (a file system for creating memory devices). This is ideal for file caches and other temporary data (such as PHP's session files if you are using session.save_handler = files) because the data is lost when you power down or reboot the system.
-
How To Take A Screenshot Of Your Login Screen
Author: Falko Timme • Tags: desktop, linux • Comments: 7
How To Take A Screenshot Of Your Login Screen Normally you use a screenshot tool to take screenshots of your Linux desktop. Unfortunately, this doesn't work if you want to take a screenshot of your login prompt. This tutorial explains how you can take a screenshot of your Linux desktop login screen nevertheless.
-
How To Install, Secure, And Automate AWStats (CentOS/RHEL)
Author: rasha • Tags: centos, linux • Comments: 3
How To Install, Secure, And Automate AWStats (CentOS/RHEL) AWStats is a free and very powerful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. It can analyze log files from all major server tools and convert them into nice graphical display. There are a lot of articles out there for AWStats, the reason I decided to write this one was to consolidate all the different tips and tricks I've learned through my journey into one comprehensive article associating the fantastic efforts of so many out there. There are a few methods of installing AWStats, this article will describe the simpler method of the two utilizing YUM.