Skip to content

Instantly share code, notes, and snippets.

@DangerBlack
DangerBlack / cubbit_s3_delete_obejct.sh
Last active July 4, 2023 08:59
How to delete the objects in a versioned bucket
#!/usr/bin/bash
# To configure aws cli on Cubbit you can visit
# https://docs.cubbit.io/integrations/aws-cli#installation
#MIT License
#Copyright (c) [2023] [DangerBlack]
#Permission is hereby granted, free of charge, to any person obtaining a copy
@DangerBlack
DangerBlack / cubbit_s3_bucket_size.sh
Created June 23, 2023 09:07
cubbit_s3_bucket_size.sh
#!/usr/bin/bash
# To configure aws cli on Cubbit you can visit
# https://docs.cubbit.io/integrations/aws-cli#installation
#MIT License
#Copyright (c) [2023] [DangerBlack]
#Permission is hereby granted, free of charge, to any person obtaining a copy
@DangerBlack
DangerBlack / plex_updater.sh
Created February 9, 2023 18:01
Update plex
#!/bin/sh
#MIT License
#Copyright (c) [2023] [DangerBlack]
#Permission is hereby granted, free of charge, to any person obtaining a copy
#of this software and associated documentation files (the "Software"), to deal
#in the Software without restriction, including without limitation the rights
#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@DangerBlack
DangerBlack / start_cubbit.sh
Created September 11, 2020 12:28
Run Cubbit on start up
#!/bin/bash
# Copyright (c) <2020> <DangerBlack>
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions: