Ubuntu系统实用软件推荐

为了了解深度学习,在电脑上装了Ubuntu16.04,前前后后捣鼓了两个多月,安装了一些实用软件,终于使得Ubuntu用起来更加顺手。

1.首先想到的是自己常用的Windows软件有没有Linux版本的,查了一下,以下软件还挺良心,提供Linux版本。

搜狗输入法  http://pinyin.sogou.com/linux/?r=pinyin

chrome浏览器  http://www.google.cn/intl/zh-CN/chrome/browser/desktop/index.html

网易云音乐  http://music.163.com/#/download

为知笔记  http://www.wiz.cn/wiznote-linux.html

下载deb安装包后,可以双击安装,也可以用命令安装:sudo dpkg -i ******.deb

2.系统界面改进,搞一个OS X主题玩玩

换Mac皮肤最好的选择就是MacBuntu,适用于Ubuntu16.04,安装方法可以参考如下教程,写得很不错


http://blog.topspeedsnail.com/archives/4663

3.截屏软件

Shutter是值得推荐的一款截图软件,功能丰富,堪称神器

安装:

        sudo apt-get install shutter

4.录屏软件

Simple Screen Recorder是一款简单的屏幕录像工具,能够在屏幕上录制视频、教程,界面简单,功能够用

安装:

        sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder

        sudo apt-get update

        sudo apt-get install simplescreenrecorder

5.下载软件

博主多次遇到终端和浏览器下载东西比较慢,然而Ubuntu上并没有迅雷可用,找了半天,发现uget可以稍微替代下

安装:

       sudo add-apt-repository ppa:plushuang-tw/uget-stable

   sudo apt-get update

   sudo apt-get install uget

6.系统监视器

这种软件可以实时查看电脑的cpu,内存占用率,更可以查看网速,非常方便,效果如下

安装:

        sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor 

        sudo apt-get update  

        sudo apt-get install indicator-sysmonitor  

打开软件设置,修改参数就可以有上图的效果

7.代理软件

用途不言自明,目前在用的shadowsocks非常顺手

安装:

        sudo add-apt-repository ppa:hzwhuang/ss-qt5 

        sudo apt-get update

        sudo apt-get install shadowsocks-qt5

当然仅仅下载这个软件是不能够实现浏览器和终端的代理加速的,具体教程可以参看我的相关博文。

8.剪贴板软件

Linux下的剪贴板软件感觉始终不如windows下(ditto)好用,挑了一阵,还是推荐一个,ClipIt

  • 保存上一个拷贝项的历史记录

  • 针对最常用功能的全局热键

  • 声明静态项

  • 将特定项从历史记录中排除

  • 可搜索的历史记录及更多功能 

用的时候,点击任务栏上图标,选取所需片段

安装:

        sudo add-apt-repository ppa:shantzu/clipit

        sudo apt-get update

        sudo apt-get install clipit

9.文本编辑器

如果你想要一款GUI界面的代码编辑器,当然有Sublime可以选择,但是我又懒得重新学,那有没有类似Windows下Notepad++的软件呢?

答案是有的,叫Notepadqq,这货几乎是全面模仿Notepad++,功能界面高度相似,所以用起来很顺手。缺点是暂不支持中文以及不支持插件

安装:

        sudo add-apt-repository ppa:notepadqq-team/notepadqq

        sudo apt-get update

        sudo apt-get install notepadqq

10.图片编辑器

深感Ubuntu自带的图片编辑器功能不够,于是找到了这款功能多的,GIMP

安装:

        sudo apt-get install gimp

11.Markdown编辑器

Ubuntu上有颜值又有实力的markdown编辑器当属typora了,谁用谁知道。


安装:
         sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys BA300B7755AFCFAE
         sudo add-apt-repository ‘deb https://typora.io ./linux/’
         sudo apt-get update
         sudo apt-get install typora

12.代码编辑器

之前一直使用gedit作为代码编辑,但是感觉缺点啥。最近在使用微软家出的Visual Studio Code,感觉就是一个精简版的VS,可以简单调试代码(Python),有很多插件可以用,响应速度还可以,应该能多用一段时间。



安装:
https://code.visualstudio.com/

13.Python语言IDE

感觉使用python编程,还是需要一个IDE,我对IDE的要求就两条:好看和好用。经过实验,我觉得PyCharm是目前用的最爽的python IDE,颜值很高,而且使用方便,语法提醒,自动补全,单步调试等等一应俱全,从此使用python是一种享受。



