Jason Koo

      Stay hungry, Stay foolish!

导航

2013年6月21日

摘要: 1. 截图可以在Dash主页中搜索screenshot,然后点击即可截图。2. 使用命令行打开常见的文件,可以使用下面的命令:gnome-open file2open.xxxxdg-open file2open.xxx上面两个命令都可以,其中xxx为相应文件的扩展名。3. 查看当前主机中的IP地址、子网掩码、网关以及DNS服务器可以使用如下命令:nm-tool # network manager tool如果权限不够,加sudo.4. 查看当前防火墙的规则,可以使用如下命令:sudo iptables -L -n5. 查看当前系统中的不同进程及相应进程监听的端口号,使用... 阅读全文

posted @ 2013-06-21 13:39 Jason Koo 阅读(146) 评论(0) 推荐(0) 编辑

摘要: 可以使用下面的三个命令在Ubuntu上安装Latex及相关的辅助包。sudo apt-get install texlive-latex-basesudo apt-get install texlive-sciencesudo apt-get install texlive-latex-extra也可以使用下面一个命令将其全部安装,这样会占用很多系统空间:sudo apt-get install texlive-full 阅读全文

posted @ 2013-06-21 13:35 Jason Koo 阅读(267) 评论(0) 推荐(0) 编辑

摘要: 阅读全文

posted @ 2013-06-21 13:25 Jason Koo 阅读(208) 评论(0) 推荐(0) 编辑

摘要: Published:Vol 1:Fundamental AlgorithmsVol 2:Seminumerical AlgorithmsVol 3:Sorting and SearchingWriting:Vol 4:Combinatorial AlgorithmsVol 5:SyntacticAlgorithmsFuture Plans:Vol 6:Theory of Context-free LanguagesVol 7:Compiler Techniques 阅读全文

posted @ 2013-06-21 10:57 Jason Koo 阅读(199) 评论(0) 推荐(0) 编辑