Linux

ldapsearch 命令

12月 3, 2017 |

ldapsearch -x -s base -b “cn=subschema” [*|+|ldapSyntax […more]

Linux解决软件运行时找不到对应的库文件

11月 30, 2017 |

1)将库文件的路径添加到LD_LIBRARY_PATH环境变量, 多个路径冒号分隔 2)将库文件的路径添加到L […more]

openldap在centos7下安装

11月 30, 2017 |

下载源码包 http://www.openldap.org/software/download/OpenLDA […more]

GCC 编译、连接初体验

11月 30, 2017 |

# cat liba.c int liba_func(int i) { return i + 1; } # c […more]

make 常用的环境变量

11月 30, 2017 |

LDFLAGS 连接器选项,常用的有”-Wl,-rpath=/usr/local/BerkeleyDB.4.8 […more]

Centos7 minimal 最小化安装GNOME

10月 17, 2017 |

网上的关于centos7 minimal安装gnome的教程基本都是执行yum groupinstall “S […more]

shell expansion 笔记

9月 5, 2017 |

Brace Expansion mkdir ./{old,new,dist,bugs} #generate . […more]

Centos7 firewalld设置

1月 23, 2017 |

centos7默认的防火墙是firewall而不是iptables,新的firewall更容易操作,由博主ja […more]

FastDFS初体验

1月 18, 2017 |

准备工作; 从github下载fastdfs的源码包 https://github.com/happyfish […more]

shell 脚本 数字型值处理

1月 10, 2017 |

如下的示例:

输出为: it works c […more]