• linux something


    使用的UbuntuKylin 

    source error
    e1:apt-get update提示没有证书
    e2:访问不了阿里云源服务器
    e3:GPG 错误:http://download.mono-project.com/repo/ubuntu xenial InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY A6A19B38D3D831EF
    仓库 “http://download.mono-project.com/repo/ubuntu xenial InRelease” 1没有数字签名。
    e5:无法下载 http://extras.ubuntu.com/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found [IP: 91.189.92.152 80]

    http://mirrors.aliyun.com/ubuntu/ 改为
    https://mirrors.aliyun.com/ubuntu/
    解决访问不了阿里云的事情

    https://www.cnblogs.com/arrongao/archive/2012/12/15/Hash_Sum_mismatch_key.html
    根据上面的博客把将/var/lib/apt/lists/partial/ 文件夹下的文件删除,再用apt-get update 更新源能够解决
    http://extras.ubuntu.com/ubuntu/ dists 下就没有xenial文件夹 忽略就是了
    iput error
    使用的Ubuntu
    e1:启动后托盘区没有fcitx
    e2: QT程序(就是基于KDE的窗口程序)无法使用中文输入

    sudo apt-get upgrade 就默默奇妙的再QT下可以录入中文了
    根据此贴http://blog.csdn.net/u012810317/article/details/54894870

    .xprofile文件里添加下如下代码
    export LC_ALL=zh_CN.utf8
    export XMODIFIERS=@im=fcitx
    export QT_IM_MODULE=xim
    export GTK_IM_MODULE=xim
    fcitx -d
    可以设置环境变量直接变成fcitx 托盘区里没有,但是可以使用中文输入了。



    install soft error
    网易云音乐无法直接执行必须使用sudo用root权限执行,解决办法重新安装deb包,ok。
    http://blog.csdn.net/fuchaosz/article/details/51882935
    主要通过这个帖子安装了常用的软件
  • 相关阅读:
    windows下安装php5.5的redis扩展
    redis常见命令
    HDU 5869 Different GCD Subarray Query
    WA时查错点
    HDU 3333 Turing Tree
    HDU 5868 Different Circle Permutation
    AcWing 272 最长公共上升子序列 (dp)
    中国计量大学现代科技学院第四届“中竞杯”程序设计校赛 I 题 (双端队列bfs / 优先队列bfs)
    AtCoder ARC 109 D (拆点 + 分类讨论)
    codeforces 1408D. Searchlights (暴力 + 前缀优化)
  • 原文地址:https://www.cnblogs.com/edzjx/p/8022650.html
Copyright © 2020-2023  润新知