Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2017-05-30 21:43:23
按照以前用windows的方法,我想我还是在我的Kali linux 上装个杀毒软件安心一点.于是我选择了clamav. 安装很简单:点击(此处)折叠或打开apt-cache search clamavapt-get install clamav clamtk clamav-daemon安装完成后先man 一下命令行扫描工具.也可以打开cl.........【阅读全文】
发布时间:2017-05-28 16:35:45
1.先转两篇文章:python读写Excel和读写Xml. https://linsir.org/post/read-and-write-excel-and-xml-files-with-python用python读写Excel文件 http://www.gocalf.com/blog/python-read-write-excel.html2.xlsxwriter的官方文档在这里:https://xlsxwriter.readthedocs.io/3.贴下我照抄别人的代码:.........【阅读全文】
发布时间:2017-05-21 13:18:16
以前有句话说,要了解RSA,首先你应该理解两个很大的质数. Generating Public and Private KeysA key in the RSA scheme is made of two numbers. There are three steps to creating thekeys:1. Create two random, very large prime numbers. These numbers will be called p and q.Multiply these numbers to.........【阅读全文】
发布时间:2017-05-17 12:04:21
以前都用ntpdate 来同步时间,最近忽然发现还有个htpdate 命令. 例如以前我用这个命令.点击(此处)折叠或打开ntpdate time.nist.govntpdate ntp.ubuntu.com看看htpdate的命令行.点击(此处)折叠或打开dpkg-query -s htpdate.........【阅读全文】
发布时间:2017-05-10 11:50:17
最近再看这本书,感觉这书的作者知识面很广.写的书都是以实际的例子教人写代码.可以从中学到不少知识. 例如求最大公约数欧几里得定律以及扩展的欧几里得定律.参看这个页面:点击(此处)折叠或打开http://invpy.com/euclid/有这两个函数.点击(此处)折叠或打.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com