Dicas para o Ubuntu

Olá!

O objetivo dessa página é orientar usuários iniciantes do Ubuntu que desejam instalar e configurar o Ubuntu utilizando ao máximo o modo gráfico. Caso o uso do ambiente gráfico não for possível, as orientações buscam ser o mais simples possível, sempre voltadas aos iniciantes do Ubuntu. A versão utilizada do Ubuntu é sempre mais atual e estável de 64 bits.

quinta-feira, 14 de fevereiro de 2013

Ubuntu 12.10 has experienced an internal error

Sorry, Ubuntu 12.10 has experienced an internal error

remove apport and relax if you don't want to report the bugs:

sudo apt-get remove apport
sudo apt-get remove apport-gtk

or

/etc/default/apport and set it to enabled=0

terça-feira, 27 de novembro de 2012

listening radio on ubuntu

For broadcast that use .ram application:

 download in this site:


http://br.real.com/realplayer/other_versions.html


choose your version (in this case, Linux i686, English, .deb)

execute this command:

sudo dpkg -i RealPlayer11GOLD.deb

if this message appears: 




Try 'apt-get -f install' with no packages (or specify a solution).





execute the command

apt-get -f install

and execute the command


sudo dpkg -i RealPlayer11GOLD.deb

Choose your broadcast  and enjoy it.

just that.

sábado, 10 de novembro de 2012

How do I change the icon theme in Ubuntu?


