making a linux usb driver http://www.kroah.com/linux/ http://matthias.vallentin.net/blog/2007/04/writing-a-linux-kernel-driver-for-an-unknown-usb-device/ http://www.linuxjournal.com/article/7353?page=0,2 sudo lsusb -v -d 16c0:05df …
The Android kernel is a powerful ally to the reverse engineer. While regular Android apps are hopelessly restricted and sandboxed, you - the reverser - can customize and alter the behavior of the operating system and kernel any way you wish. This giv…
目标 主库宕机不丢数据(Master Failover without data loss) facebook有两篇不错的文章: 2015/01: performance-issues-and-fixes-mysql-56 2014/04: semi-synchronous-replication-at-facebook 1. Loss Less Semisync 半同步复制实现的关键点是Master对于事务提交过程特殊处理.目前实现半同步复制主要有两种模式,AFTER_SYNC模式和AFTER…
Most of the Android user are using their Android phone just for calls, SMS, browsing and basic apps, But form the development prospective, we should know about Android internal structure. Android uses several partitions (like boot, system, recovery,…
The Linux tracing APIs are a relatively new addition to the kernel and one of the most powerful new features its gained in a long time. Unfortunately the plethora of terms and names for the system can be confusing, so in this follow-up to my previous…
启动 NFS 守护进程:rpc.nfsd: writing fd to kernel failed: errno 111 (Connection refused) rpc.nfsd: unable to set any sockets for nfsd 解决办法就是重新启动rpcbind服务即可: service rpcbind restart service nfs restart…