|
Debian GNU/Linux Bible
2008-07-10 19:39:00 Debian GNU/Linux is one of the major Linux distributions available today. It is known as the most open" of the Linux distributions for its commitment to the free software principals, and its communitycentricism. It is also known for its tradition of highquality packages and package management tools, as well as its focus on security issues. Debian GNU/Linux® Bible focuses on common apps, GUIs, networking, and system administration. The Debian Projects Internetbased development model has helped the distribution achieve unparalleled Internet functionality. One of the most popular features in Debian GNU/Linux is "aptget," which automates free network downloads of all software package updates, making the Debian CD the last CD you will ever need to keep your system uptodate with Linux."http://www.mediafire.com-/?3lwtz0ex4u1
PHP4 setup on Debian Etch by khuegele
2008-06-08 01:50:00 Hello, I need help with setting up my server with PHP4. The application needs to work with MySQL 5 and Apache 2. MySQL 5 and Apache 2 are already installed. I don't have PHP 5 installed. PHP4 can be installed as cgi or apache 2 module... (Budget: $30-250, Jobs: Linux, PHP)
Installing And Using The Unbound Name Server On Debian Etch
2008-05-29 20:18:00 Unbound is a validating, recursive, and caching DNS resolver, released under a BSD license. Version 1.0.0 was released on May 20, 2008. This tutorial explains how to install and use it on Debian Etch, including the creation of zones for your own domains.
By: Server Tales
Enabling And Disabling Root Account in Debian/Ubuntu
2008-05-27 06:30:00 Debian and other debian-based distros like Ubuntu have, by default, root account disabled as a security measure. To re-enable the root account, just open the command prompt, and type sudo passwd root You’ll get the following set of messages: sathya@sathya-laptop:~$ sudo passwd root Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully sathya@sathya-laptop:~$ To disable root access, just type sudo passwd ...SHARETHIS.addEntry({ title: "Enabling And Disabling Root Account in Debian/Ubuntu", url: "http://sathyasays.com/2008/05/-27/enabling-and-disabling-root--account-in-debianubuntu/" });
By: Sathya Says
VirtualBox OSE 1.6.1~svn per Debian e Ubuntu
2008-05-27 00:50:00 In questo post parlavo dell’installazione dall’albero di sviluppo svn (Subversion command line client tool) generando in quel caso dei files binari, scegliendo solo l’esecuzione senza installarli per poter provare contemporaneamente la versione PUEL e quella OSE (che purtroppo manca del componente USB). Tra i vari messaggi ricevuti negli ultimi giorni dalla mailing list di virtualbox, mi ...
Critical Debian Private SSL/SSH Keys Expliot!
2008-05-27 00:00:00 ?Debian package maintainers tend to very often modify the source code of the package they are maintaining so that it better fits into the distribution itself. However, most of the time, their changes are not sent back to upstream for validation, which might cause some tension between upstream developers and ...
Critical Debian Private SSL/SSH Keys Expliot!
2008-05-27 00:00:00 ?Debian package maintainers tend to very often modify the source code of the package they are maintaining so that it better fits into the distribution itself. However, most of the time, their changes are not sent back to upstream for validation, which might cause some tension between upstream developers and ...
Reporting Bugs the Debian Way
2008-05-24 07:46:00 Following on from my recommendation for [apt-buglist][]—where you can see the reported bugs on a package before installing it—I thought it might be useful to look at the other side of the coin, reporting bugs in Debian. The best way to do this is with the dedicated tool: reportbug. Full story
By: Server Tales
Debian SSL patch pains security pros
2008-05-22 07:38:00 It's been more than a week since Debian patched a massive security hole in the library the operating system uses to create cryptographic keys for securing email, websites and administrative servers. Now the hard work begins, as legions of admins are saddled with the odious task of regenerating keys too numerous for anyone to estimate.
By: Server Tales
Debian SSL patch pains security pros
2008-05-22 07:38:00 It's been more than a week since Debian patched a massive security hole in the library the operating system uses to create cryptographic keys for securing email, websites and administrative servers. Now the hard work begins, as legions of admins are saddled with the odious task of regenerating keys too numerous for anyone to estimate.
By: Server Tales
Debian y su número aleatorio no tan aleatorio
2008-05-22 00:00:00 Los geniales Dilbert y xkcd reflejan con humor el tremendo bug que afecta tanto a Debian como a las distribuciones basadas en ella como Ubuntu, Xandros, o nuestro (por cercanía, no por usuario) Guadalinex. El bug consiste en que los números generados por OpenSSL no eran tan aleatorios como se suponía ...
By: Enigma Tres
Creating an Encrypted DVD with Debian Linux
2008-05-21 13:49:00 As a network security professional, I occasionally need to save data relating to an investigation to a DVD. The data is often sensitive and requires encryption.I found great tutorials at HOWTO Burn Encrypted DVDs and HOWTO Compile an aespipe ProgramBelow is my brief step-by-step guide. (Detailed information can be found at the above links.)Note: Requirements aespipe (I use Debian Linux, which would loop-aes-modules)Step 1:Create a directory with the files you want to save on CD (or DVD).In this example, we'll create a directory named WALDO.Step 2 (you will be prompted to enter a passphrase):$ yes "" | dd of=image.iso bs=512 count=16$ head -c 2925 /dev/random | uuencode -m - | head -n 66 | tail -n 65 | gpg --symmetric -a | dd of=image.iso conv=notruncStep 3:$ mkisofs -quiet -r WALDO | aespipe -K WALDO.iso -O 16 >> WALDO.isoStep 4: Test it by mounting on loopback$ mount -t iso9660 WALDO.iso /cdrom -o loop,encryption=AES128,gpgkey=W-ALDO.iso,offset=8192Step 5: Burn the iso (k3b work...
By: My SysAd Blog
Luciano Bello encuentra falla de seguridad en sistema operativo Debian (Ubu
2008-05-17 03:21:00 Ahora que capté su atención estimado lector, le cuento que no se trata del Luciano Bello de la foto, quien, a pesar de sus intentos de poner cara de inteligente, no creo que se dedique a la informática. No, el Luciano Bello en cuestión es un hacker argentino, quien se tomó el tiempo de leer el código de la implementación Open SSL de Debian, y encontrar un fallo bastante serio (Debian la base de la distribución Ubuntu) y otros. El bug estaba desde 2006, y demuestra, una vez más, que el software libre no es más seguro "per se". También demuestra que tampoco es cierta la mal llamada Ley de Linus, acuñada por Eric Raymond, quien postula que al haber muchos ojos mirando el código todos los bugs son evidentes. La verdad, es que aún habiendo suficientes ojos, igual se pasan los bugs por entre las patas de los desarrolladores. Lo mejor de todo este incidente es la tira de XKCD de hoy:
FAQ: How to select fastest APT server in Debian
2008-05-15 11:44:00 Question: I want to select APT repository server/mirror that is fastest for my location. How can I do it in Debian? Answer: You can use application named as "netselect-apt" to get new sources.list file with fastest APT mirror. Install this application by command "sudo aptitude install netselect-apt" and run it in accordance with Debian distribution you ...
By: Linux Screw
Critical Debian Private SSL/SSH Keys Expliot!
2008-05-15 03:41:00 “Debian package maintainers tend to very often modify the source code of the package they are maintaining so that it better fits into the distribution itself. However, most of the time, their changes are not sent back to upstream for validation, which might cause some tension between upstream developers and Debian packagers. Today, a critical security advisory has been released: a Debian packager modified the source code of OpenSSL back in 2006 so as to remove the seeding of OpenSSL random number generator, which in turns makes cryptographic key material generated on a Debian system guessable. The solution? Upgrade OpenSSL and re-generate all your SSH and SSL keys. This problem not only affects Debian, but also all its derivatives, such as Ubuntu.” From: Florian Weimer <fw <at> deneb.enyo.de> Subject: [DSA 1571-1] New openssl packages fix predictable random number generator Newsgroups: gmane.linux.debian.user.securit-y.announce Date: 2008-05-13 12:06:39 GMT (...
Critical Debian Private SSL/SSH Keys Expliot!
2008-05-15 00:00:00 ?Debian package maintainers tend to very often modify the source code of the package they are maintaining so that it better fits into the distribution itself. However, most of the time, their changes are not sent back to upstream for validation, which might cause some tension between upstream developers and ...
How to: Install a Debian/Ubuntu package (.deb) cache server - apt-cacher
2008-05-14 16:36:00 If you have more than one PC using Debian or Ubuntu, you know that upgrading them makes most of the time download the same files more than once, and that is not good for your bandwidth. I usually forward my requests to my Squid (in my office) and to my Personal proxy Polipo at home, it works, but apt-cacher may be a better approach as the way it decides if a file stays or is erased from the cache is more appropriate for .deb package than in Squid or Polipo, as they are optimized for web surfing. Well, after that introduction, lets go to the interesting part of the post. Installing To install it just run: sudo aptitude install apt-cacher Configuring The main configuration file is located at: /etc/apt-cacher/apt-cacher.conf- And you should check these parameters, which at least for me are the most important ones. # cache_dir is used to set the location of the local cache. This can # become quite large, so make sure it is somewhere with plenty of space. cache_dir=/var/cache/apt-cacher-...
How to: Install a Debian/Ubuntu package (.deb) cache server - apt-cacher
2008-05-14 16:36:00 If you have more than one PC using Debian or Ubuntu, you know that upgrading them makes most of the time download the same files more than once, and that is not good for your bandwidth. I usually forward my requests to my Squid (in my office) and to my Personal proxy Polipo at home, it works, but apt-cacher may be a better approach as the way it decides if a file stays or is erased from the cache is more appropriate for .deb package than in Squid or Polipo, as they are optimized for web surfing. Well, after that introduction, lets go to the interesting part of the post. Installing To install it just run: sudo aptitude install apt-cacher Configuring The main configuration file is located at: /etc/apt-cacher/apt-cacher.conf- And you should check these parameters, which at least for me are the most important ones. # cache_dir is used to set the location of the local cache. This can # become quite large, so make sure it is somewhere with plenty of space. cache_dir=/var/cache/apt-cacher-...
Debian and Ubuntu flaw leaves private SSL/SSH keys guessable
2008-05-14 07:18:00 As the researcher Luciano Bello discovered a security flaw in Debian’s random number generator that allows to predict a random generated number. The Debian Security Advisory posted up DSA-1571-1 openssl — predictable random number generator issue today. They also strongly advised its users to take steps to avoid possible compromising of any systems running on ...
Debilidad criptográfica en los paquetes openssl de Debian
2008-05-14 02:14:00 Luciano Bello, desarrollador argentino de Debian, ha descubierto que el generador de números aleatorios del paquete openssl de Debian es predecible, lo que implica una debilidad criptográfica bastante importante. Las claves afectadas incluy ... Link: Barrapunto Tags: Luciano, Bello,, desarrollador, argentino, Debian,, descubierto, generador, números, aleatorios, paquete, openssl, Debian, predecible,, implica, debilidad, criptográfica, bastante, importante., claves, afectadas, ...
Debian fixes serious crypto bug
2008-05-14 01:14:00 Debian has warned of a vulnerability in its cryptographic functions that could leave systems open to attack. The use of a cryptographically flawed pseudo random number generator in Debian's implementation of OpenSSL meant that potentially predictable keys were generated. Versions of Debian's OpenSSL packages starting with 0.9.8c-1 (released in September 2006) are potentially vulnerable.
By: Server Tales
Debian fixes serious crypto bug
2008-05-14 01:14:00 Debian has warned of a vulnerability in its cryptographic functions that could leave systems open to attack. The use of a cryptographically flawed pseudo random number generator in Debian's implementation of OpenSSL meant that potentially predictable keys were generated. Versions of Debian's OpenSSL packages starting with 0.9.8c-1 (released in September 2006) are potentially vulnerable.
By: Server Tales
Installare Debian/Ubuntu su USB, VirtualBox ci aiuta
2008-05-13 01:15:00 Il motivo per cui scrivo questo post è perché sono stato mosso dalla lentezza del mio Ubuntu che sul portatile era diventata ormai improponibile, per cui prima di rasare a zero ho voluto vedere come si comportano debian e ubuntu sul mio hardware (Pentium M processor 1.86GHz, 1Gb RAM, video Intel i810). Ho iniziato a usare ...
The Debian menu system - How to create menus for TWM, OpenBox, FluxBox, etc
2008-05-10 17:24:00 The Debian menu systems really saves you a lot of time, when you are trying to find a new installed software. Yes you can run the applications from the command line, as I was doing these days on my Laptop with Fluxbox, but if you are using Debian or Ubuntu you can automatically create the menus using the Debian Menu System. To install it (if you are using Debian might be installed) sudo aptitude install menu then run sudo update-menus and you will have your menus recreated, (or created) with all the available programs in it, this will work for almost all X windows managers, it is usually disabled in Gnome but you can go to: System->Preferences->Main Menu and enable the Debian menu under Applications. If you have just installed it, you may need to log out and log in again, to be able to see it. Now every time a new program is installed, it will automatically added to the menu, unless you run update-menus as a normal user, and not as root.
The Debian menu system - How to create menus for TWM, OpenBox, FluxBox, etc
2008-05-10 17:24:00 The Debian menu systems really saves you a lot of time, when you are trying to find a new installed software. Yes you can run the applications from the command line, as I was doing these days on my Laptop with Fluxbox, but if you are using Debian or Ubuntu you can automatically create the menus using the Debian Menu System. To install it (if you are using Debian might be installed) sudo aptitude install menu then run sudo update-menus and you will have your menus recreated, (or created) with all the available programs in it, this will work for almost all X windows managers, it is usually disabled in Gnome but you can go to: System->Preferences->Main Menu and enable the Debian menu under Applications. If you have just installed it, you may need to log out and log in again, to be able to see it. Now every time a new program is installed, it will automatically added to the menu, unless you run update-menus as a normal user, and not as root.
Rilasciato VirtualBox 1.6.0, seamless windows anche per linux
2008-05-05 00:23:00 E’ stata rilasciata pochi giorni fa la versione 1.6.0 di VirtualBox, aggiornabile o scaricabile dal sito di sun. Il file virtualbox_1.6.0-30421_Ubuntu_h-ardy_i386.deb pesa 21 MB e può essere scaricato sottoscrivendo la licenza PUEL VirtualBox 1.6 License Agreement. Tra le maggiori novità (finalmente dico io) anche per linux le finestre seamless che consentono di estrarre dalla macchina virtuale la ...
Installazione di VirtualBox OSE svn (1.5.51) su Ubuntu Hardy 8.04
2008-04-22 00:42:00 La versione opensource di VirtualBox, Open Source Edition (OSE) Source code, può essere installata sia partendo dal tarball, rilasciato con lo stesso numero di release di quella distribuita (VirtualBox-1.5.6-2_OSE.tar.bz2-), che partendo dall’albero di sviluppo svn (Subversion command line client tool). I motivi per compilare la versione SVN possono essere diversi, partendo dalla scelta di provare nuove ...
Runlevels - Debian (Ubuntu) / Fedora (CentOS)
2008-04-21 21:49:00 There are six different runlevels in Linux, there could be more than six, but for compatibility reasons six are the default. I have used RedHat and Debian based Linux, more specifically Fedora and Ubuntu and Debian itself, I have noticed that there is a difference in the runlevels on this different Linux distributions. Well but first let's define the runlevels: Runlevels in Linux are seven and they are: - 0 = halt - 1 = single user - 2 = CLI, multi-user, no net - 3 = CLI, multi-user, networked - 4 = open - 5 = GUI, multi-user, networked - 6 = reboot You can define more of them if you want, but whit this should be enough, a runlevel will define which software to start when you enter in that specific runlevel. For example if you go to runlevel 0, the computer will halt, and probable turn off (If it is a modern computer). When you enter a specific runlevel, Linux will run some scripts that are located at: /etc/rc0.d Run level 0 /etc/rc1.d Run level 1 /etc/rc2.d Run level 2 /etc/rc3...
Runlevels - Debian (Ubuntu) / Fedora (CentOS)
2008-04-21 21:49:00 There are six different runlevels in Linux, there could be more than six, but for compatibility reasons six are the default. I have used RedHat and Debian based Linux, more specifically Fedora and Ubuntu and Debian itself, I have noticed that there is a difference in the runlevels on this different Linux distributions. Well but first let's define the runlevels: Runlevels in Linux are seven and they are: - 0 = halt - 1 = single user - 2 = CLI, multi-user, no net - 3 = CLI, multi-user, networked - 4 = open - 5 = GUI, multi-user, networked - 6 = reboot You can define more of them if you want, but whit this should be enough, a runlevel will define which software to start when you enter in that specific runlevel. For example if you go to runlevel 0, the computer will halt, and probable turn off (If it is a modern computer). When you enter a specific runlevel, Linux will run some scripts that are located at: /etc/rc0.d Run level 0 /etc/rc1.d Run level 1 /etc/rc2.d Run level 2 /etc/rc3...
Linux Bible, 2008 Edition: Boot up to Ubuntu, Fedora, KNOPPIX, Debian, open
2008-04-21 18:37:00 # Publisher: Wiley; 2008 edition (February 19, 2008)# Language: English# ISBN-10: 0470230193# ISBN-13: 978-0470230190Product DescriptionGreat Content from a Bestselling Author: The Linux Bible 2008 Edition is the best first Linux book for new or migrating users. By focusing on the building-block nature of Linux, and offering true up-to-date descriptions of Linux technology, the Bible helps the reader learn how to jump headlong into Linux, regardless of the Linux distribution they choose. Descriptions of different Linux distributions helps users choose the Linux distribution that's right for them. Detailed installation instructions, step-by-step descriptions of key desktop and server components, and the actual distributions on CD and DVD, let readers get started using Linux immediately. The Bible will serve a broad range of readers, from those starting with Linux to anyone looking to evaluate different Linux distributions. It also covers broad usage including Linux desktops, servers...
How to filter spam with Spamassassin and Postfix in Debian
2008-04-21 00:15:00 We have already discussed how to install mail server with postfix+Devcot+SASL +Squirrel Mail in this article we will see how to add spam filter for postfix mail server.Apache SpamAssassin is an extensible email filter that is used to identify spam. Once identified, the mail can then be optionally tagged as spam for later filtering.
By: Server Tales
I?ve been using Debian Lenny a lot ? and it works
2008-04-19 23:07:00 I'm always using a mix of machines and OSes for my work, but until this week, my main "home" machine -- The $0 Laptop (Gateway Solo 1450) -- has been mostly used at home for a bit of Web browsing, testing Linux distributions, and my daughter's favorite educational games (gCompris, Childsplay, TuxPaint, Potato Guy). But this week I've needed to use the laptop a lot more while I'm in the office.
By: Server Tales
I?ve been using Debian Lenny a lot ? and it works
2008-04-19 23:07:00 I'm always using a mix of machines and OSes for my work, but until this week, my main "home" machine -- The $0 Laptop (Gateway Solo 1450) -- has been mostly used at home for a bit of Web browsing, testing Linux distributions, and my daughter's favorite educational games (gCompris, Childsplay, TuxPaint, Potato Guy). But this week I've needed to use the laptop a lot more while I'm in the office.
By: Server Tales
Surprise (Debian gets a new developer)
2008-04-19 12:51:00 when I woke up today (after sleeping in for the first time with my new roll-top in front of my bedroom window) I was surprised & confused by a couple of "congratulations!" messages in my irc away-log. it took me a bit of time & coffee (& looking into my mailbox) to begin to realize that my Debian account had indeed been created while I was asleep. — in fact I guess I still haven't completely realized my new status as Debian Developer. [So the wheels are turning once again for Debian - Steve]
By: Server Tales
Surprise (Debian gets a new developer)
2008-04-19 12:51:00 when I woke up today (after sleeping in for the first time with my new roll-top in front of my bedroom window) I was surprised & confused by a couple of "congratulations!" messages in my irc away-log. it took me a bit of time & coffee (& looking into my mailbox) to begin to realize that my Debian account had indeed been created while I was asleep. — in fact I guess I still haven't completely realized my new status as Debian Developer. [So the wheels are turning once again for Debian - Steve]
By: Server Tales
New Debian leader aims for better communication
2008-04-18 13:42:00 In many ways the Debian GNU/Linux project is unique among all the distributions that dot the Linux landscape. Apart from putting out a high-grade distribution, it has served as the base for a number of others - Ubuntu and Knoppix, to name just two - which have had a big impact on the growth of the Linux ecosystem. A few days back, the project concluded its elections for the year and Steve McIntyre emerged as the victor in a three-cornered contest. McIntyre may well be the most watched elected official of a non-profit group - the direction the project takes is of vital concern to a great many businesses. He was quick off the blocks when approached for an interview; his prose was clear and concise, his reactions swift.
By: Server Tales
New Debian leader aims for better communication
2008-04-18 13:42:00 In many ways the Debian GNU/Linux project is unique among all the distributions that dot the Linux landscape. Apart from putting out a high-grade distribution, it has served as the base for a number of others - Ubuntu and Knoppix, to name just two - which have had a big impact on the growth of the Linux ecosystem. A few days back, the project concluded its elections for the year and Steve McIntyre emerged as the victor in a three-cornered contest. McIntyre may well be the most watched elected official of a non-profit group - the direction the project takes is of vital concern to a great many businesses. He was quick off the blocks when approached for an interview; his prose was clear and concise, his reactions swift.
By: Server Tales
Concerns build over Debian delays
2008-04-17 02:56:00 Organizers of Debian are taking too long too approve new contributors and are threatening the future of the project according to some working on the open source initiative. Many Debian members are using the Planet Debian forum to express their dismay at delays of more than four months in approving new developers. The last new developer was approved in November 2007.
By: Server Tales
Concerns build over Debian delays
2008-04-17 02:56:00 Organizers of Debian are taking too long too approve new contributors and are threatening the future of the project according to some working on the open source initiative. Many Debian members are using the Planet Debian forum to express their dismay at delays of more than four months in approving new developers. The last new developer was approved in November 2007.
By: Server Tales
Macchine virtuali VirtualBox®, sistemi liberi pronti all?uso
2008-04-15 00:47:00 Pochi giorni fa ho appreso da questo post sul blog di Calogero Sanfilippo di un progetto nato per merito di Emanuele Cipolla che riguarda la pubblicazione di immagini macchine virtuali VirtualBox. Il sito del progetto è VirtualBox® Images e ho chiesto di poter contribuire. Su internet finora vi era una grande disponibilità di appliances per VMware, mentre ...
Instalar Gimp 2.5 en Debian
2008-04-14 18:22:00 No soy usuario Linux, pero siempre me ha parecido Importante saber como trabajar en el, como instalar aplicaciones, entre otras cosas. Hoy les comentaré como instalar en nuevo Gimp 2.5 paso por paso: Descargar el Paquete Ftp de Gimp.org Seguidamente debemos instalar las dependencias donde simplemente vamos a añadir a nuestros sources.list un repositorio fuente: deb-src http://ftp.es.debian.org/debian-/ testing ...
Debian Project Leader Election 2008 Results
2008-04-14 09:47:00 The winner of the election is Steve McIntyre. I would like to thank all the candidates for their service to the project, for standing for the post of project leader, and for offering the developers a strong and viable group of candidates. Finally, I would like to congratulate Steve McIntyre, the Project Leader-elect, for his success.
By: Server Tales
Scheduled Backups With Rsyncbackup On Debian Etch
2008-04-13 16:02:00 This document describes how to set up and configure rsyncbackup on Debian Etch. Rsyncbackup is a Perl script that cooperates with rsync. It is easy to configure and able to create scheduled backups (partial and incremental backups).
By: Server Tales
Come installare Debian Netinst sul pc
2008-04-07 19:51:00 Salve!!! Oggi voglio scrivere, dopo le guide su Ubuntu/Kubuntu, gOS e Vixta, l'ennesima guida per imparare ad installare la distribuzione Debian Netinst, la madre di Ubuntu, e nonna delle derivate come gOS. Questa distro non dispone nè di una GUI (Grafical User Interface, l'interfaccia grafica che caratterizzava le precedenti distro sopra descritte) nè di un'anteprima del SO (il netinst infatti non è un Live CD) durante l'installazione, anche se riesce a compensare con la lingua italiana, che ci aiuterà durante l'installazione di Debian nel pc.Iniziamo!!!Cosa ci serve:Il CD di installazione ed un po' di tempo =)Download:Debian Netinst : Questo link vi rimanda al donwload diretto dell'*.iso, da masterizzare in un CD con un software adatto a farlo, come ad esempio StarBurn. Dopo averla scaricata cliccate due volte su di essa, e seguite la procedura guidata del vostro software di masterizzazione. Il CD di Netinst è minimale, cioè contiene una piccola parte del sistema. Il resto ...
Integrating XCache Into PHP5 (Debian Etch & Apache2)
2008-04-04 01:38:00 This guide explains how to integrate XCache into PHP5 on a Debian Etch system (with Apache2). From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.
By: Server Tales
Come installare Opera in (K)Ubuntu 7.10/7.04 e Debian Etch/Lenny
2008-04-02 17:34:00 Salve!!! Uno dei migliori browser riguardo sicurezza e velocità in circolazione è Opera. Quest'ottimo browser è disponibile gratuitamente anche per tutte le distribuzioni Linux.E' molto semplice installarlo:In Primis dobbiamo inserire nelle nostre repository la seguente stringa (digitiamo da terminale sudo gedit /etc/apt/sources.list (se utilizziamo Kubuntu sudo kate /etc/apt/sources.list):Se utilizziamo (K)Ubuntu 7.10 Gutsy Gibbon :#Opera Repositorydeb http://archive.canonical.com/ub-untu gutsy partnerSe utilizziamo (K)Ubuntu 7.04 Feisty Fawn :#Opera Repositorydeb http://archive.canonical.com/ub-untu feisty-commercial mainSe utilizziamo Debian Etch :#Opera Repositorydeb http://deb.opera.com/opera/ etch non-freeSe utilizziamo Debian Lenny :#Opera Repositorydeb http://deb.opera.com/opera/ lenny non-freeOra installiamo le chiavi con il seguente comanda :Se disponete sudo digitate:gpg --armor --export 6A423791| sudo apt-key add -Se invece utilizzate root digitate:gpg --armor --exp...
Come installare gOS in Ubuntu/Kubuntu/Xubuntu e Debian Etch
2008-04-01 20:08:00 Salve!!! Vi ricordate di gOS (good Operating System), la distribuzione Linux del gPC??? Oggi potremo provare questa distro con alcuni comandi da digitare da Terminale, a seconda di quale distro fra Ubuntu, Kubuntu e Xubuntu disponiamo. In poche parole avremo la nostra distribuzione vestita in un altro modo, in questo caso molto user-friendly devo dire.Iniziamo!!!gOS in Ubuntu:Apriamo un Terminale e digitiamo sudo kate /etc/apt/sources.list inserendo la password del nostro account. Inseriamo nel file appena aperto la seguente repository di gOS (possiamo anche evitare di inserire # gOS Repositories) :# gOS Repositoriesdeb http://packages.thinkgos.com/go-s/ painful maindeb-src http://packages.thinkgos.com/go-s/ painful mainDigitiamo adesso, sempre da terminale,wget http://www.thinkgos.com/files/g-os_repo_key.ascsudo apt-key add gos_repo_key.ascrm gos_repo_key.ascAggiorniamo le repository con sudo apt-get update e, se tutto è andato a buon fine, appariranno degli aggiornamenti che riguard...
How To Set Up SSH With Public-Key Authentication On Debian Etch
2008-03-30 19:44:00 This guide explains how to set up an SSH server on Debian Etch with public-key authorization (and optionally with disabled password logins). SSH is a great tool to control Linux-based computers remotely. It is safe and secure.
By: Server Tales
How To Set Up SSH With Public-Key Authentication On Debian Etch
2008-03-30 19:44:00 This guide explains how to set up an SSH server on Debian Etch with public-key authorization (and optionally with disabled password logins). SSH is a great tool to control Linux-based computers remotely. It is safe and secure.
By: Server Tales
How to fix the Debian Lenny bug in which Epiphany always starts in ?working
2008-03-30 06:35:00 I'm just a user and wordy blogger, and I find it fascinating to learn how bugs are dealt with in software projects like Debian. I do hope my 2.6.24 kernel-related sound problem gets resolved (even though I can just use an older kernel and have all the sound I want). The other bug that's bugging me is one in which the Epiphany browser (but not Iceweasel/Firefox) always starts in the "working offline" mode, no matter whether I have the Internet connected or not. I don't know whether or not the Debian team is going to get around to "fixing" this bug, since there's a fix out there that anybody can do. Curiously, I had to find it in another Debian bug report.
By: Server Tales
|



