BACKGROUNDProcessor power consumption has become a major issue in recent years. The current trend of processor design to multi-core architecture as ea...
分类:
其他好文 时间:
2014-06-18 22:16:54
阅读次数:
435
今天在linux下打开win的NTFS硬盘总是提示出错了,而且是全部的NTFS盘都出错,其中sda1错误显示如下:Error mounting /dev/sda1 at /media/wangbo/24F02EECF02EC3C0: Command-line `mount -t "ntfs" -o ...
分类:
系统相关 时间:
2014-06-17 00:29:31
阅读次数:
383
nginx高并发优化一、关闭系统中不需要的服务二、优化磁盘写操作mount-oremountdefaults,noatime,nodiratimepartionmount_partionfstab将partionmount_partiondefaults00修改为partionmount_partiondefaults,noatime,nodiratime00即修改为写入磁盘不修改访问时间三、优化资源限..
分类:
其他好文 时间:
2014-06-16 17:26:30
阅读次数:
276
linux硬盘分区格式化及挂载
1、硬盘的接口类型
硬盘的接口一般分为两种,一种是IDE并行接口,一种是SATA串行接口, 在linux上面IDE接口的硬盘被识别为/dev/hd[a-z]这样的设备,其中hdc表示光驱设备,这是因为主板上面一般有两个IDE插槽,一个IDE插槽可以接两个硬盘,而光驱是接着IDE的第二个插槽上面的第一个接口上面。其他诸如SCSI,SAS...
分类:
系统相关 时间:
2014-06-16 14:39:04
阅读次数:
356
Mac开机密码忘了,咋办?开不开机啦
1.打开你的Mac,command +S 进入你的终端界面
2.输入/sbin/mount -uaw /
3.输入rm /var/db/.AppleSetupDone (删除)
4.reboot ...
分类:
其他好文 时间:
2014-06-15 12:38:37
阅读次数:
207
In most cases you will need root permission to be able to capture packets on an interface. Using tcpdump (with root) to capture the packets and saving...
分类:
其他好文 时间:
2014-06-15 06:51:22
阅读次数:
178
常规处理方法:1、编辑/etc/fstab#vim /etc/fstab修改前 :tmpfs
/dev/shm tmpfs defaults 0 0修改后:tmpfs /dev/shm tmpfs defaults.size=4g 0
02、重新mount /dev/shm#mount -o rem...
分类:
其他好文 时间:
2014-06-12 20:15:35
阅读次数:
220
原文地址:http://elinux.org/Debugging_by_printing#Usage
If variable is of Type, use printk format
specifier:----------------------------------------------....
分类:
其他好文 时间:
2014-06-12 08:17:15
阅读次数:
297