yum whatprovides <name-of-the-file>
linux
linux tips and tricks, notes and documentation
works on maverick but not on natty? sound familiar? ubuntu screwed something up, but the solution is quite simple:
sudo add-apt-repository ppa:pmcenery/ppa
sudo aptitude update && sudo aptitude install gvfs ipheth-dkms ipheth-utils
works like a charm
finally I managed to update my iphone via virtualbox!
itunes version: 10.4.0.80
virtualbox version: 4.0.6-71344
nicely put in one table – see equivalent commands for rpm, dpkg, emerge and pacman.
Nice table @ linux home networking
to decrypt group password use online decrypter
Nice article @ krizka.net
edit: new solution located here
user@computer:~$ /usr/bin/locale
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE=”en_US.UTF-8″
LC_NUMERIC=”en_US.UTF-8″
LC_TIME=hr_HR.UTF-8
LC_COLLATE=”en_US.UTF-8″
LC_MONETARY=”en_US.UTF-8″
LC_MESSAGES=”en_US.UTF-8″
LC_PAPER=”en_US.UTF-8″
LC_NAME=”en_US.UTF-8″
LC_ADDRESS=”en_US.UTF-8″
LC_TELEPHONE=”en_US.UTF-8″
LC_MEASUREMENT=”en_US.UTF-8″
LC_IDENTIFICATION=”en_US.UTF-8″
LC_ALL=
sudo /usr/sbin/locale-gen hr_HR.UTF-8
sudo /usr/sbin/update-locale LANG=hr_HR.UTF-8
Actually, very simple.
aptitude install seahorse seahorse-plugins
killall nautilus
Run seahorse and generate your PGP key and next time when you run nautilus, you’ll have a new option when pressed right click on file or folder – Encrypt…
Recently I installed Ubuntu Karmic (9.10) and everything worked fine until I made first upgrade. since then I had no sound. Solution is quite simple.
Btw. I assume that U have mediubuntu repositories installed.
sudo aptitude install alsa-firmware alsa-firmware-loaders linux-backports-modules-alsa-karmic-generic linux-backports-modules-’uname-r’
Last step was to edit /etc/modprobe.d/alsa-base.conf and /etc/modules.
After restart, everything should be working fine.