How to use have been + adjective
Consider this sentence.
The government has been supportive of business.
Shrink VDI further by cloning existing Linux file system
The size of VDI can be remarkably large, compare to the actual size of the file system reported by du -h command. Run VBoxManage to compact the VDI can't reduce the disparity either. For example, the file system is 1.2G, but the VDI can be 1.8G. This usually happens when you installed an OS and then deleted .
How to solve WIFI with high ping in LAN
I was using TightVNC viewer and server between two PCs in LAN environment. For unknown reason, the connection speed becomes excruciatingly slow, sometimes can't establish and maintain connection at all.
The ping command shows that it takes 20ms to 80ms on average when ping from client to the server. The average time is 2ms when ping from server to client. Ping from server to gateway take 1ms or 0ms on average, the output shows there are several <1ms items which makes the average 0ms.
The ping command shows that it takes 20ms to 80ms on average when ping from client to the server. The average time is 2ms when ping from server to client. .Install ntfs-3g on Centos 6 and mount NTFS disk in Easy Steps
By default, Centos 6 doesn't have support for NTFS disk, that's why you get unknown filesystem type error when you try to mount -t ntfs /dev/sdb1 /mnt/datadisk. To make NTFS filesystem available on Centos, you need to install ntfs-3g. Here is how to do it.