Now I start my internship! Totally new vision into regional modeling and data assimilation. When deal with the radar data, I need to compile a software SOLO2.
As mentioned in the github page:
Soloii can be built and run on a 64-bit Linux or OS X machine, although it will explicitly build a 32-bit binary.
It is quite a job to install every lib in the ia32 mode. Note that CentOS 6/7 uses i686 as the suffix to mark the ia32 version, and both the lib itself and lib-devel need to be installed.
When $make, we still got some warnings like
skipping incompatible /usr/lib64/libncurses.so when searching for -lncurses
That is not actually a problem unless an error happens.
Updated 2019-07-15
用YQ账号注册的AWS云一年试用期也到了,不得已今天打包下载了服务器全部数据,然后终止服务,关闭账号。
面对注销页面,难免有些怅惘。17年6月从Berkeley回国前,用自己的Gmail和信用卡注册了AWS账号,搭梯子、做中转跳板、接google sheets API,每月30G上下行流量完全能够满足,这一年免费真的是值得。去年到期,用YQ的Gmail和信用卡再来一遍。
一年真的快呀,转眼又到期了,过去数月经历种种,最终毕业后,还是要到不用梯子的地方先打个临时工。世事难料,种种准备,阴差阳错,最终还是坍缩到了另一个基态。不管如何,未来路数目前看来依然有不少选择。加油吧!
Updated 2019-05-31
The team server met an issue that the IP is only available from the local network. After quick check, we found the IP service charge was overdue. However, After recharge the service, the server is still not available from the other campuses.
It seems that the issue comes from IP-MAC binding. Actually, we used a clone MAC due to historical reasons. The solution, after many tests, was use another IP-MAC pair to replace the existing one.
Now we archive some useful commands, given the network settings in use is ‘em2’
#ifconfig show the network status
$ifconfig
#stop/start the network settings in use
$ifdown em2
$ifup em2
Network settings file position /etc/sysconfig/network-scripts/
Style:
DEVICE=em2
TYPE=Ethernet
UUID=4425bdde-016e-40af-dfwerfef-df-we-fsdf-
ONBOOT=no
NM_CONTROLLED=yes
BOOTPROTO=none
MACADDR=3C:XX:XX:XX:XX:5A
IPADDR=202.XXX.XXX.XXX
PREFIX=23
GATEWAY=XXX.XXX.70.1
DNS1=10.X.8.X
DNS2=X.8.4.X
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME=106
HWADDR=XX:83:XX:XX:XX:C4
LAST_CONNECT=1431774283
Updated 2019-05-21