
Tool
lllcfr1
这个作者很懒,什么都没留下…
展开
-
Use Python to plot
Softwares:OS: Win 8 Pro 64-bitPython: 3.3Libraries: matplotlib-1.2.0.win-amd64-py3.3.exe, numpy-MKL-1.7.0.win-amd64-py3.3.exe(Please note that the numpy is an unofficial windows 64-bit转载 2013-03-02 00:28:46 · 1352 阅读 · 0 评论 -
路由器端口映射后 公网正常访问 而局域网无法通过公网IP访问
转载:http://blog.youkuaiyun.com/yxwmzouzou/article/details/18089291问题:在NR289-E 路由器对8010端口进行映射(虚拟服务),映射到我自己的电脑的80端口,设置成功后,但在本机上(即192.168.1.80这台PC机)访问域名和外网ip时,都是无法打开,还以为是映射不成功或是被路由器屏蔽了呢!一直没法解决,只好因vp转载 2014-12-19 06:11:53 · 28678 阅读 · 4 评论 -
Setup SSH and SVN on Windows Server
cygwin: install sshd, cygrunsrvhttp://grokcode.com/115/how-to-setup-a-windows-svn-repository/setup windows firewallhttp://www.windowsnetworking.com/articles-tutorials/windows-server-2008/i原创 2014-06-05 12:20:12 · 1200 阅读 · 0 评论 -
Input English Ordinal Numbers in LaTeX
http://www.ctan.org/pkg/nthhttp://www.ctan.org/pkg/engord原创 2014-08-05 23:08:16 · 531 阅读 · 0 评论 -
Installing Octave on Cygwin
GNU Octave is a high-level interactive language, primarily intended for numerical computations, that is mostly compatible with MATLAB®. (Another widely used alternative to Matlab is the Scilab, which原创 2013-03-10 21:58:22 · 1908 阅读 · 1 评论 -
Grub2 Configuration (boot menu)
Modify default boot OS, in su mode:1. Find Windows menu entrycat /boot/grub2/grub.cfg | grep Windows2. Set Windows as default OSgrub2-set-default "Windows 7 (loader) (on /dev/sda1)"原创 2012-08-15 00:07:44 · 933 阅读 · 0 评论 -
SDCV installation in CYGWIN
Software versions: Windows 8 Pro, Cygwin 1.7.17, gcc 3.4.4 (cygming special) and SDCV 0.4.2SDCV [1] is the Command-line (Console) Version of StarDict dictionary. The installation procedures are原创 2013-03-13 17:36:41 · 2121 阅读 · 0 评论 -
IM fron Command Line
Cygwin + weechat + bitlbeegtalk, facebook, twitte原创 2014-06-20 19:55:19 · 675 阅读 · 0 评论 -
Managing Emails on Cygwin
https://wiki.archlinux.org/index.php/Msmtphttps://wiki.archlinux.org/index.php/Mutt#Error_sending_message.2C_child_exited_127_.28Exec_error..29.原创 2014-06-14 00:22:56 · 887 阅读 · 0 评论 -
markdown to latex
prerequisite: installing kramdown http://kramdown.gettalong.org/installation.htmlusing the binary "kramdown", we can easily markdown (kramdown, default) or html to html (default), kramdown, la原创 2014-08-05 12:24:15 · 776 阅读 · 0 评论 -
SDL check in Visual Studio 2012
http://msdn.microsoft.com/en-us/library/vstudio/jj161081.aspxhttp://blogs.msdn.com/b/sdl/archive/2011/12/02/security.aspx[maybe obsolete] http://stackoverflow.com/questions/119578/disabling-warnin原创 2013-04-14 16:01:46 · 2344 阅读 · 0 评论 -
apt-cyg
apt-cyg is a command-line installer for Cygwin which cooperates with Cygwin Setup and uses the same repository. The syntax is similar to apt-get. Usage examples:"apt-cyg install " to install pac转载 2013-03-13 18:57:59 · 766 阅读 · 0 评论 -
Convert pdf to image
http://askubuntu.com/questions/50170/how-to-convert-pdf-to-imageIn the poppler-utils packages there is the utility pdftoppm capable of converting pages from a pdf file to ppm, png or jpe转载 2015-05-24 08:39:22 · 1092 阅读 · 0 评论