This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
num_bytes=$1 | |
num_places=$2 | |
disk="/dev/sda" # You can change this to your own disk | |
disk_size=$(blockdev --getsize64 "$disk") | |
effective_disk_size=$(($disk_size - $num_bytes)) | |
for ((i=0; i<num_places; i++)); do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Multi_key> <a> <m> <o> <g> <u> <s> : "ඞ" U0D9E # AMOGUS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.4' | |
services: | |
################################################################################## | |
## Cluster PEER 0 ################################################################ | |
################################################################################## | |
ipfs0: | |
container_name: ipfs0 | |
image: ipfs/go-ipfs:master-latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----------------------------------------------------: timestamp=2021-09-27T11:58:43.730Z | |
2021-09-27T11:58:43.730Z [INFO] provider.terraform-provider-aws_v3.58.0_x5: 2021/09/27 11:58:43 [DEBUG] [aws-sdk-go] <AddRoleToInstanceProfileResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
<ResponseMetadata> | |
<RequestId>328eada8-9f6f-428d-9729-c79e03b13e96</RequestId> | |
</ResponseMetadata> | |
</AddRoleToInstanceProfileResponse>: timestamp=2021-09-27T11:58:43.730Z | |
2021-09-27T11:58:43.734Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.mastercluster.aws_iam_instance_profile.workers[0] | |
2021-09-27T11:58:43.735Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.mastercluster.aws_iam_instance_profile.workers[0] | |
2021-09-27T11:58:43.736Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.mastercluster.aws_iam_instance_profile.workers[0] | |
2021-09-27T11:58:43.736Z [TRACE] NodeAbstractResouc |