Fred's Blog
Opensource with life.
Wednesday, May 10, 2017
How to Resume an SCP Transfer
›
rsync -P -e ssh local_file user@host:remote_file
Monday, August 3, 2015
How to upload vhd or file in Azure China
›
Step 1: azure storage account connectionstring show --blob-endpoint gfw.blob.core.chinacloudapi.cn mcops Step 2: azure storage blob up...
Friday, July 10, 2015
Starting with Strace
›
What is strace? Strace is a “system call trace” program. It attaches to a process and tracks system calls and signals made to and from it...
1 comment:
Tuesday, June 30, 2015
Trace zabbix server
›
objdump -DSswx zabbix_server | gzip -c > zabbix_server.objbump.gz
Monday, June 29, 2015
iOS code sign error - User interaction not allowed
›
Earlier today I was trying to build an iOS application over VPN, SSH or Bamboo (Jenkins), I was connected to my iMac at work. I was running ...
Wednesday, December 31, 2014
use vmnet patch with vmware 10.0.4 and kernel 3.17
›
diff -ur vmnet-only.a/netif.c vmnet-only/netif.c --- vmnet-only.a/netif.c 2014-10-10 03:23:08.585920012 +0300 +++ vmnet-only/netif.c 201...
1 comment:
Wednesday, July 16, 2014
Stop gvfsd-metadata Using 100% CPU and Disk High I/O
›
If your Linux system is slowly grinding to a halt, and you manage to pull up the System Monitor and see that gvfsd-metadata is using 100% of...
›
Home
View web version