Posty

Wyświetlanie postów z grudzień, 2012

Instalacja VMWare

http://www.webupd8.org/2012/06/how-to-install-vmware-player-in-ubuntu.html VMWare ściągnij stąd:  https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/5_0 1. sudo apt-get install build-essential linux-headers-`uname -r` 2. chmod +x VMware-Player-4.0.3-703057.i386.bundlesudo ./VMware-Player-4.0.3-703057.i386.bundle lub PPM >>W laściwości>>Otwieranie>> "Zezwolenie na wykonywanie pliku jako program" UWAGA! nie uruchamiamy jeszcze programu, należy użyć patcha! 3.Patch'ujemy sudo apt-get install patch cd wget http://webupd8.googlecode.com/files/vmware802fixlinux320.tar.gz tar -xvf vmware802fixlinux320.tar.gz sudo ~/vmware802fixlinux320/patch-modules_3.2.0.sh Pliki muszą trafić do katalogu domowego. Dla innych wersji VMware edytujemy plik "patch-modules_3.2.0.sh ze ściągniętego przed chwilą pliku (vmware802fixlinux320.tar.gz) i zmieniamy numer wersji w pozycji "plreqver" na numer naszej wersji.

Edycja PDF w Gimpie

http://www.wikihow.com/Edit-PDF-Files-in-Linux-Using-GIMP

MBR backup

http://www.cyberciti.biz/tips/linux-how-to-backup-hard-disk-partition-table-mbr.html

Gimp scripts-fu pack

http://www.gimphelp.org/script28.shtml#downloads

Jak dodać skrót do maila w Linux Mint

Obraz
1. Klikamy na pulpicie ppm 2. Wybieramy "Utwórz aktywator" 3. W polu "Polecenie" wpisujemy: /usr/bin/chromium-browser %U --app=https://mail.google.com/mail lub /opt/google/chrome/google-chrome %U  --app=https://mail.google.com/mail 4. Wybieramy jeszcze ikonę Gmaila, zatwierdzamy, przeciągamy na panel  i gotowe!

Mapowanie dysków Skydrive, Google Drive itd

Obraz
Poradnik pochodzi z tej strony: http://www.liberiangeek.net/2012/02/mount-your-cloud-services-in-ubuntu-with-otixo/ Mount Your Cloud Services in Ubuntu with OTIXO This brief tutorial shows you how to map your cloud services like SkyDrive, Google Docs, Box, Dropbox, Picasa, MobileMe, Amazon S3, FTP and many others in Ubuntu 11.10 (Oneiric Ocelot) with OTIXO. Now, this may also work in other versions of Ubuntu as OTIXO uses WebDAV to mount these services. When these cloud services are mounted in Ubuntu, they will appear as if they are locally attached mount points that you can interact with. This allows you to create, modify and delete folders stored in the cloud from your desktop.    Objectives: Register for OTIXO service online Mount your cloud services Enjoy! The first thing you must do in order to make this whole thing work is to register for a free account at otixo.com. After registering and confirming your account, logon to OTIXO and being adding your cl

Przegrzewanie procesora

Try these commands sudo -i echo low > /sys/class/drm/card0/device/power_profile exit wait few seconds and check again the temperature. Above command will pass the low profile so the temperature will fall down as the fan as well. If you want to use this in an installed system you can pass the command in every boot through rc.local sudo sed '/^[^#]*exit 0/i echo low > /sys/class/drm/card0/device/power_profile' -i /etc/rc.local