sábado, dezembro 24, 2005
Copiar dvds facilmente no linux com o k9copy
http://k9copy.free.fr/index.php
Extremamente simples de usar, e permite salvar o resultado como .iso, ou gravar diretamente para um DVD.
--
=========================
Alexandre Miguel de Andrade Souza
Visite meu blog http://alexandremas.blogspot.com/
Sobre php, linux e afins
sexta-feira, dezembro 23, 2005
Instalar driver ati no debian
Configure um dos repositórios abaixo no seu /etc/apt/sources.list
You can download these packages with apt by adding one of the following lines to your /etc/apt/sources.list
file:
deb http://xoomer.virgilio.it/flavio.stanchina/debian-fglrx-modules/ /configure também o testing e o unstable para contrib e non-free
deb http://stanchina.sesse.net/debian-fglrx-modules/ / #thanks to Steinar
Altere o seu arquivo de configuração do X (serve para xorg.conf também)
Configure X
fglrxconfig
. Just don't use it, OK? fglrxconfig
is useful if you want a dual-head setup, but before you try that please make sure that a single-head setup works by editing your X server configuration file as outlined below. Also note that fglrxconfig
will overwrite your existing X server configuration file! Edit your /etc/X11/XF86Config-4
:
Section "Module"
...
# These modules are required for 3D acceleration
Load "GLcore"
Load "glx"
Load "dri"
...
# Load "extmod" but omit DGA extension
# (the DGA extension is broken in the fglrx driver)
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
...
EndSection
Section "Device"
Identifier "ATI"
Driver "fglrx" # this is the important bit
# If X refuses to use the screen resolution you asked for,
# uncomment this; see "Bugs and Workarounds" for details.
#Option "NoDDC"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Use internal AGP GART support? ===
# If OpenGL acceleration doesn't work, try using "yes" here
# and disable the kernel agpgart driver.
Option "UseInternalAGPGART" "no"
EndSection
Section "Screen"
Identifier "your screen"
Device "ATI"
Monitor "your monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x960" # this is only an example,
# use your preferred resolution here
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Altere o /etc/fstab adicionando essa linha antes do /dev/proc
/dev/shm /dev/shm tmpfs defaults 0 0
--
=========================
Alexandre Miguel de Andrade Souza
Visite meu blog http://alexandremas.blogspot.com/
Sobre php, linux e afins
terça-feira, dezembro 20, 2005
Porque se deve ficar com medo do windows vista
http://www.ubergeek.tv/article.php?pid=104
--
=========================
Alexandre Miguel de Andrade Souza
Visite meu blog http://alexandremas.blogspot.com/
Sobre php, linux e afins
segunda-feira, dezembro 19, 2005
Porque eu desisti da Microsoft
http://news.com.com/2008-1082_3-5065859.html
--
=========================
Alexandre Miguel de Andrade Souza
Visite meu blog http://alexandremas.blogspot.com/
Sobre php, linux e afins
dicas para jogos no linux
http://br-linux.org/linux/node/2430
Acredito que para um usuário que tem boa experiência em Linux, basta mesmo pegar uma distro que tenha maior identificação e instalar os programas que deseja, e quanto ao gerenciador basta usar o LanBr ou Zeiberbude, que darão conta do recado. Com relação aos jogos atualmente a gama de bons títulos é enorme, assim montar uma lan house totalmente livre se torna uma boa solução pra iniciar.
Alguns sites que recomendo para você dar uma olhada quanto aos jogos:
http://www.liflg.org
http://www.happypenguin.org
http://www.linux-gamers.net
E gerenciadores:
http://www.portalcriativa.com.br/LanBr.html
http://zeiberbude.sourceforge.net
http://openkiosk.sourceforge.net
Artigos interessantes e outros:
http://www.guiadohardware.net/artigos/309
http://www.guiadohardware.net/artigos/312
http://www.tuxresources.org
http://linuxval.free.fr/games
--
=========================
Alexandre Miguel de Andrade Souza
Visite meu blog http://alexandremas.blogspot.com/
Sobre php, linux e afins
terça-feira, dezembro 13, 2005
Browser Appliance Virtual Machine
Para quem quiser testar, o link é
http://www.vmware.com/vmtn/vm/browserapp.html
Do Link:
-----------------------------------------------------------------
Virtual Machine
The Browser Appliance is a free virtual machine that allows users to securely browse the Internet using Mozilla Firefox. Run the Browser Appliance with VMware Player to:
- Protect Against Adware and Spyware: Users protect their PCs against adware, spyware and other malware while browsing the Internet with Firefox in a virtual machine. The Browser Appliance leverages virtual machine isolation capabilities to prevent malware downloaded in the browser from propagating to the normal desktop.
- Safeguard Personal Information: The Browser Appliance can be configured to automatically reset itself after each use so personal information is never stored permanently.
--
=========================
Alexandre Miguel de Andrade Souza
Visite meu blog http://alexandremas.blogspot.com/
Sobre php, linux e afins
segunda-feira, dezembro 12, 2005
Kiso, um programa muito esperado
http://kiso.sourceforge.net/info_ks.php
What is KIso ?
KIso is a graphical user interface for KDE 3.x which has the purpose to make it as easy as possible to:
* Open ISO and NRG images.
* Create an ISO image from CD.
* Easy and convenient creation of own ISO images.
* Convert NRG to ISO images.
* Convert BIN/CUE to ISO images.
* Convert MDF to ISO images.
* Convert CDI to ISO images.
* Convert CCD/IMG to ISO images.
* Convert C2D to ISO images.
* Mount ISO/NRG images as virtual drive.
* Extract the content of an ISO/NRG image.
* Create bootable images.
--
=========================
Alexandre Miguel de Andrade Souza
Visite meu blog http://alexandremas.blogspot.com/
Sobre php, linux e afins
sábado, dezembro 10, 2005
Mozilla activex control no linux
Se o próprio wine não fizer o download automaticamente, você pode obtê-lo em
http://www.iol.ie/~locka/mozilla/control.htm
só que dá um erro ao tentar instalar, pq ele dá uma mensagem de que não conseguiu encontrar algumas libraries:
então encontrei essa dica em http://www.linuxforums.org/forum/topic-35302.html
----------------------------------------------------------------------------------------------------------------------------------
If you are getting the message about the layout libraries not being found you need to get this file:
http://www.iol.ie/~locka/mozilla/runtime60.zip
And extract it somewhere "windows" can find it, I extracted it to:
../drive_c/windows/system32
-----------------------------------------------------------------------------------------------------------------------------
então você consegue concluir a instalação.
--
=========================
Alexandre Miguel de Andrade Souza
Visite meu blog http://alexandremas.blogspot.com/
Sobre php, linux e afins
Gantt Chart Class entre as Top 10 da semana
O lançamento da gantt chart php class foi um sucesso, em três dias ela já ficou em 6º lugar entre as mais baixadas da semana no phpclasses.org!
This week - Top downloaded classes
Rank | Class | Author | Users |
---|---|---|---|
1 | Easy Upload | Reza Salehi | 337 |
2 | SQL XML | Rich Zygler | 305 |
3 | a_email | Tim Ault | 235 |
4 | Forms generation and validation | Manuel Lemos | 229 |
5 | Bar and Line Point Chart | Igor Feghali | 223 |
6 | Gantt Chart Class | Alexandre Miguel de Andrade Souza | 216 |
7 | Easy Data Grid | Reza Salehi | 203 |
8 | HttClass | Joseph E. Albritton | 198 |
9 | PhpMyBorder | Vidar Vestnes | 195 |
10 | Google Page Rank Checker | Emre Odabas | 182 |
This week - Top downloaded authors
Rank | Author | Classes | Users |
---|---|---|---|
1 | Manuel Lemos | 28 | 831 |
2 | Reza Salehi | 16 | 576 |
3 | harish | 23 | 329 |
4 | Olaf Lederer | 9 | 317 |
5 | Rich Zygler | 1 | 305 |
6 | Er. Rochak Chauhan | 15 | 252 |
7 | Tim Ault | 1 | 235 |
8 | Igor Feghali | 2 | 227 |
9 | Jamie Curnow | 2 | 218 |
10 | Alexandre Miguel de Andrade Souza | 1 | 216 |
--
=========================
Alexandre Miguel de Andrade Souza
Visite meu blog http://alexandremas.blogspot.com/
Sobre php, linux e afins
quinta-feira, dezembro 08, 2005
Dazzle Emule Mod no Linux
Mas com a versão nova do wine 0.91, finalmente consegui usar o dazzle no linux. Esse era o único motivo que eu deixava o meu computador ligado no windows quando eu não estava usando, pq o dazze agiliza os downloads na rede edonkey. Para quem não conhece, o site do dazzle está em
http://dazzle.selwerd.nl/emule/
--
=========================
Alexandre Miguel de Andrade Souza
Visite meu blog http://alexandremas.blogspot.com/
Sobre php, linux e afins
quarta-feira, dezembro 07, 2005
Gantt Chart Class
A descrição adaptada pelo Manoel Lemos ficou assim:
-----------------------------------------------------------------------------------------------------------------------------------
This class can be used to generate project planning and progress report Gantt charts.
It takes all the definitions of the chart details from associative arrays that are passed to the class constructor function.
The class supports the definition of details of project task groups, initial planned work, adjusted plan, real work done, progress (percentage done), milestones (products/objectives) and legend.
Several chart presentation details can be configured like the colors, row height, block height of blocks, where the blocks begin, text fonts, locale date formatting, legend titles, graphic scale (day, week or month), transparency of bars, lines (dependency) and icon (milestones).
The chart graphics are rendered using the PHP GD library functions. The charts are outputted in the PNG format.
--------------------------------------------------------------------------------------------------------------------------------
O diferencial dessa classe para a disponibilizada pelo Jpgraph, que era a única opensource para a geração desse tipo de gráfico é que a jpgraph permite gerar apenas o planned work (planejamento inicial) e o progress (porcentagem done). enquanto a Gantt Chartt php class é muito mais personalizável.
Como precisava de recursos mais avançados para um sistema de gerenciamento de projetos interno, até tentei implementar esses recursos na jpgraph, mas a lógica deles é muito confusa. Dessa forma achei melhor começar uma classe do zero, de forma a implementar mais facilmente.
Se alguém estiver interessado na classe, o endereço é:
http://amasouza.users.phpclasses.org/browse/package/2737.html
Sugestões e dúvidas podem ser feitas no fórum da classe :
http://amasouza.users.phpclasses.org/discuss/package/2737/
--
=========================
Alexandre Miguel de Andrade Souza
Visite meu blog http://alexandremas.blogspot.com/
Sobre php, linux e afins
terça-feira, dezembro 06, 2005
Amarok: Um media player fantástico
o link para o site do amarok é
http://amarok.kde.org/
Como configurar um emulador do msx no linux
http://www.vivaolinux.com.br/artigos/verArtigo.php?codigo=4167#