>

GoToMeeting: Convert Compressed WMV Recording.

By default, on Windows, GoToMeeting uses the G2M3 compression codec on stored recordings. This can be turned off in preferences. However, if that was not done, use the following steps to convert to a normal WMV file. Convert Source WMV G2M3/G2M4 Codec Video to WMV WMV3 Codec Video Step One: Please click here to download and install the GoToMeeting codec. Step Two: If you have Windows XP or Windows 7(32-bit), please go to C:\Program Files\Citrix\GoToMeeting\<????> (a folder with numbers, which is the version of GTM you have installed). If you have Windows 7(64-bit), please go to C:\Program Files...
read more

Git: Setting Up and Accessing a New Remote Respoitory

Using Backwater as the remote server, su to gitpriv and change into the repo directory. $ sudo su - gitpriv $ cd gitrepo Here there are some top-level repos already, as well has some directories that contain like repos. These include “c-code” and “web.” If creating a repo to store a web app, change into the web directory and create an empty repo. Be sure it has a “.git” extension. Here I am creating a repo to store the pydio app for LiM. $ cd web $ git init --bare --shared lim.pydio.git Now that that is done, the empty repo must be copied to the system where work...
read more