Elastix 2.2 The VoIP server in home or in the office
Elastix has multiple features and functionalities related with all the services available: IP Telephony, Mail Server, Fax Server, Conferences, Instant Messaging Server, among others. New features, functionalities and Services are added at the development of new versions.
Image: Pplware: For Portuguese article, please visit : http://pplware.sapo.pt/linux/elastix-2-2-um-servidor-voip-gratuito-em-casa-ou-no-escritrio/
Elastix is an Open Source Sofware to establish Unified Communications. About this concept, Elastix goal is to incorporate all the communication alternatives, available at an enterprise level, into a unique solution.
Unified Communications With Elastix
The Elastix project begun as a call report interface for Asterisk and was released in March of 2006. Later that year the project evolved into an Asterisk Based distro.
Telephony was the traditional way that lead communications the last century, that’s why many Companies and users focus their requirements on their necessities to establish telephony communications on their organizations, and confuse unified communications “distros” with a telephone exchange system. Elastix, not only provides telephony, it integrates other communication alternatives to make your organization environment more productive and efficient.
Elastix include the following communication media:

Features
There are new ways of communication every day and the addition of features and functionality must be constant. Elastix it’s capable of establish an efficient environment on your organization with the addition of many features that allows to integrate other locations of your company to centralize your business and take it global. A user in your corporation located in South America shares the same functionalities of another located in Asia besides having direct internal communication.
Some of the basic Features of Elastix include:
- Voicemail
- Fax-to-email
- Support for softphones
- Web Interface Configuration
- Virtual conference rooms
- Call recording
- Least Cost Routing
- Extension Roaming
- PBX Interconnection
- Caller ID
- CRM
- Advance Reports
Como entrar num pc com windows
Se é daquelas pessoas que sente que os seus dados pessoais estão protegidos pela password do Windows, então tome precauções, pois hoje em dia entrar num computador com Windows é comum para a maior parte dos comuns mortais. Dou-lhe um conselho desinstale o Windows e sinta-se seguro.
Veja um exemplo :
http://lifehacker.com/5674972/how-to-break-into-a-windows-pc-and-prevent-it-from-happening-to-you
Existem alternativas ?
Linux numa pen
Por vezes, dá jeito ter o linux sempre a mão e que tal enfiá-lo numa pen, para que possamos trabalhar nele
http://pplware.sapo.pt/windows/software/lili-usb-creator-2-6-meta-um-linux-numa-penusb/
Lista de terminal comands ubuntu
https://help.ubuntu.com/community/UsingTheTerminal#Commands
uname -a : print all information
uname -r : print the kernel release
uname -v : print the kernel version
uname -o : print the operating systemUtilizando o comando cat linux : http://www.htmlstaff.org/ver.php?id=24581
Recuperar a senha no Ubuntu
Recuperar a senha no Ubuntu
Esqueceu a senha do Ubuntu?
Pode recuperá-la da seguinte maneira :
Ao bootar o computador aparecerá a tela do Grub. Caso isso não aconteça, pressione a tecla ESC logo após a BIOS ter carregado.
No menu do Grub, aparece a expressão “(recovery mode)” . Seleccione essa opção.
A computador começará o processo de boot, mostrado todos os passos. Depois de um tempo aparecerá uma tela com o título de “Recovery Menu”. Utilize as setas do teclado e selecione a opção “root – drop to root shell prompt”.
No prompt, para alterar a senha do root digite:
passwd
Para alterar a senha de outro utilizador, digite o comando passwd seguido do nome de utilizador.
Por exemplo, para alterar a senha do utilizador Filipe, utilize:
passwd Filipe
Caso não se lembre do nome de utilizador utilize o comando ls /home e aparece-lhe os nomes de utilizador existentes.
Após terminar de reconfigurar as suas senhas, digite exit para voltar ao menu. Seleccione a opção “Resume – Resume normal boot” para continuar o boot e entrar no seu desktop.
Qimo 2.0 – A distribuição Linux para crianças
O Qimo4 Kids possui vários jogos educativos dos quais salientamos:
o Tuxpain (para desenhar).
o Tuxmath (para aprender matemática).
Tuxtype (exercícios de escrita).
Utiliza o ambiente gráfico Xfce e é também uma versão LiveCD.
Tuxpaint
Ubuntu Instalar pacotes 32 Bits em sistemas 64 bits
Para forçar a instalação de um pacote 32 bits num ubuntu de 64 bits deve ser usado o seguinte comando
se a extensão do ficheiro for .bin
executar o ficheiro e ir a pasta /tmp/selfextract.xyx .
Copiar o ficheiro .deb para a pasta home e instalar da seguinte maneira
dpkg -i –force-all PacketTracer-5.2-u.i386.deb
Funciona na maioria dos casos para distribuições a 64 bits.
10 Livros gratuitos para iniciar em linux.
Nestes livros pode encontrar, boa informação para quem se está a iniciar no linux, ou se já é utilizador do mesmo.
1) Introduction to Linux – A Hands on Guide
Author: Machtelt Garrels
Format: HTML
Author: Machtelt Garrels
Format: HTML
3) Rute User’s Tutorial and Exposition
Author: Paul Sheer
Format: HTML
Author: Paul Hudson
Format: PDF
Author: FSF
Format: HTML & PDF
6) The Easiest Linux Guide You’ll Ever Read
Author: Scott Morris
Format: PDF
7) Linux Knowledge Base and Tutorial
Author: James Mohr
Format: PDF
Ubuntu Pocket Guide and Reference
Author: Keir Thomas
Format: PDF
9) Linux Newbie Administrator Guide
Author: Peter and Stan Klimas
Format: HTML
Author: Daniël de Kok
Format: HTML
Fonte: www.linuxhaxor.n
Howto run a script when a USB device IS Pluged
1. First run lsusb to identify your device. Example:
$lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 040a:0576 Kodak Co.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
2. After doing this you know that
- the vendor ID of your device is 040a
- the product ID of your device is 0576
3. Now is time to create your UDEV rule:
sudo nano /etc/udev/rules.d/85-my_rule.rules
4. And add the text
ACTION=="add", SUBSYSTEM=="usb_device", SYSFS{idVendor}=="040a", SYSFS{idProduct}=="0576", RUN+="/usr/local/my_script"
When the usb_device product identified as 0576 of vendor 040a is added, run /usr/local/my_script
Note that ‘==’ and “!=” are comparators, while = and += are assingments













