May 29, 2011

[SOLVED] Mount the remote file system on your local machine with sshfs

You can mount the remote file system on your local machine with sshfs:
mkdir -p /mnt/sshfs 
root@IS1300:~# sshfs 192.168.1.2:/ /mnt/sshfs 
root@IS1300:~# umount /mnt/sshfs

Then you can copy paste the file with nautilus/gnome/konqueror/dolphin/bash/whatever

 

Source: stackexchange.com

May 23, 2011

[SOLVED] AI: Embed a linked file

How to embed linked file in Adobe Illustrator?


  1. Select a file in the Links panel, and choose Embed Image from the panel menu.

  2. Select the linked artwork in the illustration window. In the Control panel, click the Embed button.



Source: help.adobe.com