-
jinshanw 在站点 吴金闪的工作和思考 中撰写了一篇新文章 sagemath server 14年, 5个月前
1) Install apache2 and enable the proxy modules
2) Create an apache virtual server for the Sage server via Proxy, as suggested by Jason Grout at Setting up a Sage server.Next, to find how to run sage in […]
-
jinshanw 在站点 吴金闪的工作和思考 中撰写了一篇新文章 Ubuntu network alias setup 14年, 5个月前
First, setup a main (eth1 hereafter) IP address via
/etc/network/interfaces, such as
auto lo
iface lo inet loopbackauto eth1
iface eth1 inet static
address 192.168.99.2
netmask 255.255.255.0
gateway […] -
-
-
jinshanw 在站点 吴金闪的工作和思考 中撰写了一篇新文章 Petsc, Slepc安装 14年, 5个月前
Petsc需要blas, lapack, mpi。blas和lapack可以用atlas+lapack整合的方式,mpi(mpich2或者openmpi)必须用源程序编译安装。
configure -prefix=/opt/mpich2 |& tee c.txt
make 2>&1 | tee m.txtatlas+lapack的方法在ATLAS Installation Guide可以找到。
目 […]
-
jinshanw 在站点 吴金闪的工作和思考 中撰写了一篇新文章 服务器配置教程server-world 14年, 5个月前
补充,如果mysql出现“ ERROR 1698 (28000): Access denied for user ‘root’@’localho […]
-
-
找到php.ini,修改
upload_max_filesize
php_value post_max_size
php_value memory_limit
或者在.htaccess修改
-
jinshanw 在站点 吴金闪的工作和思考 中撰写了一篇新文章 计算服务器系统与软件 14年, 5个月前
centos
ACML(BLAS, Lapack,FFT)
Petsc,Slepc,Numpy,SciPy
gnuplot
gcc,gfortran,Java
Sage,Matlab,maple
-
jinshanw 在站点 吴金闪的工作和思考 中撰写了一篇新文章 textarea中文字的分行还没有解决 14年, 5个月前
还有分段的问题。
-
数学公式可以用几种方法实现。本站用的是MathJax,wp-latex和Latex for wordpress。其中MathJax的公式不是图片,可以缩放。
-
在wp-content建立uploads目录,然后权限设为755或者修改所有权。对于多站点网络,还要开放blogs.dir的权限。
-
基于wordpress+buddypress的系统科学人交流平台终于对外发布试运行了。这里头有jinshanw、jwchen的辛劳。再解决几个小问题,以后就交给新任管理员负责了。在这里,我会把架设的经验、资源写一写。