This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
kb:linux:ltsbeyonddesk [2014/12/10 07:43] Allen Smith typo fix |
kb:linux:ltsbeyonddesk [2016/01/13 20:35] 127.0.0.1 external edit |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== LTS Linux: Beyond the Desktop ====== | ====== LTS Linux: Beyond the Desktop ====== | ||
{{INLINETOC}} | {{INLINETOC}} | ||
- | ===== Linux Operating System Concepts ===== | ||
- | * [[http://www.tecmint.com/linux-directory-structure-and-important-files-paths-explained/ | Linux Directory Structure and Important Files Paths Explained]] | ||
+ | \\ | ||
+ | ===== Linux Operating System Concepts ===== | ||
+ | <markdown> | ||
+ | * [Linux Directory Structure Summary](./kb:linux:directorystructure "The Linux Directory Hierarchy & important system files") | ||
+ | * [The Linux Boot Process](./kb:linux:bootprocess "some rough notes about this") | ||
+ | * [Linux Documentation Sources](./kb:linux:documentation "documentation sources for Linux commands and programs") | ||
+ | </markdown> | ||
===== Workstation Server Notes ===== | ===== Workstation Server Notes ===== | ||
- | * [[kb:linux:usinglvm14p04lts | 14.04 LTS Linux: Using LVM Capabilities]] | + | <markdown> |
- | * [[kb:linux:squiddebproxy | 12.04 LTS Linux: Squid-Deb-Proxy Server & Client]] ... works the same w/ 14.04 LTS | + | * [14.04 LTS Linux: Using LVM Capabilities](./kb:linux:usinglvm14p04lts "a few VERY rough notes for using LVM") |
- | * [[kb:linux:lxc14p04lts | 14.04 LTS Linux: Using LXC 1.0]] | + | * **[12.04 LTS Linux: Squid-Deb-Proxy Server & Client](./kb:linux:squiddebproxy "How-To install, configure & Monitor Squid-Deb-Proxy")** ... works the same w/ 14.04 LTS |
- | * [[kb:linux:lxcdnsinstall | 14.04 LTS Desktop Linux: Install Lxc with (Local) DNS Resolution]] | + | * [14.04 LTS (desktop) Linux: Squid-Deb-Proxy Server](./kb:linux:lts14squiddebproxy "squid-deb-proxy server w/ separate LVM data Volume") ... w/ **separate** Data Area (for system reloads) |
- | * Nginx, MySQL & HHVM | + | * **[14.04 LTS Desktop Linux: Install Lxc with (Local) DNS Resolution](./kb:linux:lxcdnsinstall "Install Notes for Lxc on a Development Workstation")** |
+ | * [14.04 LTS Linux: Using LXC 1.0](./kb:linux:lxc14p04lts "some How-To Use & Configure Lxc 1.0 References") ... some useful References | ||
+ | * [Lxc 1.0: Creating an Nginx & PHP Container](./kb:linux:lts14lxcnginxphp "the Nginx, php-fpm & sqlite container I start from") | ||
+ | * [Lxc 1.0: DokuWiki in an Nginx & PHP Container](./kb:linux:lts14lxcnginxphpdokuwiki "notes to install DokuWiki in a Nginx & php-fpm container") | ||
+ | </markdown> | ||
+ | |||
+ | ===== Servers on Ubuntu References ===== | ||
+ | **Note:** this section will end up either on it's own page or moved somewhere else. | ||
+ | * [[https://www.digitalocean.com/community/tutorials/apache-vs-nginx-practical-considerations?utm_medium=social&utm_source=linkedin&utm_campaign=apache_vs_nginx_tut&utm_content=image | Apache vs Nginx: Practical Considerations]] | ||
+ | * [[http://www.justincarmony.com/blog/2012/01/13/debugging-nginx-configuration-trick/ | Debugging Nginx Configuration Trick]] | ||
+ | * Nginx, MySQL & HHVM References | ||
* [[http://www.itzgeek.com/how-tos/linux/linux-mint-how-tos/install-nginx-1-6-on-linux-mint-17.html | Install Nginx 1.6 on Linux Mint 17]] ... to install using the Nginx repositories | * [[http://www.itzgeek.com/how-tos/linux/linux-mint-how-tos/install-nginx-1-6-on-linux-mint-17.html | Install Nginx 1.6 on Linux Mint 17]] ... to install using the Nginx repositories | ||
* [[http://www.cyberciti.biz/faq/install-lemp-linux-nginx-mysql-and-php-stack-on-ubuntu-linux-14-04-lts/ | Install LEMP (Linux, Nginx, MySQL and PHP) Stack on Ubuntu Linux 14.04 LTS]] ... **good** installing mysql part | * [[http://www.cyberciti.biz/faq/install-lemp-linux-nginx-mysql-and-php-stack-on-ubuntu-linux-14-04-lts/ | Install LEMP (Linux, Nginx, MySQL and PHP) Stack on Ubuntu Linux 14.04 LTS]] ... **good** installing mysql part | ||
+ | * [[http://www.2daygeek.com/install-lemp-server-linux-nginx-mysql-php-in-linux-mint-17-ubuntu-14-04-debian-7-6/|Install LEMP Server (Linux, Nginx, MySQL & PHP) in Linux Mint 17 / Ubuntu 14.04 / Debian 7.6]] | ||
+ | * [[https://nealpoole.com/blog/2011/04/setting-up-php-fastcgi-and-nginx-dont-trust-the-tutorials-check-your-configuration/|Setting up PHP-FastCGI and nginx? Don’t trust the tutorials: check your configuration!]] ... I use "''try_files $uri =404;''" | ||
* [[https://bjornjohansen.no/running-hhvm-instead-php-nginx-ubuntu | Running HHVM instead of PHP with Nginx on Ubuntu]] ... use this to install HHVM **instead of** PHP in the above | * [[https://bjornjohansen.no/running-hhvm-instead-php-nginx-ubuntu | Running HHVM instead of PHP with Nginx on Ubuntu]] ... use this to install HHVM **instead of** PHP in the above | ||