安装:
http://www.jetbrains.com/pycharm/download/#section=linux
这是收费软件,但是可以下载最新的社区免费版本

暂时先推荐这么多,以后的使用过程中看情况再添加

阅读更多
文章标签: ubuntu 软件
个人分类: Ubuntu
(".MathJax").remove();




    MathJax.Hub.Config({
            "HTML-CSS": {
                    linebreaks: { automatic: true, width: "94%container" },
                    imageFont: null
            },
            tex2jax: {
                preview: "none"
            },
            mml2jax: {
                preview: 'none'
            }
    });


    (function(){
        var btnReadmore =
(".MathJax").remove();    MathJax.Hub.Config({            "HTML-CSS": {                    linebreaks: { automatic: true, width: "94%container" },                    imageFont: null            },            tex2jax: {                preview: "none"            },            mml2jax: {                preview: 'none'            }    });    (function(){        var btnReadmore =
("#btn-readmore"); if(btnReadmore.length>0){ var winH = (window).height();vararticleBox= ( w i n d o w ) . h e i g h t ( ) ; v a r a r t i c l e B o x = ("div.article_content"); var artH = articleBox.height(); if(artH > winH*2){ articleBox.css({ 'height':winH*2+'px', 'overflow':'hidden' }) btnReadmore.click(function(){ articleBox.removeAttr("style"); $(this).parent().remove(); }) }else{ btnReadmore.parent().remove(); } } })()
想对作者说点什么? 我来说一句
男人如何补肾?分享一个有效的补肾妙方! 长寿宫养生 · 顶新
var width = $("div.recommend-box").outerWidth() - 48; NEWS_FEED({ w: width, h : 90, showid : 'GNKXx7', placeholderId: "ad1", inject : 'define', define : { imagePosition : 'left', imageBorderRadius : 0, imageWidth: 120, imageHeight: 90, imageFill : 'clip', displayImage : true, displayTitle : true, titleFontSize: 20, titleFontColor: '#333', titleFontFamily : 'Microsoft Yahei', titleFontWeight: 'bold', titlePaddingTop : 0, titlePaddingRight : 0, titlePaddingBottom : 10, titlePaddingLeft : 16, displayDesc : true, descFontSize: 14, descPaddingLeft: 14, descFontColor: '#6b6b6b', descFontFamily : 'Microsoft Yahei', paddingTop : 0, paddingRight : 0, paddingBottom : 0, paddingLeft : 0, backgroundColor: '#fff', hoverColor: '#ca0c16' } })
男人性时间短咋办?教你1个技巧轻松达到30分钟! 京法航 · 顶新
var width = $("div.recommend-box").outerWidth() - 48; NEWS_FEED({ w: width, h: 90, showid: 'Afihld', placeholderId: 'a_d_feed_0', inject: 'define', define: { imagePosition: 'left', imageBorderRadius: 0, imageWidth: 120, imageHeight: 90, imageFill: 'clip', displayImage: true, displayTitle: true, titleFontSize: 20, titleFontColor: '#333', titleFontFamily: 'Microsoft Yahei', titleFontWeight: 'bold', titlePaddingTop: 0, titlePaddingRight: 0, titlePaddingBottom: 10, titlePaddingLeft: 16, displayDesc: true, descFontSize: 14, descPaddingLeft: 14, descFontColor: '#6b6b6b', descFontFamily: 'Microsoft Yahei', paddingTop: 0, paddingRight: 0, paddingBottom: 0, paddingLeft: 0, backgroundColor: '#fff', hoverColor: '#ca0c16' } })
scrolling="no">
id="iframeu3394176_0" src="https://pos.baidu.com/ucgm?conwid=800&conhei=100&rdid=3394176&dc=3&di=u3394176&dri=0&dis=0&dai=7&ps=4542x662&enu=encoding&dcb=___adblockplus&dtm=HTML_POST&dvi=0.0&dci=-1&dpt=none&tsr=0&tpr=1531143625336&ti=Ubuntu%E7%B3%BB%E7%BB%9F%E5%AE%9E%E7%94%A8%E8%BD%AF%E4%BB%B6%E6%8E%A8%E8%8D%90%20-%20CSDN%E5%8D%9A%E5%AE%A2&ari=2&dbv=0&drs=3&pcs=1908x636&pss=1908x4616&cfv=0&cpl=0&chi=6&cce=true&cec=UTF-8&tlm=1531143625&prot=2&rw=636&ltu=https%3A%2F%2Fblog.csdn.net%2Fmaguanzhan7939%2Farticle%2Fdetails%2F78300507&ecd=1&uc=1920x988&pis=-1x-1&sr=1920x1080&tcn=1531143626&qn=f9ea1af9c21b8517&tt=1531143625035.639.639.639" vspace="0" hspace="0" scrolling="no" width="800" height="100" align="center,center">

没有更多推荐了,返回首页






最新评论






    <div class="aside-box">
                    <div><iframe scrolling="no" src="//pos.baidu.com/s?hei=250&amp;wid=300&amp;di=u3392638&amp;ltu=https%3A%2F%2Fblog.csdn.net%2Fmaguanzhan7939%2Farticle%2Fdetails%2F78300507&amp;cec=UTF-8&amp;pis=-1x-1&amp;col=zh-CN&amp;pcs=1908x636&amp;dis=0&amp;pss=1908x3524&amp;drs=1&amp;ps=2334x346&amp;tcn=1531143625&amp;dri=0&amp;ant=0&amp;chi=6&amp;ti=Ubuntu%E7%B3%BB%E7%BB%9F%E5%AE%9E%E7%94%A8%E8%BD%AF%E4%BB%B6%E6%8E%A8%E8%8D%90%20-%20CSDN%E5%8D%9A%E5%AE%A2&amp;cja=false&amp;par=1920x988&amp;dtm=HTML_POST&amp;dai=2&amp;ccd=24&amp;exps=116026&amp;cfv=0&amp;dc=3&amp;ari=2&amp;prot=2&amp;cpl=0&amp;cdo=-1&amp;cce=true&amp;tpr=1531143625283&amp;cmi=0&amp;psr=1920x1080&amp;tlm=1531143625" width="300" height="250" frameborder="0"></iframe></div><script type="text/javascript" src="//cee1.iteye.com/mhzzpwgzj.js"></script>
                </div>
            <div class="aside-box">
        <div class="persion_article">
        <div class="right_box footer_box csdn-tracking-statistics" data-mod="popu_475" data-dsm="post">        <h3 class="feed_new_tit"><span class="line"></span><span class="txt">联系我们</span></h3>        <div class="contact-box">        <div class="img-box"><img src="//csdnimg.cn/pubfooter/images/csdn_cs_qr.png" alt="客服"></div>        <div class="contact-info">        <h4>请扫描二维码联系客服</h4>        <p><svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M2.167 2h11.666C14.478 2 15 2.576 15 3.286v9.428c0 .71-.522 1.286-1.167 1.286H2.167C1.522 14 1 13.424 1 12.714V3.286C1 2.576 1.522 2 2.167 2zm-.164 3v1L8 10l6-4V5L8 9 2.003 5z" fill="#B3B3B3" fill-rule="evenodd"></path></svg><a href="mailto:webmaster@csdn.net" target="_blank"><span class="txt">webmaster@csdn.net</span></a></p><p><svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M14.999 13.355a.603.603 0 0 1-.609.645H1.61a.603.603 0 0 1-.609-.645l.139-1.47c.021-.355.25-.845.51-1.088 0 0 3.107-2.827 3.343-2.909 0 0-.029-2.46 1.2-2.46h3.635c1.112 0 1.202 2.469 1.202 2.469l3.32 2.9c.26.243.489.733.51 1.088l.139 1.47zM7 10a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H7zm7.806-5.674c.105.135.191.384.19.554l-.003 2.811c0 .17-.133.26-.295.2l-2.462-.999a.478.478 0 0 1-.296-.416V5.445c0-2.07-7.878-2.225-7.878 0v1.21c0 .17-.135.352-.3.404L1.3 7.904c-.165.052-.3-.044-.3-.213V4.88c0-.17.086-.42.191-.554C1.191 4.326 2.131 2 8 2s6.807 2.326 6.807 2.326z" fill="#B3B3B3"></path></svg><span class="txt"> 400-660-0108</span></p>        <p><svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M14.496 10.35c-.301-1.705-1.565-2.822-1.565-2.822.18-1.548-.481-1.823-.481-1.823C12.31.915 8.089.998 8 1 7.91.998 3.689.915 3.55 5.705c0 0-.662.275-.481 1.823 0 0-1.264 1.117-1.565 2.822 0 0-.16 2.882 1.445.353 0 0 .36.96 1.022 1.823 0 0-1.183.392-1.083 1.412 0 0-.04 1.136 2.527 1.058 0 0 1.805-.137 2.347-.882h.476c.542.745 2.347.882 2.347.882 2.566.078 2.527-1.058 2.527-1.058.1-1.02-1.083-1.412-1.083-1.412a7.986 7.986 0 0 0 1.022-1.823c1.604 2.529 1.445-.353 1.445-.353z" fill="#B3B3B3" fill-rule="evenodd"></path></svg><a href="javascript:void(0);" class="qqcustomer_s" target="_blank"><span class="txt">QQ客服</span></a>        <svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M7.325 13.965a6.5 6.5 0 1 1 7.175-6.4C14.467 11.677 11.346 15 7.5 15c-.514 0-1.015-.06-1.498-.172.488-.178.922-.48 1.323-.863zM4 7.5a4 4 0 1 0 8 0 .5.5 0 1 0-1 0 3 3 0 1 1-6 0 .5.5 0 0 0-1 0z" fill="#B3B3B3" fill-rule="evenodd"></path></svg><a href="http://bbs.csdn.net/forums/Service" target="_blank"><span class="txt">客服论坛</span></a>        </p>        </div></div>        <div class="bg-gray">        <div class="feed_copyright">        <p><a class="right-dotte" href="//www.csdn.net/company/index.html#about" target="_blank">关于</a><a href="//www.csdn.net/company/index.html#recruit" target="_blank" class="right-dotte">招聘</a><a href="//www.csdn.net/company/index.html#business" target="_blank" class="right-dotte">广告服务</a>        <a href="https://www.csdn.net/gather/A" target="_blank" class="footer_baidu">        网站地图</a></p>        <p class="fz12">©2018 CSDN版权所有 <a href="http://www.miibeian.gov.cn/" target="_blank" class="ml14">京ICP证09002463号</a></p>        <p class="fz12 fz12_baidu"><svg width="13" height="14" xmlns="http://www.w3.org/2000/svg"><path d="M8.392 7.013c1.014 1.454 2.753 2.8 2.753 2.8s1.303 1.017.47 2.98c-.833 1.962-3.876.942-3.876.942s-1.122-.36-2.424-.072c-1.303.291-2.426.181-2.426.181s-1.523.037-1.957-1.888c-.434-1.927 1.52-2.982 1.666-3.161.145-.183 1.159-.873 1.81-1.963.653-1.09 2.608-1.962 3.984.181zm1.23 5.706V9.346H8.64v2.534h-.937s-.3-.044-.356-.285V9.33l-.925.015v2.518s.042.627.925.855h2.277zm-3.685.013V7.951l-.896-.014v1.295H3.987s-1.054.086-1.422 1.28c-.129.798.114 1.266.156 1.368.043.099.383.682 1.238.852h1.978zm-2.433-1.45c-.087-.286.013-.613.057-.741.042-.128.228-.427.61-.54h.855v1.948h-.797s-.555-.029-.725-.668zm6.877-8.775c-.143.909-.865 2.108-1.99 1.962-1.121-.144-1.375-1.16-1.267-2.179C7.214 1.458 8.21.18 9.007.364c.796.18 1.52 1.235 1.374 2.143zm-4.09-.345c0 1.197-.68 2.164-1.52 2.164S3.25 3.36 3.25 2.162C3.25.967 3.932 0 4.77 0c.842 0 1.52.967 1.52 2.162zm4.854 2.09c1.34 0 1.701 1.309 1.701 1.743 0 .438.182 2.29-1.485 2.326-1.667.037-1.737-1.126-1.737-1.96 0-.874.179-2.11 1.52-2.11zm-7.93.581c.045.398.253 2.217-1.27 2.544C.427 7.704-.14 5.947.028 5.124c0 0 .18-1.78 1.412-1.89.98-.085 1.7.986 1.774 1.6z" fill="#999" fill-rule="evenodd"></path></svg><em>百度提供支持</em></p>        </div>        <div class="allow-info-box">        <p><a href="http://www.hd315.gov.cn/beian/view.asp?bianhao=010202001032100010" target="_blank"><span>经营性网站备案信息</span></a></p>        <p><a href="http://www.cyberpolice.cn/" target="_blank"><span>网络110报警服务</span></a></p>        <p><a href="http://www.12377.cn/" target="_blank"><span>中国互联网举报中心</span></a></p>        <p><a href="http://www.bjjubao.org/" target="_blank"><span>北京互联网违法和不良信息举报中心</span></a></p>        </div>        </div>        </div></div>
    </div>
</div>

("a.flexible-btn").click(function(){ ("a.flexible-btn").click(function(){ (this).parents('div.aside-box').removeClass('flexible-box'); $(this).remove(); })

  • 3
    点赞
  • 76
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值