Skip to content

Useful Command and Such

Travis Collins edited this page Jan 14, 2014 · 13 revisions

Alias for killing MATLAB

echo "alias killmat='kill -9 `pidof MATLAB`'" >> ~/.bashrc

Firefox Error: "Firefox is already running, but is not responding"

  1. Open terminal and type: firefox -p
  2. Delete the default profile (say yes to the warning)
  3. Press Exit
  4. Profit

Keyboard Changes

Unless native emacs user, change the default keyboard layout from emacs to windows

After installing SDRu Packages

  1. Add setupsdru('location of support package'); to startup.m
  2. Add with subfolders 'location of sdru folder in support package location' to your path, and then save path.m to the same location where startup.m is location

Clone this wiki locally