Coder Social home page Coder Social logo

Anto Online's Projects

aws-lambda-python-send-email-wth-attachment-to-ses icon aws-lambda-python-send-email-wth-attachment-to-ses

This Python script is an AWS Lambda function that reads HTML files from an S3 bucket and sends them as emails using Amazon SES. It extracts metadata from files, composes emails with attachments, sends them, and moves the files to different folders in the bucket based on the sending success.

bash-script-aws-cloudwatch-delete-log-groups icon bash-script-aws-cloudwatch-delete-log-groups

This script automates the process of deleting AWS CloudWatch log groups in a specified region. It retrieves the list of log groups, prompts the user for confirmation, and then deletes them one by one. Ideal for cleaning up unnecessary log groups and reducing storage costs.

bash-script-kill-zombie-processes icon bash-script-kill-zombie-processes

This script identifies and eliminates zombie processes on a Linux system. It first detects all zombie processes, then iterates through each one, killing the parent process to clean up the zombies. If necessary, the script will forcibly kill the parent process to ensure the removal of the zombie process.

bash-script-monitor-docker-high-cpu icon bash-script-monitor-docker-high-cpu

This script monitors CPU load on a system running Docker and generates a report if the load exceeds a specified threshold. It displays the top 5 containers contributing to high CPU load, overall CPU usage, and top 50 processes on the host. Optionally, the report can be sent to Slack if a webhook URL is provided.

bash-script-wordpress-docker-fix-permissions icon bash-script-wordpress-docker-fix-permissions

This script identifies running WordPress instances in Docker containers and fixes their file and directory permissions. It sets the correct ownership, file, and directory permissions for the WordPress root directory, and adjusts group permissions for the wp-content folder and its subdirectories.

bash-script-wordpress-docker-run-cron icon bash-script-wordpress-docker-run-cron

This script locates running WordPress instances in Docker containers and triggers the execution of their cron jobs. It iterates through each WordPress instance, changes to the WordPress root directory inside the container, and runs the `wp-cron.php` script as the `www-data` user.

bash-script-wordpress-docker-verify-checksums icon bash-script-wordpress-docker-verify-checksums

This script checks the integrity of WordPress installations running in Docker containers by verifying their checksums using wp-cli. It identifies containers running WordPress instances, installs wp-cli if necessary, and runs the wp core verify-checksums command.

clamscan-docker icon clamscan-docker

This Docker container will use ClamAV to scan a mounted volume for viruses and send an email or Slack message if a virus is found.

jenkins-tool-create-mysql-db-and-user icon jenkins-tool-create-mysql-db-and-user

This Jenkins pipeline creates a MySQL user and database, taking parameters for stack code, app code, encoding, max connections, MySQL host, and port. It installs the MySQL client, generates a random password, creates the database and user, and flushes MySQL privileges.

jenkins-tool-create-random-character-strings icon jenkins-tool-create-random-character-strings

This Jenkins pipeline generates random usernames and passwords based on the provided length parameters. It then creates various password hashes, including base64, SHA-256, and MD5, and outputs the generated username and password hashes to the console.

jenkins-tool-wordpress-replace-site-url icon jenkins-tool-wordpress-replace-site-url

This Jenkins pipeline updates WordPress URLs in a database. It takes parameters for old and new URLs, MySQL credentials, and the WordPress table prefix. It checks for and installs the MySQL client if needed, then runs SQL queries to replace the old URL with the new one in relevant fields.

python-cloudflare-dns-checker icon python-cloudflare-dns-checker

This script retrieves all A and AAAA records for all domains in a Cloudflare account, and performs DNS and basic HTTP/HTTPS status code checks to verify that the records are set up correctly.

simple-maven-app-for-jenkins icon simple-maven-app-for-jenkins

This Java code is a simple "Hello, World!" application. It contains a class named `App` in the package `com.mycompany.app`. The `main` method prints "Hello World!" to the console when the program is executed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.