The commands of Disk fdisk( the disk size is less 2TB) fdisk - partition table manipulator for Linux. options: -l :show all disk infotmation. start disk deal. parted(the size of disk is not limit) mkfs mkfs - buld a Iinux file System. For example: mk…
Here's the scenario: you've set up Dynamically Allocated Storage for the hard drive on your Guest VM in VirtualBox and you've run out of space - even though your Actual Size is smaller than the Virtual Size (this happened to me recently when my Virtu…
1. Increase disk space in vCenter 2. scan disk on the Linux VM # fdisk -lu > /tmp/fdisk. # > /sys/block/sdb/device/rescan # > /sys/block/sdd/device/rescan # fdisk -lu > /tmp/fdisk. 3. umount the partition # umount /Backup # umount /Data/ 4. Ex…
Mem pro 是一个主要集成内存泄露检测的工具,其具有自身的源码和GUI,在GUI中利用"Launch" button进行加载自己待检测的application,目前支持的平台为Windows,Unix, Linux, OSX, IOS, GCC:但是按照官网的说法,其虽然只能运行到WIN上,但是根据TCP协议传输dump的方式也可以和其他平台的app进行连接: 关于内存泄露,按照官方文档中的说法,其检测内存泄露的算法主要是两种,一种是在抓取dump时候未被引用的变量会被认定为泄露,…
Total Commander 8.52 Beta 1http://www.ghisler.com/852_b1.php 10.08.15 Release Total Commander 8.52 beta 1 (32/64) 05.08.15 Fixed: Windows 10: Loading drive buttonbar hanging on some devices (e.g. Surface Pro 3) when SD-Card was in internal card reade…
#!/usr/bin/env python # -*- coding: utf-8 -*- from math import sqrt import shapefile from matplotlib import pyplot from descartes import PolygonPatch from shapely.geometry import Polygon, LineString, Point # used to import dictionary data to shapely…