{"id":23534999,"url":"https://github.com/cybersecurity-dev/bash-toolkit","last_synced_at":"2025-09-07T02:11:00.426Z","repository":{"id":262824745,"uuid":"888443107","full_name":"cybersecurity-dev/Bash-Toolkit","owner":"cybersecurity-dev","description":"Bash Toolkit: Your Swiss Army Knife for the Command Line","archived":false,"fork":false,"pushed_at":"2025-08-10T10:54:45.000Z","size":68,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T21:11:18.373Z","etag":null,"topics":["bash","bash-profile","bash-script","bash-scripting","bash-scripts","bashrc","bashrc-configs","scripting-language","shell-script"],"latest_commit_sha":null,"homepage":"https://www.gnu.org/software/bash/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybersecurity-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-14T12:09:31.000Z","updated_at":"2025-08-10T10:54:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2afb383-6652-43b6-9521-a03112b1dde3","html_url":"https://github.com/cybersecurity-dev/Bash-Toolkit","commit_stats":null,"previous_names":["cybersecurity-dev/bash-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cybersecurity-dev/Bash-Toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FBash-Toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FBash-Toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FBash-Toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FBash-Toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybersecurity-dev","download_url":"https://codeload.github.com/cybersecurity-dev/Bash-Toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FBash-Toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273986629,"owners_count":25202708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bash-profile","bash-script","bash-scripting","bash-scripts","bashrc","bashrc-configs","scripting-language","shell-script"],"created_at":"2024-12-26T01:14:08.663Z","updated_at":"2025-09-07T02:11:00.410Z","avatar_url":"https://github.com/cybersecurity-dev.png","language":"Shell","readme":"# **[Bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)) Toolkit** | _Your Swiss Army Knife for the Command Line_\n[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge\u0026logo=YouTube\u0026logoColor=white)](https://youtube.com/playlist?list=PL9V4Zu3RroiVE4xP0WgiRLa_Fiszl83s0\u0026si=bUeRrjG-EsewaOnO) [![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge\u0026logo=reddit\u0026logoColor=white)](https://www.reddit.com/r/bash/) [![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black)](https://github.com/cybersecurity-dev/awesome-bash-scripting-language)\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/cybersecurity-dev/\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/github.svg\" alt=\"GitHub\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://www.youtube.com/@CyberThreatDefence\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/youtube.svg\" alt=\"YouTube\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://cyberthreatdefence.com/my_awesome_lists\"\u003e\u003cimg height=\"20\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/blog.svg\" alt=\"My Awesome Lists\"\u003e\u003c/a\u003e\n    \u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e\n\u003c/p\u003e\n\n##  Install SSH server\n\n* [![Debian](https://img.shields.io/badge/Debian-A81D33?logo=debian\u0026logoColor=fff)](#)\n  ```bash\n  sudo apt-get install -y openssh-server \u0026\u0026 sudo systemctl enable ssh --now\n  ```\n* [![Fedora](https://img.shields.io/badge/Fedora-51A2DA?logo=fedora\u0026logoColor=fff)](#)\n  ```bash\n  sudo dnf install -y openssh-server \u0026\u0026 sudo systemctl enable sshd --now\n  ```\n* [![openSUSE](https://img.shields.io/badge/openSUSE-73BA25?style=flat\u0026logo=SUSE\u0026logoColor=white)](#)\n  ```bash\n  sudo zypper install --no-confirm openssh \u0026\u0026 sudo systemctl enable sshd --now\n  ```\n\n* Add Firewall Rure\n  ```bash\n  sudo firewall-cmd --permanent --add-service=ssh \u0026\u0026 sudo firewall-cmd --reload\n  ```\n\n## Verify that ssh service running\n```bash\nsudo systemctl status ssh\n```\n\n## Generate ssh-key\n```bash\nssh-keygen -t rsa\n```\n\n```console\nGenerating public/private rsa key pair.\nEnter file in which to save the key (/home/user/.ssh/id_rsa):\nCreated directory '/home/user/.ssh'.\nEnter passphrase (empty for no passphrase):\n```\nAfter that you will see public key :\n```console\nYour public key has been saved in /home/user/.ssh/id_rsa.pub\nThe key fingerprint is: ...\n```\ncopy fingerprint and paste into: \n```bash\nvim /home/user_remote/.ssh/authorized_keys\n```\nor copy and install the public key using `ssh-copy-id` command in Linux\n\n```bash\nssh-copy-id user_remote@user_remote_ip\n```\n\nand than you will connect via ssh without password but if you entered passphrase, system will ask you this.\n\n\n## Install Applications\n### Programming Language\n#### [![C](https://img.shields.io/badge/C-00599C?logo=c\u0026logoColor=white)](#) [![C++](https://img.shields.io/badge/C++-%2300599C.svg?logo=c%2B%2B\u0026logoColor=white)](#) \u003ca id=\"install-c-cpp\"\u003e\u003c/a\u003e\n  * [![Debian](https://img.shields.io/badge/Debian-A81D33?logo=debian\u0026logoColor=fff)](https://www.debian.org/)\n      * LLVM \n        ```bash\n        sudo apt-get update \u0026\u0026 sudo apt-get install -y clang \u0026\u0026 clang version \n        ```\n      * GCC\n        ```bash\n        sudo apt-get update \u0026\u0026 sudo apt-get install -y build-essential \u0026\u0026 g++ version \n        ```\n  * [![Fedora](https://img.shields.io/badge/Fedora-51A2DA?logo=fedora\u0026logoColor=fff)](https://www.fedoraproject.org/)\n     * LLVM\n    ```bash\n    sudo dnf upgrade --refresh \u0026\u0026 sudo dnf install -y clang \u0026\u0026 clang version\n    ```\n  * [![openSUSE](https://img.shields.io/badge/openSUSE-73BA25?style=flat\u0026logo=SUSE\u0026logoColor=white)](https://www.opensuse.org/)\n    ```bash\n    sudo zypper refresh \u0026\u0026 sudo zypper install -y clang \u0026\u0026 clang version\n    ```\n#### [![Go](https://img.shields.io/badge/Go-%2300ADD8.svg?\u0026logo=go\u0026logoColor=white)](#) \u003ca id=\"install-go\"\u003e\u003c/a\u003e\n  * [![Debian](https://img.shields.io/badge/Debian-A81D33?logo=debian\u0026logoColor=fff)](https://www.debian.org/)\n    ```bash\n    sudo apt-get update \u0026\u0026 sudo apt-get install -y golang \u0026\u0026 go version \n    ```\n  * [![Fedora](https://img.shields.io/badge/Fedora-51A2DA?logo=fedora\u0026logoColor=fff)](https://www.fedoraproject.org/)\n    ```bash\n    sudo dnf upgrade --refresh \u0026\u0026 sudo dnf install -y go \u0026\u0026 go version\n    ```\n  * [![openSUSE](https://img.shields.io/badge/openSUSE-73BA25?style=flat\u0026logo=SUSE\u0026logoColor=white)](https://www.opensuse.org/)\n    ```bash\n    sudo zypper refresh \u0026\u0026 sudo zypper install -y go \u0026\u0026 go version\n    ```\n\n#### [![Python](https://img.shields.io/badge/Python-3776AB?logo=python\u0026logoColor=fff)](#) \u003ca id=\"install-python\"\u003e\u003c/a\u003e\n  * [![Debian](https://img.shields.io/badge/Debian-A81D33?logo=debian\u0026logoColor=fff)](https://www.debian.org/)\n    ```bash\n    sudo apt-get update \u0026\u0026 sudo apt-get install -y -y python3 python3-pip python3-devel \u0026\u0026 pip3 --version \u0026\u0026 pip3 install --upgrade pip \u0026\u0026 pip3 --version\n    ```\n  * [![Fedora](https://img.shields.io/badge/Fedora-51A2DA?logo=fedora\u0026logoColor=fff)](https://www.fedoraproject.org/)\n    ```bash\n    sudo dnf upgrade --refresh \u0026\u0026 sudo dnf install -y python3 python3-pip python3-devel \u0026\u0026 pip3 --version \u0026\u0026 pip3 install --upgrade pip \u0026\u0026 pip3 --version\n    ```\n  * [![openSUSE](https://img.shields.io/badge/openSUSE-73BA25?style=flat\u0026logo=SUSE\u0026logoColor=white)](https://www.opensuse.org/)\n    ```bash\n    sudo zypper refresh \u0026\u0026 sudo zypper install -y python3 python3-pip python3-devel \u0026\u0026 pip3 --version\n    ```\n\n#### [![Rust](https://img.shields.io/badge/Rust-%23000000.svg?e\u0026logo=rust\u0026logoColor=white)](#) \u003ca id=\"install-rust\"\u003e\u003c/a\u003e\n  * [![Debian](https://img.shields.io/badge/Debian-A81D33?logo=debian\u0026logoColor=fff)](https://www.debian.org/)\n    ```bash\n    sudo apt-get update \u0026\u0026 sudo apt-get install -y rustc \u0026\u0026 rustc -V \n    ```\n  * [![Fedora](https://img.shields.io/badge/Fedora-51A2DA?logo=fedora\u0026logoColor=fff)](https://www.fedoraproject.org/)\n    ```bash\n    sudo dnf upgrade --refresh \u0026\u0026 sudo dnf install -y rustc \u0026\u0026 rustc -V\n    ```\n  * [![openSUSE](https://img.shields.io/badge/openSUSE-73BA25?style=flat\u0026logo=SUSE\u0026logoColor=white)](https://www.opensuse.org/)\n    ```bash\n    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh \u0026\u0026 rustc -V\n    ```\n  * Windows Subsystem for Linux\n    ```bash\n    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh \u0026\u0026 rustc -V\n    ```\n#### [![Solidity](https://img.shields.io/badge/Solidity-363636?logo=solidity\u0026logoColor=fff)](https://soliditylang.org/) \u003ca id=\"install-solidity\"\u003e\u003c/a\u003e\n  * [![Debian](https://img.shields.io/badge/Debian-A81D33?logo=debian\u0026logoColor=fff)](https://www.debian.org/)\n    ```bash\n    sudo add-apt-repository ppa:ethereum/Ethereum\n    ```\n    ```bash\n    sudo apt-get update \u0026\u0026 sudo apt-get install -y solc \u0026\u0026 solc --version\n    ```\n  * [![Fedora](https://img.shields.io/badge/Fedora-51A2DA?logo=fedora\u0026logoColor=fff)](https://www.fedoraproject.org/)\n    ```bash\n    sudo snap install solc \u0026\u0026  \u0026\u0026 solc --version\n    ```\n  * [![openSUSE](https://img.shields.io/badge/openSUSE-73BA25?style=flat\u0026logo=SUSE\u0026logoColor=white)](https://www.opensuse.org/)\n    ```bash\n    sudo snap install solc \u0026\u0026 solc --version\n    ```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fbash-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecurity-dev%2Fbash-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fbash-toolkit/lists"}