(from:



You can change icon theme with Ubuntu Tweak.

Install Faenza Icon Theme

Hit Ctrl+Alt+T to open terminal and run the following commands:

sudo add-apt-repository ppa:tiheum/equinox sudo apt-get update
sudo apt-get install faenza-icon-theme


Install Ubuntu Tweak:
After installation of Faenza run following commands in terminal to install "Ubuntu Tweak".

sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak
 
How To Change Icon Theme With Ubuntu Tweak?
  • Once installed Hit Super key (windows key) to open Unity dash and search for "ubuntu tweak" and open it.
  • Go to tweak tab and click on "Themes" button.


enter image description here
  • Hare you can easily change the icon theme
enter image description here

segunda-feira, 5 de novembro de 2012

Ubuntu - java in firefox browser

Problems to access some sites?

Maybe you need java in firefox browser and you need to get java in your PC.

These is the commands to install java on Ubuntu:

sudo apt-get install openjdk-6-jre

sudo apt-get install openjdk-7-jre

For a while, these is the commands to install java in firefox browser:

sudo apt-get install icedtea6-plugin

sudo apt-get install icedtea-7-plugin

sudo apt-get install icedtea-plugin

(Note that the name "icedtea-7-plugin" is different than "icedtea6-plugin"!!!)






silverlight no Ubuntu

Moonlight is an opensource silverlight application. However the installation is like a windows application, some users in forums declare moonlight as a not developed application. I tried to use on some sites that use silverlight and moolight didn`t  work. 

 To install moonlight, open this site:



http://www.go-mono.com/moonlight/download.aspx


and click on appropriate version (32 or 64 bits) and click to install.


After downloading, the app automatically will be installed in your PC. So, the installation will ask you to restart the browser. Restart and see the app by the firefox command on menu:

tools/addons

if the name "Novell Moonlight x.xx.x.x" appears, this means the moonlight was successfull installed.


segunda-feira, 9 de julho de 2012

Fixing a NTFS partition in Ubuntu

HOW TO Fix a NTFS partition in Ubuntu

20Sep11
My HowTo on fixing an EXT partition in Ubuntu is by far my most popular post, pulling in new visitors everyday. The only reason I wrote it is because it was something that happened to me now and again.
But what about dual boots? What happens when your NTFS drive goes beserk, and you only have access to your Ubuntu install? Well, finally, I’ve come across a solution.
Now, before we begin, this HowTo assumes that your Ubuntu install is working as normal, and that the NTFS partition isn’t essential to Ubuntu. It’s also possible (though I’ve not yet tried) to follow this HowTo using Parted  Magic.
First, we need to find out what partition we are dealing with. To do this, open a terminal and type;
1sudo fdisk -l
That’ll give you something like this;
1Disk /dev/sdb: 160.0 GB, 160041885696 bytes
2255 heads, 63 sectors/track, 19457 cylinders
3Units = cylinders of 16065 * 512 = 8225280 bytes
4Sector size (logical/physical): 512 bytes / 512 bytes
5I/O size (minimum/optimal): 512 bytes / 512 bytes
6Disk identifier: 0x2709a320
7
8 Device Boot Start End Blocks Id System
9/dev/sdb1 * 1 19457 156288321 7 HPFS/NTFS
/dev/sd1 is in this case the NTFS drive we’ll be working with. Obviously change this to whatever yours is. If your partition isn’t listed here, or appears to be the wrong size, you’ll need to use TestDisk.
Next, you need to install some software called “ntfsprogs”. You can do this through Synaptic or on the command line using;
1sudo apt-get install ntfsprogs
There’s just one last step.
1sudo ntfsfix /dev/sdb1
With any luck, you should see the following;
1Mounting volume... OK
2Processing of $MFT and $MFTMirr completed successfully.
3NTFS volume version is 3.1.
4NTFS partition /dev/sdb1 was processed successfully.
And that’s it! Go try to mount you NTFS partition, and it should work again as normal. If not, feel free to leave a comment below.

Original article from:

http://linuxexpresso.wordpress.com/2011/09/20/howto-fix-an-ntfs-partition-in-ubuntu/

quinta-feira, 21 de junho de 2012

Openshot - Edição

Já pensou em adicionar efeitos de transição aos seus vídeos?
Que tal então mesclar vídeos diferentes, remover o som original e adicionar uma música de sua preferencia, adicionar efeitos tipo cartoon, deixar em preto e branco, trêmulo ou com cores invertidas?
Pois saiba que tudo isso é bem simples com o uso do OpenShot, um execelente programa para edição de vídeos que apresenta todos os recursos acima citados e bem mais.
Para além, o OpenShot apresenta uma incrível facilidade de uso. De fato, a coisa é tão simples e intuitiva que teremos pronto para ser enviado para serviços como Vimeo ou YouTube, em poucos minutos, um vídeo com efeitos de transição, áudio e tudo mais.

A janela do Openshot se divide em três partes: na superior esquerda podemos selecionar os arquivos a serem inclusos na compilação final (vídeos, imagens, sons, etc), na parte superior direita temos a área de visualização com os controles de navegação e na parte inferior temos a linha do tempo e as faixas para inclusão dos elementos.
As principais funções do programa funcionam na base do drag and drop, bastando selecionar os arquivos e posicioná-los no local desejado.
Instalação:
O programa possui versões para Ubuntu e Fedora e pode ser encontrado no seguinte link:
http://www.openshotvideo.com/2008/04/download.html
Basta escolher o processador (32 ou 64 bits) e o sistema operacional.
O programa encontra-se nos repositórios do Ubuntu Lucid Lynx, podendo ser instalado através do apt-get / synaptic através do seguinte comando:
$ sudo apt-get install openshot
Há ainda a possibilidade de se instalar o OpenShot através do source. Basta baixar o arquivo (tar.gz) no link acima, descompactar, acessar a pasta criada e, no terminal, usar o seguinte comando (logado como root):
# python setup.py install
Vale lembrar que as seguintes dependências são necessárias:
  • python
  • gtk
  • pygtk
  • goocanvas
  • MTL Framework
Criei um pequeno vídeo mostrando alguns dos recursos do programa. Confiram abaixo (foi editado no próprio OpenShot):
Referencia: http://www.openshotvideo.com
http://linuxnanet.com/2010/07/openshot-editando-videos-no-linux.html