Category: Work related


Running Mathematica through cygwin

By: | Comments: No Comments

Posted in categories: Computer Tips, Work related

Mathematica will crash cygwin/X, if certain fonts were not properly installed. Wolfram released a font package that could help this issue out. Here is the download. $ wget http://support.wolfram.com/technotes/MathematicaV7FontsLinux.tar.gz Once you get this file, you may $ tar xvfz MathematicaV7FontsLinux.tar.gz to extract the font files, then $ rsync -av Fonts/ /usr/share/fonts/ to install them. After […]

Using ssh tunnel to port NFS through firewall and private network

By: | Comments: No Comments

Posted in categories: Computer Tips, Work related

network structure: machine1 >> firewall >>>- Internet -> machine2 nfs_server Step 1: on nfs_server, add line in /etc/exports: nfs_dir 127.0.0.1(rw,async,insecur) Also, add line in /etc/sysconfig/nfs MOUNTD_PORT <port_number3 The port_number3 is a large number, for example, 32334, Then do "service nfs restart" This allows the nfs mount point is accessible from the box itself; Step 2: […]

Firefox: Flash installed but does not show up

By: | Comments: 1 Comment

Posted in categories: Computer Tips, Work related

For some strange reason the flash folder in C:\WINDOWS\system32\Macromed was locked by explorer.exe. Once the Adobe Flash Player is installed in this folder, the locking prevented it from being copied into both Firefox’s plug in folder in C:\Program Files\Mozilla Firefox\plugins and Iexplore’s plugin folder in C:\Program Files\Internet Explorer\PLUGINS, such that from the plugin point of […]

a new rootkit?

By: | Comments: No Comments

Posted in categories: Computer Tips, Work related

Found a virus disguise itself in a windows/installer/{2a19006b-67c6-b3d2-bc82-88e444232c7b} and load into srvchost.exe as n and @. Don not know what it is. Killed.