Ubuntu-Linux

Ubuntu PG+

posted on 14 Jan 2007 01:40 by teno  in Ubuntu-Linux

transmission
GTK+ ครับ OSX X/Ubuntu
This package was built with the latest source tarball from Transmission's homepage using checkinstall.

The package installs Transmission to /opt/transmission

You might want to do this:

sudo ln -s /opt/transmission/bin/transmission-gtk /usr/bin/transmission-gtk

This will enable you to run Transmission by just typing 'transmission-gtk' into the terminal (without the quotes).

Download the package!

Package announcements appear first in the Tuxoblog!

Dreamweaver 8 running on Linux (Ubuntu 6.10) with Wine

posted on 05 Feb 2007 00:23 by teno  in Ubuntu-Linux
  1. On Windows, run the "regedit" program
    1. Export the key HKEY_LOCAL_MACHINE/Software/Macromedia to a text file called macromedia.txt
  2. On the Linux box, import the file into the Wine registry like this "wine regedit macromedia.txt". This will create your Wine folders if you have not run wine previously.
  3. Copy the folder called "Macromedia" from C:\Program Files\ on the Windows box to the ~/.wine/drive_c/Program Files/ folder on the Linux box
  4. Copy the folder "Macromed" from the C:\Windows\System32\ folder on Windows to ~/.wine/drive_c/windows/system32/ folder on the Linux box
  5. Copy the "Macromedia" folder from C:\Documents and Settings\All Users\Application Data\ on Windows to ~/.wine/drive_c/windows/profiles/All Users/ on the Linux box
  6. Copy the "Macromedia" folder from C:\Program Files\Common Files\ on Windows to ~/.wine/drive_c/Program Files/Common Files on the Linux box
  7. Start Dreamweaver by running this command:
    1. wine ~/.wine/drive_c/Program\ Files/Macromedia/Dreamweaver\ 8/Dreamweaver.exe