-
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…
-
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…
-
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.
-
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.
-
Cloud Logging practice
Only logs that contain log entries are listed. Kubernetes events:
-
APIs vs. Console
APIs/commands offer more flexibility and control than the console.
-
Income Streams
The essence of personal business lies in building and expanding sustainable income streams.
-
Business IT
Align technology solutions with business goals, ensuring that IT investments drive value, improve efficiency, and support overall success.
-
Design Your Life
Get Curious. Talk to People. Try Stuff. Tell Your Story.
-
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.