Saturday, April 7, 2012

instaling wine & photoshop

http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/

get wine
http://wiki.winehq.org/HowTo
or
sudo apt -get install wine
--------------------Once you’ve done that you’re going to need to get winetricks, and the easiest way to do this is via the Terminal. Open a new Terminal window 

wget http://www.kegel.com/wine/winetricks

sh winetricks msxml6 gdiplus gecko vcrun2005

installing fronts from microsoft sudo apt-get install msttcorefonts

Installing Photoshop

1download photoshop  css 5 
2 run = click pe exe

It’s best to familiarise yourself with Wine a bit, so go to Applications then Wine and notice you have your very own virtual C: drive. Open her up (Browse C: Drive) and navigate your way to C:\Windows\System32. You’re going to need to place two DLL files into this folder:msvcr80.dll and atmlib.dll.




Tuesday, April 3, 2012

food & flags

tehnic stuff

1 how t0 install   sudo aptitude update && sudo aptitude install rar unrar
2 netbeans from konsole:   sudo sh /home/princess/Downloads/netbeans-7.1-ml-linux.sh
3 To install the Chromium Browser via the Konsole:
  1. Hit Alt+F2 on you keyboard.
  2. In the “Run Command” dialog, type: “konsole” and hit the [enter] key.
  3. Then you will type the following code:
    sudo apt-get update
    then press the [enter] key. This will update the list of packages available for installation.
  4. Finally, type the following code:
    sudo apt-get install google-chrome-stable
    then press the [enter] key. This will install Google’s Chrome, Web Browser.
Again, see how easy it is to use Linux.
FYI: These steps should also work for Ubuntu.