05 2015 档案
摘要:1.delete all executable files under certain directoryfind /directory -type f -executable -deleteorfind /directory -type f -executable -exec rm -f {} ...
阅读全文
摘要:Stacktypedef struct{ int *elem; int length; int alloc_length;}stack;void stack_init(stack &s){ s.length = 0; s.alloc_length = 4; s.e...
阅读全文
摘要:The process to add 4G swap on your original swap:1.Create a 4G swap file$ size="4G" && sudo fallocate -l $size /$size-swap && sudo mkswap /$size-swap ...
阅读全文

浙公网安备 33010602011771号