Again a cover of Apologize by OneRepublic played and sung by a beautiful girl from LosAngeles: Tamar. She’s 21 years old, she has good voice and she’s skilled to play the piano. With this cover, she won an award for the best Apologize’s cover in a competition made by OneRepublic. Have fun.
acido@hp:~$ compiz --replace
Fatal: Failed test: texture_from_pixmap support
Checks indicate that it's impossible to start compiz on your system.
acido@hp:~$ compiz-check
Checking for texture_from_pixmap... [FAIL]
Checking for non power of two support... [FAIL]
Checking for composite extension... [ OK ]
Checking for FBConfig... [ OK ]
I have an nVidia video card and I use the proprietary drivers (so i don’t know if the same things happens with Ati or Intel video cards) and these errors happens by an upgrade of xserver-xorg package. You have to recompile yours drivers and that’s all.
This is the time of David Sides: he is a exceptional pianist that play all song that we could hear on radio or see on MTV by ear. For you the song Apologize by One Republic.
By default, in Gentoo, su and sudo commands don’t works for normal user. Let’s see how to enable them
SU command
If you try to use this command, you can read this error:
shaka@gentoo /home/shaka $ su
Password:
su: Permission denied
Sorry.
login as root and digit the following command (substitute username with your user)
gentoo # gpasswd -a username wheel
SUDO command
gentoo # emerge -tav sudo
gentoo # nano /etc/sudoers
in this file you have to insert a line for each user which all commands that you would allow users hosts = (run-as) commands
where users: username, hosts: use ALL, commands: all commands that you would allow to a user with the absolute path (es: /usr/bin/emerge, /usr/bin/ebuild)
I had to convert some audio files. I use Ubuntu 7.10, but i think it could be the same in other distribution.
Install “nautilus-script-audio-convert” (a nautilus script to convert audio files in some different formats) root~:# apt-get install nautilus-script-audio-convert nautilus-script-manager
Now, if you right-click on an audio file, in the menu you can see Script -> ConvertAudioFile. It could return an error if you don’t have the right codec.
These are some link where you can find codecs for the main audio format.
After a break, i’m come back!
I’ve decided to install Gentoo on my HP Pavilion dv6000 series and I’ll try to share with you my progress. Gentoo has tons of good documentation but could always happen something strange that the guides dont talk about. I hope to write some usefull things.
I’m started from Gentoo 2008.0 beta Minimal taht you could find here. Burn the ISO and restart your machine (check that the boot from CD is activated).
Now you need to follow step by step the guide at Gentoo website.
When you have to configure and compile the Kernel, if you would do it easily, use the follow command
livecd etc # genkernel --menuconfig all
It is designed to take the pain out of the kernel compiling process, and supports most hardware by default.
I’ve an HP Pavilion notebook (mod. dv6115eu). I’ve installed Debian on it and, listen to music, I’ve tries to insert the jack headphone but the sound come out from speakers yet!
The solution is pretty easy. Download from alsa website the alsa-driver source package.
To compile it, we have to install the right packages before
with new packages made from awn0.2.1 version taken from Bazaar’s repository.
I’ve thinked that it could be helpfull if I write how you can do your own packages.
First of all install the packages for compile AWN and the dipendencies packages :
Sometimes could be useful to manage a PC from a remote computer. To do it VNC maybe is one of the best solutions.
It’s good if VNC starts at PC’s boot.
Some easy steps:
root:~# apt-get install vnc4server vnc4-common
To start a program at boot we have to insert the command to run it in the /etc/rc.local file.
root:~#nano /etc/rc.local
and insert the following row before exit 0. (exit 0 must be always the last row)
su - user -c "/usr/bin/vnc4server :1 -geometry 1024x768 -depth 16 > /tmp/vncserver.log 2>&1 &" &
This command let start vncserver automatically at boot in usermode and on a Display different from the main display. You have to substitute in that row USER with your user and you can customize the command vnc4server like it’s good for you.
If you would run other programs with VNC, you have only to add other rows in rc.local like the follow row
Recent Comments