Logical Volume Management: How PVs form VGs for LVs Posted by zjem on Tue 22 Apr 2008 at 16:19 Tags: logical volume, logical volume management, lvm, partitioning, physical volume, raid, volume group When I set out to build my first system using Logical Volume Management I was surprised by the lack of information about how LVM relates to more "traditional" disk-level partitioning. …
Blogs / Debian Administration - Debian Administration Resources
Latest posts
-
Logical Volume Management: How PVs form VGs for LVs
http://www.debian-administration.org/articles/593 -
Making Apache2 execute CGI scripts, globally?
http://www.debian-administration.org/articles/592Making Apache2 execute CGI scripts, globally? Posted by fraktalisman on Mon 14 Apr 2008 at 12:08 Tags: apache, apache2, cgi, configuration, perl, problem, question I have set up a Debian etch system with apache2, perl etc, but I cannot get apache to actually execute my scripts.. …
-
Using the dynamic DNS editor: nsupdate
http://www.debian-administration.org/articles/591Using the dynamic DNS editor: nsupdate Posted by rossen on Wed 9 Apr 2008 at 16:42 Tags: ddns, dns, nsupdate nsupdate is the little-known brother of nslookup. It is used to make edits on a dynamic DNS without the need to edit zone files and restart the DNS server. …
1,342 blog reactions
-
A Collection of Top Debian Websites
http://vivapinkfloyd.blogspot.com/2008/07/collection-of-top-...- Debian Planet: blogs about Debian http://women.debian.org/home/ - Debian Women Project http://xlife.zuavra.net/ - Life in X: Not necessarily only Debian-related, but contains useful Linux tutorials, reviews and articles http://www.debian-administration.org/ - Debian administration resources: configuration, tutorials, how-tos and much more http://www.debianadmin.com/ - Tutorials, articles, and more Debian-related stuff http://debianhelp.co.uk/ - Debian tutorials
-
mod_rewrite
http://packz.noblogs.org/post/2008/07/05/mod_rewriteURL Rewriting test</h1> <? echo $_GET['variabile'] ?> </body> </html> secondo voi cosa succede? Per informazioni ulteriori (non รจ che abbia spiegato molto) leggetevi 'sti link debian-amministrator more .htaccess tips&tricks
-
Debian-administration.org on rinetd
http://debaday.debian.net/2008/07/02/debian-administrationor...Debian-administration.org
-
Appunti per il progetto Pannolinux: Apache & SSL
http://tapirhurlant.blogspot.com/2008/07/appunti-per-il-prog...Anzitutto, sulla ferraglia citata ho allestito un server LAMP: per quanto riguarda Apache, faccio uso soprattutto di questi riferimenti: Apache HTTP Server Version 2.2 Documentation Installing Apache 2 in Debian 3.1 (Sarge) including SSL Setting up an SSL server with Apache2
-
Avinash's Reading List
http://iread.avinash.wsDebian GNU/Linux System Administration Resources
-
Migrating mailman lists
http://linux.wxs.ro/2008/06/30/migrating-mailman-lists/Migrating mailman lists
-
Re: multiple uplinks
http://linuxallert.blogspot.com/2008/06/re-multiple-uplinks....snazim se zprovoznit zalozni spoj (failover) a load balancing > postupoval jsem podle > > http://lartc.org/howto/lartc.rpdb.multiple-links.html > http://linux-ip.net/html/adv-multi-internet.html > http://www.debian-administration.org/articles/377 > > nasledovne > > vytvoril jsem zaznam pro 2 nove tabulky v /etc/iproute2/rt_tables > > 201 uplink1 > 202 uplink2 > > nasledne > > P1_NET=212.24.137.40/30 >
-
multiple uplinks
http://linuxallert.blogspot.com/2008/06/multiple-uplinks.htm...default via 212.24.137.41 dev eth2 snazim se zprovoznit zalozni spoj (failover) a load balancing postupoval jsem podle http://lartc.org/howto/lartc.rpdb.multiple-links.html http://linux-ip.net/html/adv-multi-internet.html http://www.debian-administration.org/articles/377 nasledovne vytvoril jsem zaznam pro 2 nove tabulky v /etc/iproute2/rt_tables 201 uplink1 202 uplink2 nasledne P1_NET=212.24.137.40/30 IF1=eth2 IP1=212.24.137.42 P1=212.24.137.41 P2_NET=10.0.0.0/24 IF2=eth3
-
Standalone Sysadmin
http://standalone-sysadmin.blogspot.comPlanet Sysadmin: Blog Aggregator Last In, First Out Small Linux Deployments O'Reilly SysAdmin Debian Administration TechRepublic: Network Administrator The Lone Sysadmin ryannedeff.com ecogeek Ogle Earth
-
Weave, WebDAV
http://multiple-hats.blogspot.com/2008/06/weave-webdav.htmlput one together. I shouldn't need to back it up; if the central server dies, I'll still have the data on two or more endpoint computers. WebDAV works on Apache 2. It doesn't work on the (perhaps still more common) Apaache 1.3. Using the NSLU2, follow these instructions to install Apache 2 and Webdav. Debian/NSLU2 still isn't supporting Digest Authentication, but for something of this scope, Basic Auth should be just fine. (The encryption of passwords is more secure with Digest.) These instructions explain