First let's install Homebrew.
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
http://doc.cat-v.org/unix/v6/operating-systems-lecture-notes/v6/doc/ | |
http://doc.cat-v.org/unix/v6/operating-systems-lecture-notes/v6/doc/start.ps |
set up a tunnel that will exist on the remote machine back to the local machine | |
ssh -R 2222:localhost:22 remote | |
on the remote, port 2222 will refer to the local machine's port 22 | |
so to copy a file back from the remote to the local using scp | |
scp -P2222 myfile user@localhost: |
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<!-- | |
Documented at | |
http://linux.die.net/man/5/fonts-conf | |
To check font mapping run the command at terminal | |
$ fc-match 'helvetica Neue' |