随笔分类 -  Linux

linux操作系统
摘要:https://blog.csdn.net/frank_wangjianliang/article/details/51226807 阅读全文
posted @ 2018-06-19 18:23 夏海风 阅读(198) 评论(0) 推荐(0)
摘要:Ubuntu16.04 1. 中文输入法 "中文输入法" : 介绍了两种方法,fcitx 和ibus 两种安装方式。 阅读全文
posted @ 2018-06-03 15:59 夏海风 阅读(102) 评论(0) 推荐(0)
摘要:"不错的教程" 远程仓库 Test 连接 远程仓库初始化 制作patch 和 patch "教程" 安装 git ( 安装) git 命令 (通过git init命令把这个目录变成Git可以管理的仓库) (用命令git add告诉Git,把文件添加到仓库:) (命令git commit告诉Git,把 阅读全文
posted @ 2018-05-20 13:03 夏海风 阅读(856) 评论(0) 推荐(0)
摘要:压缩解压命令 在讲 Linux 上的压缩工具之前,有必要先了解一下常见常用的压缩包文件格式。在 Windows 上最常见的不外乎这三种 |文件后缀名| 说明|例子 | | | | | | .zip| zip 程序打包压缩的文件| | .rar |rar 程序压缩的文件| | .7z |7zip 程序 阅读全文
posted @ 2018-05-15 21:10 夏海风 阅读(1474) 评论(0) 推荐(0)
摘要:title: Ubuntu 使用 tags: 新建,模板,小书匠 grammar_cjkRuby: true [toc] 1 Syetem Setup 2 System Using 2.0 First to complete "First to complete " 2.1 Setup Relati 阅读全文
posted @ 2018-05-09 23:04 夏海风 阅读(707) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-05-09 23:01 夏海风 阅读(6) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-05-09 22:59 夏海风 阅读(5) 评论(0) 推荐(0)
摘要:[toc] 1 代码结构 1. 1 arch\arm\cpu\u boot.lds ENTRY(_start) 可以看到:大小端格式,结构 和入口。 1.2 arch/arm/cpu/armv7/start.S 1. 设置CPU为SVC模式 2. 关闭MMU 3. 关闭Cache 4. 跳转到low 阅读全文
posted @ 2018-05-09 09:41 夏海风 阅读(648) 评论(0) 推荐(0)
摘要:``` # # Sample configuration file for the Samba suite for Debian GNU/Linux. # # # This is the main Samba configuration file. You should read the # smb.conf(5) manual page in order to understand the op... 阅读全文
posted @ 2018-05-06 23:18 夏海风 阅读(301) 评论(0) 推荐(0)
摘要:``` # Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to make the ftp daemon more usable. # Please see vsftpd... 阅读全文
posted @ 2018-05-06 23:11 夏海风 阅读(197) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/skyflying2012/article/details/35226411 阅读全文
posted @ 2018-05-05 22:35 夏海风 阅读(312) 评论(0) 推荐(0)
摘要:Example config file /etc/vsftpd.conf The default compiled in settings are fairly paranoid. This sample file loosens things up a bit, to make the ftp d 阅读全文
posted @ 2018-05-05 16:32 夏海风 阅读(324) 评论(0) 推荐(0)
摘要:前提:SD卡已经分区,通过读卡器或者TF卡套挂在到ubuntu系统 1 使用df h 命令查看sd卡分区信息和挂载信息 例如: /dev/sdb1 挂载点为/media/label1 /dev/sdb2 挂载点为/mdeia/label2 2 卸载SD卡 umount /media/label1 u 阅读全文
posted @ 2018-05-03 11:52 夏海风 阅读(318) 评论(0) 推荐(0)
摘要:"reference" Sample configuration file for the Samba suite for Debian GNU/Linux. This is the main Samba configuration file. You should read the smb.con 阅读全文
posted @ 2018-05-01 23:51 夏海风 阅读(542) 评论(0) 推荐(0)
摘要:Download: "VNC 桌面端下载地址" "VNC viewer 客户端下载地址" Ubuntu 服务器端请参考百度 experience instruction: "Ubuntu 服务器端" 阅读全文
posted @ 2018-05-01 11:42 夏海风 阅读(465) 评论(0) 推荐(0)
摘要:2017年04月13日 08:24:29 从U盘启动的时候出现了gfxboot.c32:not a COM32R image的问题,经过研究发现按下Tab键,会出现live live install check memtest hd mainmenu help.输入live后会进入试用界面,live 阅读全文
posted @ 2018-05-01 00:50 夏海风 阅读(1712) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-04-30 09:35 夏海风 阅读(15) 评论(0) 推荐(0)
摘要:按照如下设置: "从零开始:史上最详尽***搭建教程" shadow服务器端配置: "shadow" "服务器端配置" 阅读全文
posted @ 2018-04-30 09:23 夏海风 阅读(9) 评论(0) 推荐(0)
摘要:6. 环境变量&文件查找 |命令名称 | 功能 | 备注 | | | | | | set |显示当前 Shell 所有变量,包括其内建环境变量(与 Shell 外观等相关),用户自定义变量及导出的环境变量。| | | env |显示与当前用户相关的环境变量,还可以让命令在指定环境中运行。| | | 阅读全文
posted @ 2017-08-23 11:32 夏海风 阅读(448) 评论(0) 推荐(0)
摘要:1 什么是shell? 1. Shell 是一个用 C 语言编写的程序,它是用户使用 Linux 的桥梁。 Shell 既是一种命令语言,又是一种程序设计语言。 Shell 是指一种应用程序,这个应用程序提供了一个界面,用户通过这个界面访问操作系统内核的服务。 Ken Thompson 的 sh 是 阅读全文
posted @ 2017-08-20 17:49 夏海风 阅读(152) 评论(0) 推荐(0)