823
Comment: Cleaned link to radio cybernet, experimenting with subpages
|
1116
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= \o) [[fruity]] (o/ == | = \o) [[fruity]] (o/ == Email: fruity@freaknet.org '''q[9c9]p''' |
Line 3: | Line 3: |
Email: fruity@freaknet.org | <<TableOfContents(5)>> |
Line 5: | Line 5: |
== q[9c9]p == My pages: === Multimedia: === |
=== My pages: === |
Line 12: | Line 8: |
<<Include(fruity/Multimedia)>> | |
Line 13: | Line 10: |
[[RadioCyberNet|RadioCyberNet]] | ==== Configuration aproaches and notes to various tasks: ==== |
Line 15: | Line 12: |
[[StreamingRadioHowto|How to stream on linux in different flavours]] | [[fruity/AdminAndConfs|Admin notes and various configurations:]] <<Include(fruity/AdminAndConfs)>> |
Line 17: | Line 15: |
[[icecast-2.3.2-kh8|Icecast2-kh]] <== to be removed/renamed soon | [[fruity/Web|Web notes:]] <<Include(fruity/Web)>> |
Line 19: | Line 18: |
=== Shared pages /|\ Pagine condivise === | [[fruity/django|Django notes]] <<Include(fruity/django)>> === Contributed pages /|\ Pagine contribuite === [[fruity/Contrib|Contribuited pages]] <<Include(fruity/Contrib)>> === Messed up pages /|\ Pagine incasinate === |
Line 27: | Line 35: |
=== Configuration aproaches and notes to various tasks: === | [[StreamingRadioHowto|How to stream on linux in different flavours]] [[icecast-2.3.2-kh8|Icecast2-kh]] <!> to be removed/renamed soon <!> |
Line 33: | Line 43: |
[[fruity/django|Django notes]] <<Include(fruity/django)>> |
= \o) fruity (o/ == Email: fruity@freaknet.org q[9c9]p
Contents
My pages:
This are my notes on multimedia stuff:
Configuration aproaches and notes to various tasks:
Admin notes and various configurations:
Notes on my home computer cluster made of piles of ol'cheap hardware. The idea is to give a use to all old hardisks and platforms for having a reliable network storage / fileserver
Notes on setting multiple moinmoin wiki.
Notes on the pratice of virtualizing computers
Create and maintain a Debian repository
My notes and points of view on security.
Breaking the LAMP loop, alternative web serving methods
Lately I decided to look elsewhere than the usual "linux apache mysql php". Reading on docs makes me draw something like apache or ngingx as a load balancer front-end, the same as the backend adding lighttpd for fast streaming ofdata. This leave me more confused than before:
- apache or ngingx? old but solid or new with an ongoing development? wich for load and wich for serving?
- My head started to wirl and I thought myself using a beast like apache to do load balancing was a bit like killing a fly with a nuke, so for I looked elsewhere for a solution and apt-cache search came to the rescue:
The config file is one placed in /etc/pound/pound.conf, is very simple and straight forward.
Pound Reverse proxy, load balancer and HTTPS front-end for Web servers
For the serving of static/dynamic content I decided that also for serving apache wasn't good enough, I looked over webrick and was not stable enough, I looked over python-wisted and it wasn't fast enough and so I found YAWS (Yet Another Web Server) written in erlang designed for performance and scalability over multiple servers.
- My head started to wirl and I thought myself using a beast like apache to do load balancing was a bit like killing a fly with a nuke, so for I looked elsewhere for a solution and apt-cache search came to the rescue:
- database: mysql?postgres?sqlite?ORACLE!??
- I need to have the vastest gamma of databases, I want to be able to store certain data to certain databases and I want to be able to do certain query over different databases.
For this to work there is a huge amount of changes to be done in software but yet so far there is SQLAlchemy and DBSlayer. I will investigate databases soon enough.
- I need to have the vastest gamma of databases, I want to be able to store certain data to certain databases and I want to be able to do certain query over different databases.
Wikis
FrameWorks
Describe fruity/django here.
Contributed pages /|\ Pagine contribuite
This are the pages I('ve) contribute(d):
Messed up pages /|\ Pagine incasinate
How to stream on linux in different flavours
How to stream on linux in different flavours
Icecast2-kh to be removed/renamed soon
Notes on my home cluster setup
How to set up MoinMoin 1.8.5 in farm mode on apache2 with wsgi