阵列笔记mkdir /tmp/exploit ln /bin/ping /tmp/exploit/target exec 3< /tmp/exploit/target ls -l /p… Read Article →
默认状态下向putty中输入中文会变成…可以用以下方法解决: Category中选择Window=>Appearance=>change…将字体设置为Fixedsys… Read Article →
irqbalance现在被证实为非常有必要的服务,他的主要功能是可以合理的调配使用各个CPU核心,特别是对于目前主流多核心的CPU,简单的说就是能够把压力均匀的分配到各个CPU核心上,对提升… Read Article →
挂载ISO mdconfig -a -t vnode -f xxx.iso -u 0 mount -t cd9660 /dev/md0 /mnt/iso 卸载 umount /mnt/iso… Read Article →
昨天晚上我们升级了某台mysql的操作系统,从Centos5.x升级到了Centos6.0,Centos6.0使用2.6.32-7x的内核版本。但是自带的yum仓库源工具有限,有时候不能找到… Read Article →
Amorize的安全研究人员最近表示,已经确认黑客入侵mysql.com,并通过iframe的方法让用户感染了恶意代码,他们已经追踪到佛罗里达 和瑞典两个恶意软件托管地,在当地时间周一下午依… Read Article →
mount_nfs -o async,noatime -T 192.168.4.180:/data/wwwroot/ /data/wwwroot/ 点击率15400/min mount -t… Read Article →
FreeBSD硬件信息查看 1.有时候dmesg可以看到.时间长了就看不到了. 不过/var/run/dmesg.boot可以看 2. sysctl -a | grep “^de… Read Article →
记录一下平常在centos服务器使用YUM工具的一些技巧。
由于kernel.org被黑,已经将内核源代码迁移到https://github.com/了。所以下载最新的内核源代码在这里https://github.com/mirrors/linux/… Read Article →