环境:lubuntu
首先ifconfig查看网卡名,我这里是enp0s3。
接着:
sudo ifconfig enp0s3 down
sudo ifconfig enp0s3 up
sudo dhclient

最新文章

  1. SQL Server 合并表 union 和union all
  2. UserControl和CustomControl基础【PluraSight】
  3. js学习之原型prototype(一)
  4. Skipped Rebuild All: Project with VS2008
  5. linux版本选择
  6. Linux useradd
  7. class-提升方法Boosting
  8. JS 实现MVC的写法
  9. MinerUrl.java 解析页面后存储URL类
  10. linux驱动简单介绍
  11. shell高级特性-4
  12. FPGA Asynchronous FIFO设计思路(2)
  13. C++动态库的几点认识
  14. js实现60s倒计时效果
  15. unity中实现三个Logo图片进行3秒钟的若隐若现后互相切换Logo图片
  16. elixir环境配置
  17. Java 中转换为String类型的四种方法
  18. WPF DataTomplate中Command无效
  19. 创建TFS备份计划失败,错误提示:TF400997
  20. java 多线程5: java 终止线程及中断机制 (stop()、interrupt() 、interrupted()、isInterrupted())

热门文章

  1. Elasticsearch-6.7.0系列(四)Metricbeat仪表盘。本身无端口,依赖kibana
  2. InfluxDB安装和简介
  3. monodepth 训练记录
  4. Zabbix调优不完全指南(https://www.jianshu.com/p/2d911d55448f)
  5. 完成端口IOCP详解
  6. IO多路复用(Python)
  7. Unity Post-Processing的一些分享
  8. Linux裸设备管理详解--
  9. 棒槌的工作第11天-----------------------单词(select和epoll)
  10. vue登录注册及token验证