Toolserver:User:Waldir

Category:Pages transferred from Toolserver

This page was moved from the Toolserver wiki.
Toolserver has been replaced by Toolforge. As such, the instructions here may no longer work, but may still be of historical interest.
Please help by updating examples, links, template links, etc. If a page is still relevant, move it to a normal title and leave a redirect.

Waldir@meta.wikimedia




Random notes

To copy files from local to the toolserver:

$ scp /path/to/local/file.ext waldir@login.toolserver.org:/path/to/remote/directory # remote path relative to home

I copied .bashrc and .bash_aliases, but they didn't seem to have any effect. This solved the issue:

$ source .barshrc

(that also reloaded .bash_aliases)

  • However, something broke: common commands (svn, nano) failed with stuff like "no svn in /sge62/bin/sol-amd64 /usr/bin ." O.o
Category:Pages transferred from Toolserver