Tips

Warning: this page can be edited by any user.

From CsWiki

Jump to: navigation, search

There are several useful tips for working in CSE, most of the tips here are research related.


Contents

[edit] Ross -1 specific tips:

To make the ross -1 printer default, copy the following line to the end of the .cshrc file (which is in the home directory):

 setenv  PRINTER         gr

Start a new shell to make the changes applied.

In case you need to do one time printing, and don't want to change the default printer, use the -Pprintername arugment. For example, to print example.ps on the printer gr, do:

 lpr -Pgr example.ps

To open the door in ross -1, enter the following in the shell:

 door 6

If you're sitting somewhere else, ask someone for the name of the nearest printer, and for the number of the door.

[edit] Printing in KDE

KDE is not configured properly, and therefore, if you're using KDE 3.5, in default, you might have "Print to PDF", or "Print to file", but not print to a printer...

In order to create a printer follow these steps: Make sure that your printer in .cshrc is indeed the printer that you like to print. Try echo $PRINTER to see which printer is currently your default printer. If it is not the right one, copy the following line to the end of the .cshrc file (which is in the home directory): setenv PRINTER yourprinter where yourprinter is the printer name of the printer you would like to use. I suggest restarting the system now.

Next, open kcontrol, and go to Peripherals/Printers: Make sure that the 'Print system currently used:' option is set to: 'Generic UNIX LPD Print System (default)'.

Next, click 'Add' -> 'Add special (pseudo) Printer...' The Name should be the printer's name (i.e. gr, st, nrg, etc.) The Command should be: '/usr/local/bin/lpr %in' You can put under Description and Location whatever you want. Click OK.

To make it the default printer: mark the printer you've just created, click on the 'Instances' tab, and click on the 'Set as Default' button.


[edit] Latex tips

Editing in Kile is easy. There are 2 tools that aren't enabled by default that let you search the dvi from kile, and the other way round. To do that, look at the kile handbook (by pressing F1 in kile), and look for "forward search" and "inverse search". It's really easy to install.

In case you prefer emacs, you can try using auctex. Try to google about it to see what it does. To enable it, put the following lines in your .emacs file:

 (load "auctex.el" nil t t)
 (load "preview-latex.el" nil t t)


[edit] Google Tips

In order to look for scholar articles, google scholar is a great tool. Try to go to scholar.google.com, and try to search for an article. There are several important things to notice: In the bottom right of every result, there is a link which says "All 12 versions". This is a good feature, in case you only find articles that require that you purchase the paper.

Another great tool is for importing bibtex from google scholar. This is done by going to "scholar preferences", and then choosing the Bibligraphy Manager to be bibtex. Now, at the bottom of every result there will be an "Import into BibTeX" button.

You can also use the Library Links in that page, and search for "hebrew university". This will enable links to catalogs of the huji libraries and also online catalogs.

[edit] Email Tips

If you want all your mail forwarded to another email account, then put that email address in the .forward file in the home directory. For example the .forward file should look something like:

 yourname@gmail.com

If you don't want to use the spam filter of the CSE system, put an asterisk in your .nospam:

 *

[edit] Firefox Tips

Zotero is a very good way to keep track of papers. It's a firefox extension. Some of the features are: saving a local version of the pdf (by using "snapshot"), exporting to bibtex, creating collections, tags, searching, and much more. Try zotero for details.

In case you use the dictionary more than once a day, you should try qtl, which uses babylon.com engine. Just double click on a word inside the browser and get the translation.

[edit] SMS

Once, the perl script by Nadav Harel, sendsms, worked, and could have been used to forward email messages to sms. It no longer works. If someone knows a workaround, please update this section.


[edit] Long Distance Calls

A good and very cheap call provider is jajah.com. Insert the number of the destination, and the phone rings at both ends, and you make a regular phone call conversation. The computer is used only to initiate the call. As simple as that. The costs are around 4 eurocents per minute to almost everywhere in the world, and if both users are registered jajah users, it's free.

[edit] Windows using VMWare on linux

If you have a license for windows on your linux machine, type in the shell:

 runxp

[edit] Disabling the BEEP sound

Type:

xset -b

If you want it to be permanent, add it to your ~/.cshrc file.