
个人文章
李_柱
这个作者很懒,什么都没留下…
展开
-
第四天
Ctr + c 正常退出Ctr + z 强制结束Kill 9 xxxx 强制杀死摸个进程Ps a 查看所有进程Ps 查看进程 smb服务器安装1.安装Ubuntu samba服务器:命令: sudo apt-get install samba sudo apt-get install smbfs 启动: sudo/etc/init.d/samba start 到这原创 2014-10-21 23:02:13 · 299 阅读 · 0 评论 -
linux c 获取文件的时间信息
/************************************************************************* > File Name: hello.c > Author: lizhu > Mail: > Created Time: 2015年11月20日 星期五 10时30分20秒 ********************原创 2015-11-24 09:49:16 · 10590 阅读 · 5 评论 -
Linux CAN编程详解
原文博客地址 http://velep.com/archives/1181.html通过读这篇博客是我搜索can通讯以来讲解的最详细的一篇,还有其自己写的一刻关于can控制的程序都是非常棒的,Linux 系统中CAN 接口配置在 Linux 系统中, CAN 总线接口设备作为网络设备被系统进行统一管理。在控制台下, CAN 总线的配置和以太网的配置使用相同的命令。转载 2016-05-24 15:57:07 · 53009 阅读 · 3 评论 -
linux 多线程聊天服务器
自己写的linux多线程聊天服务器,可以实现并发,通过链表添加人数。#include #include #include #include #include #include #include #include #include #include #include typedef struct {int sockfd;char nam原创 2016-05-26 22:50:02 · 551 阅读 · 0 评论 -
Linux下C语言来检测USB设备以及自动区分U盘和硬盘并自动挂载
Linux下C语言来检测USB设备以及自动区分U盘和硬盘并自动挂载原创 2015-11-28 15:05:17 · 11889 阅读 · 4 评论