I was looking into spell checking in Python. I found spell4py , and downloaded the zip, but couldn’t get it to build on my system. If I tried a bit longer maybe, but in the end my solution worked out fine. This library was overkill for my needs too. I found this article here: http://code.activestate.com/recipes/117221/ This seemed to work well for my purposes, but I wanted to test out other...
#!/bin/ksh for i in bos.content_list bos.perf.tools bos.acct bos.adt.samples do lslpp -l $i >/dev/null if [ $? != 0 ] then echo fi done if [ `oslevel` != "5.1.0.0" ] then lslpp -l bos.perf.tune >/dev/null fi which pstree >/dev/null if [ $? != 0 ] then echo Please download and install pstree from http://aixpdslib.seas.ucla.edu/packages/pstree.html fi which...
checking Server Firmware Version There are two methods to check firmware version on HP servers: OnlineDiagnostics or the boot display (see "Using the Boot Display (this requires a reboot):" ). Use OnlineDiagnostics if you do not want to reboot your system. Using OnlineDiagnostics: If the OnlineDiagnostics are not already on your system, you can find them on the HP-UX 11i v1 Supp...
启动Linux9的时候,出现下面的错误提示: checking filesystems /home: clean, 968/512000 files, 731195/1022127 blocks /usr contains a file system with errors, check forced. /usr: Inode 97 has imagic flag set. /usr: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. (i.e., without -a or -p options) /var contains a file system with error, check forced. /usr: Inode 129 has imagic flag set. /var: UNEX...
checking for pkg-config... no *** The pkg-config script could not be found. Make sure it is *** in your path, or set the PKG_CONFIG environment variable *** to the full path to pkg-config. *** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config. 这个问题怎么解决!
启动到checking for new hardware的时候不动了 等了半天也不动,后来就黑屏了 昨天卸掉了网卡,今天重装装上后,就这样了 如何恢复?
怎么回事呢?configure php都通不过。我的环境是debian x86 64位的, php 5.2.9 config.log出错部分如下 [CODE] configure:19873: checking whether to enable LIBXML support configure:19921: checking libxml2 install dir configure:19950: checking for xml2-config path configure:20108: checking whether libxml build works configure:20135: gcc -o conftest -g -O2 -L/usr/local/libxml2/lib conftest.c -lr...
我用gcc -o test test.c编译test.c为什么执行test文件时没有任何结果, 而使用gcc -o abc test.c则可以得到正确结果? 是不是指定的文件名不能与源文件相同?
以下gcc包分别都有些什么作用: gcc-3.2.2-5.i386.rpm; gcc-c++3.2.2-5.i386.rpm; gcc-g77-3.2.2-5.i386.rpm; gcc-gnat-3.2.2-5.i386.rpm; gcc-java-3.2.2-5.i386.rpm; gcc-objc-3.2.2-5.i386.rpm. 弄了好久也弄不明白..