linux常见问题集锦

  1. 修改Ubuntu和win10双系统启动顺序:https://www.jianshu.com/p/7859076f08fc

  2. 安装jdk: https://www.centos.bz/2018/06/在ubuntu-18-04上使用apt安装java/

  3. linux下vim怎么实现粘贴https://blog.csdn.net/qq_37786775/article/details/79983553

  4. chrome安装:https://blog.csdn.net/I_will_try/article/details/82848418

  5. grub黑屏 电脑是荣耀MagicBook ,装了双系统Windows 10(主)和Ubuntu 18.04。开机直接进入grub黑屏。
    grub version 2.0.2
    Minimal BASH-like line editing is supported. For the first word, Tab lists possible command completions. Anywhere else TAB lists the possible completions.
    Grub->

试了很多办法。只有这个还行
https://blog.csdn.net/opencv_learner/article/details/93589047
输入exit可跳转启动windows 10

  1. easybcd 加载ubuntu启动项 加载不了
    https://blog.csdn.net/zhangfenger/article/details/87096173

  2. vim下实现粘贴
    https://blog.csdn.net/qq_37786775/article/details/79983553

  3. 安装numpy
    https://blog.csdn.net/oMoDao1/article/details/80501468

  4. 软件更新源
    https://www.cnblogs.com/litifeng/p/9123818.html
    https://www.cnblogs.com/flyinggod/p/7979108.html
    https://www.linuxidc.com/Linux/2017-11/148627.htm

  5. 关于pip和virtualenv
    https://www.liaoxuefeng.com/wiki/1016959663602400/1019273143120480
    https://www.runoob.com/w3cnote/python-pip-install-usage.html

  6. pip的安装
    https://blog.csdn.net/lipei_csdn/article/details/81976927

12 atom安装不上
https://blog.csdn.net/u011870280/article/details/80213866

13 切换为root
https://jingyan.baidu.com/article/fd8044fa1e74035031137ae0.html

14 获取文件系统权限
https://blog.csdn.net/s13227843385/article/details/80784881

15 windows向linux传送数据
试了没有用,服务器拒绝连接https://jingyan.baidu.com/article/c45ad29c76e4f5051653e26a.html
试一下这个http://www.onlinedown.net/soft/20088.htm
后来才知道,百度问为何连接不上,有人提示要到/etc/ssh/sshd_config里修改远程登记参数,修改为yes。我用vim打开后发现没有这个文件,是个空的。

解决方法是:
sudo apt-get install ssh
安装完后,就可以打开这个文件

也可以连接上了
原来工具是有效的,

16 卸载不常用的软件
https://blog.csdn.net/Perfect_Accepted/article/details/82012743

17 删除文件和目录,尤其要慎用-rf,无法挽回的痛苦!!!
https://www.cnblogs.com/piaozhe116/p/6080062.html

18 查看防火墙状态
https://blog.csdn.net/weixin_34293246/article/details/92148586

19 断点续传工具
https://blog.csdn.net/u010382560/article/details/48573975

原文地址:https://www.cnblogs.com/dowtowne/p/11484804.html