Misc links

From Shiu Lab

Jump to: navigation, search

Contents

Linux/Unix/Cygwin related

Unix tricks

About X

  • Cgwin/X: a port of the X Window System to the Microsoft Windows family of operating systems.
  • Cygwin/X setup: A tutorial from Old Dominion University.
  • KDE on Cygwin: Check here for installation instruction.
  • icewm: another window manager.
    • Requires: readline, gettext-devel, imlib, libjpg6b, glib2, x-org-x11-devel, libiconv.
    • Installation instruction.
    • Found this ./configure setting from here:
./configure --disable-xinerama --disable-xfreetype --disable-nls --disable-shape --disable-xrandr --without-imlib --enable-corefonts

Rock cluster

  • Adding user
useradd username 
passwd username 
rocks-user-sync 

Samba

  • Add new users
    1. Switch to root in calculon
    2. run: /usr/local/bin/samba/bin/smbpasswd -a username
    3. restart smbd: /etc/rc.d/init.d/smb restart

InterProScan

  • Installation document. Run into multiple problems trying to run it on calculon.
  • Required perl modules need to be installed on the head and every computing nodes:
perl -MCPAN -e shell
# May need to update CPAN
install Bundle:CPAN
# in our case the following need to be installed
install XML::Parser
install Mail::Send
install IO::Scalar
install IO::String
install URI::Escape

R/Bioconductor

Other bioinformatics software

PDF

Rock cluster

useradd <newuser>
passwd <newuser>
make -C /var/411

Windows annoyance

NT/W2K/XP's default directory for installing applications is the \Program Files folder (at least for English language version of NT/Windows 2000/XP). To change the default application installation folder:

Hive: HKEY_LOCAL_MACHINE
Key: Software\Microsoft\Windows\Current Version
Name: ProgramFilesDir
Type: REG_EXPAND_SZ
Value: C:\Program Files default 

Weird stuff

Jokes

Personal tools