该系列主要是记录自己使用fedora发现的问题。

1Linux Error: curses.h: No such file or directory Problem Solution

sudo yum install ncurses-devel ncurses

2.Extra bz2 files

Go to terminal and enter command below to extract .bz2 file:-

$ bunzip2 myfile.bz2

If you have .tar.bz2 file then you can use the command below to extract the file:-

tar xjvf myfile.tar.bz2

3.missing command takes too long to respond

修改.bashrc加上这句话

unset command_not_found_handle

最新文章

  1. (转)Linux下root密码丢失和运行级别错误的解决办法
  2. 关于seafile启动的问题解决
  3. Visual Studio 2012中的为创建类时的添加注释模板
  4. POJ 1795
  5. windows下STM32开发环境的搭建
  6. CCR源码分析-CCR架构
  7. Selenium API(C#)
  8. Vijos1675 NOI2005 聪聪和可可 记忆化搜索
  9. 完全卸载sql2005
  10. Java中的异常详解
  11. Mysql的管理及使用
  12. HDU 1715 大菲波数
  13. PageBase 公共基础类
  14. Linux之dmesg命令
  15. Python(x,y) 的 FTP 下载地址
  16. 创建Java多线程的两种方式和线程异常
  17. 双心一键获取winsxs的写入权限,解决VC运行库安装error1935错误
  18. Java: String.split(....); 结果很意外
  19. Page Visibility API 页面是否获取焦点 Event: visibilitychange
  20. 回调函数ros::spin()与ros::spinOnce()

热门文章

  1. shiro权限框架
  2. 转:Bootstrap研究 精巧的网格布局系统
  3. zk mysql 主从自动切换
  4. 制作Linux(Fedora、Ubuntu、CentOS)优盘启动
  5. sequence2(高精度dp)
  6. BZOJ 2287: 【POJ Challenge】消失之物( 背包dp )
  7. The Meta-Object System
  8. QTableWidget 导出到csv表格
  9. docker学习笔记3:镜像操作(查找和下载)
  10. Libgdx环境搭建及介绍