Taicheng's Profile

  • AI
  • Cloud
  • Ops
  • Code
  • BUSI
  • About


A Certified Cloud Architect & AI Enthusiast

Illustration of a bird flying.
  • Transfers for Large Files

    The previous recipe covered transfers with a large number of operations; this one is targeted at individual large files. Upload the file as several simultaneous chunks and observe transfer speed. If your previous upload saturated your link, you may not see a performance increase. You’ll notice we set the file size threshold that triggers parallel…

    December 4, 2024

  • Transfers by Multiprocessing

    Add -m to multiprocess your transfer and observe greatly increased speed: Adding -m to the gsutil causes most commands to run in parallel, using a combination of multithreading and multiprocessing. The number of threads and processes are set by parallel_thread_count and parallel_process_count. These can be set in your .boto configuration file or set on the command line with the -o option flag. In general, if you…

    December 4, 2024

  • knowledge over wealth

    Remember, knowledge is better than wealth, because knowledge protects you, while you have to guard wealth. Wealth decreases if you spend it, but the more you make use of knowledge, the more it increases.

    December 4, 2024

  • Choose the Good

    There will never be any shortage of good people in the world. All you need to do is seek them out and bring as many of them into your life as possible. Keep the rest, and the hell, out.

    December 1, 2024

  • Cloud Logging practice

    Only logs that contain log entries are listed. Kubernetes events:

    December 1, 2024

  • APIs vs. Console

    APIs/commands offer more flexibility and control than the console.

    November 29, 2024

  • Income Streams

    The essence of personal business lies in building and expanding sustainable income streams.

    November 29, 2024

  • Business IT

    Align technology solutions with business goals, ensuring that IT investments drive value, improve efficiency, and support overall success.

    November 28, 2024

  • Design Your Life

    Get Curious. Talk to People.  Try Stuff.  Tell Your Story. 

    November 28, 2024

  • Backing Up VMs

    Using Compute Engine persistent disk snapshots, you will create a snapshot of the virtual machine’s persistent disk to have a recovery point of the disk in the event of mishap.

    November 28, 2024

←Previous Page
1 … 6 7 8 9 10 … 34
Next Page→