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.
- http://toolserver.org/~waldir/
- svn: https://fisheye.toolserver.org/browse/waldir (repo: https://svn.toolserver.org/svnroot/waldir)
- Getting started
- Toolserver Intuition (for tool translation)
- To learn: How to run bots from ts?
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