Linux and Freedom of Choice
Feiticeir0
(1 comments, 73 posts)
Posts by Feiticeir0
Install logwatch Centos 6
01 month ago
Logwatch is a wonderfull Linux tool that informs us (by email if you like) to what happened to a server during the previous day (configurable).
In CentOS 6, there’s a problem installing it (at least in all my servers with CentOS 6 i had it) because of perl-Date-Manip, with the [...]
Upgrade Linux Mint 11 (Katya) to version 12 (Lisa)
22 months ago
by Feiticeir0
in Linux
Well, Linux Mint 12 is out and it’s time to upgrade and take advantaged of the new features…
There are many ways of upgrading, as you can read here: http://community.linuxmint.com/tutorial/view/2. Please read it carefully before proceeding with the upgrade. You can turn your current installation [...]
Install core fonts Centos 6
03 months ago
by Feiticeir0
in Linux
Centos 6 does not comes with the Core Fonts from M$. Here 's how can we add them
yum install ttmkfdir cabextract rpm-build
For chkfontpath, we need the ATrpms repository or download the file directly from http://pkgs.org/centos-6-rhel-6/atrpms-i386/chkfontpath-1.10.1-2.el6.i686.rpm.html
Note: The [...]
Gnome 3 open with custom applications
03 months ago
Gnome 3 is an excellent piece of software ! Is just amazing, but lacks some things. In gnome 2, when we wanted to open an file with an application not in the menu, we could use "Open With" and choose an application – All in graphic mode.
Well, in gnome 3, that's not possible (at least, after [...]
Disco Rígido (hdd) não detectado antes da instalação
08 months ago
by Feiticeir0
in Linux
Já me aconteceu, algumas vezes (bem, demasiadas vezes), quando quer instalar um Linux e chega à parte de criar partições, o disco não é detectado.
Isto tem a ver com os novos modos dos discos nas bios, em AHCI ou IDE. Por várias vezes isto tras problemas, mesmo nos mais recentes Linux.
Como [...]
Configurar http proxy com filtro de conteúdos (dansguardian)
010 months ago
Activar repositórios necessários.
rpmforge
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm
rpm -ivh rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm
Instalar a chave GPG de DAG
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
EPEL
O Repositório EPEL (Extra Packages [...]
Instalar Koha 3.00.06 em Centos 5.5
011 months ago
install koha-3.00.06 on Centos 5.5
Koha é um ILS (Integrated Library System – Sistema de Gestão de Bibliotecas) gratuito e Open Source. É usado em todo o mundo, demonstrando a sua robustez.
Sendo todo baseado em PERL, não é dificil de instalar, mas tem muitas dependências e o processo é [...]
Monitorizar sistema de ficheiros com inotify
01 year ago
by Feiticeir0
in Linux
Existem muitas ocasiões onde é necessário monitorizar o nosso sistema de ficheiros, para saber o que se passa com algum ficheiro ou directoria. Existem muitas soluções, mas há algumas melhores que outras. Em Linux existe algo que se chama inotify.
A maioria dos sitemas Linux mais recentes já traz [...]
Replicação entre servidores MySQL
01 year ago
MySQL é uma das base de dados Open Source mais utilizadas no mundo.
Este tutorial vai mostrar como criar um servidor de replicação do MySQL.
A replicação no MySQL permite que tenhamos um ou mais servidores exactamente iguais.
Nota: A replicação não é nenhum processo de Backup. Tudo o que for [...]
Wiithon em Caixa Mágica
01 year ago
by Feiticeir0
in Uncategorized
Wiithon é um gestor de WBFS. Para quem não sabe, o WBFS é o sistema de ficheiros usado na Wii. Isto permite criar backups dos nosso jogos para a Wii e jogar com os mesmos em vez dos originais, para os preservarmos.
O Wiithon por defeito existe para Ubuntu, mas como é feito em Linux, podemos agarrar [...]