{"id":19042939,"url":"https://github.com/rudissaar/linux-config-scripts","last_synced_at":"2025-04-23T22:29:24.561Z","repository":{"id":204860403,"uuid":"121158080","full_name":"rudissaar/linux-config-scripts","owner":"rudissaar","description":"Collection of Linux shell scripts that can be triggered on system without needing to have a bunch of dependencies.","archived":false,"fork":false,"pushed_at":"2025-01-29T10:58:25.000Z","size":177,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T07:51:46.384Z","etag":null,"topics":["arch-linux","bash","debian","fedora","hacktoberfest","linux","openvpn","rhel","wget"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rudissaar.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":"2018-02-11T19:17:52.000Z","updated_at":"2025-01-29T10:58:28.000Z","dependencies_parsed_at":"2025-04-17T19:08:46.763Z","dependency_job_id":"c9b20a8b-6260-4e95-8120-6781abc81660","html_url":"https://github.com/rudissaar/linux-config-scripts","commit_stats":null,"previous_names":["rudissaar/linux-config-scripts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudissaar%2Flinux-config-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudissaar%2Flinux-config-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudissaar%2Flinux-config-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudissaar%2Flinux-config-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudissaar","download_url":"https://codeload.github.com/rudissaar/linux-config-scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250526008,"owners_count":21445112,"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","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":["arch-linux","bash","debian","fedora","hacktoberfest","linux","openvpn","rhel","wget"],"created_at":"2024-11-08T22:39:36.421Z","updated_at":"2025-04-23T22:29:24.545Z","avatar_url":"https://github.com/rudissaar.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux Config Scripts\n\nThe main purpose of this repository is to contain Linux shell scripts\nthat can be triggered on system without needing to have a bunch of dependencies.\nOnly requirements that you should have is `bash` and `wget` command\nand in most cases internet connection.\n\n## Examples\nYou can use the following syntax to execute scripts:\n```\nbash \u003c(wget -O - https://.../linux-config-scripts/master/debian-post-install/openvpn.sh)\n```\n\nYou can also use this syntax to execute a script that doesn't require any interaction:\n```\nwget -O - https://.../linux-config-scripts/master/debian-post-install/vim.sh | bash\n```\n\nYou should also be able to call them from `chef`, if you are planning to run scripts on multiple servers.\n\nMany scripts include tweakable variables, if you wish to modify them then\nyou should save script on disk before you execute it.\n\n## Contents\n\n * [arch-post-install](./arch-post-install)\n   * [hla.sh](./arch-post-install/hla.sh)\n   * [mate-desktop.sh](./arch-post-install/mate-desktop.sh)\n   * [vim.sh](./arch-post-install/vim.sh)\n * [debian-post-install](./debian-post-install)\n   * [apache-netbeans.sh](./debian-post-install/apache-netbeans.sh)\n   * [disable-history.sh](./debian-post-install/disable-history.sh)\n   * [enable-colours.sh](./debian-post-install/enable-colours.sh)\n   * [mariadb.sh](./debian-post-install/mariadb.sh)\n   * [openvpn-smart.sh](./debian-post-install/openvpn-smart.sh)\n   * [openvpn.sh](./debian-post-install/openvpn.sh)\n   * [vim.sh](./debian-post-install/vim.sh)\n   * [wet-server.sh](./debian-post-install/wet-server.sh)\n * [fedora-post-install](./fedora-post-install)\n   * [adobe-flash.sh](./fedora-post-install/adobe-flash.sh)\n   * [apache-netbeans.sh](./fedora-post-install/apache-netbeans.sh)\n   * [bleachbit.sh](./fedora-post-install/bleachbit.sh)\n   * [build-nginx-with-pagespeed.sh](./fedora-post-install/build-nginx-with-pagespeed.sh)\n   * [dbeaver.sh](./fedora-post-install/dbeaver.sh)\n   * [fasm.sh](./fedora-post-install/fasm.sh)\n   * [grub-efi.sh](./fedora-post-install/grub-efi.sh)\n   * [hla.sh](./fedora-post-install/hla.sh)\n   * [libvirt-qemu-kvm.sh](./fedora-post-install/libvirt-qemu-kvm.sh)\n   * [mate-numix-icon-theme-square-light.sh](./fedora-post-install/mate-numix-icon-theme-square-light.sh)\n   * [mariadb.sh](./fedora-post-install/mariadb.sh)\n   * [minetest-server.sh](./fedora-post-install/minetest-server.sh)\n   * [nfs-server.sh](./fedora-post-install/nfs-server.sh)\n   * [nginx-php-stack.sh](./fedora-post-install/nginx-php-stack.sh)\n   * [nouveau-off.sh](./fedora-post-install/nouveau-off.sh)\n   * [obs-plugin-linuxbrowser.sh](./fedora-post-install/obs-plugin-linuxbrowser.sh)\n   * [old-kernels.sh](./fedora-post-install/old-kernels.sh)\n   * [onionshare.sh](./fedora-post-install/onionshare.sh)\n   * [openvpn.sh](./fedora-post-install/openvpn.sh)\n   * [pam-su-no-password.sh](./fedora-post-install/pam-su-no-password.sh)\n   * [pcsx2.sh](./fedora-post-install/pcsx2.sh)\n   * [podman-desktop.sh](./fedora-post-install/podman-desktop.sh)\n   * [qt5-devel.sh](./fedora-post-install/qt5-devel.sh)\n   * [replace-lightdm-with-gdm.sh](./fedora-post-install/replace-lightdm-with-gdm.sh)\n   * [samba-server-public.sh](./fedora-post-install/samba-server-public.sh)\n   * [selinux-off.sh](./fedora-post-install/selinux-off.sh)\n   * [sshesame.sh](./fedora-post-install/sshesame.sh)\n   * [streama-server.sh](./fedora-post-install/streama-server.sh)\n   * [teamspeak3-client.sh](./fedora-post-install/teamspeak3-client.sh)\n   * [vim.sh](./fedora-post-install/vim.sh)\n * [rhel-post-install](./rhel-post-install)\n   * [apache-netbeans.sh](./rhel-post-install/apache-netbeans.sh)\n   * [golang.sh](./rhel-post-install/golang.sh)\n   * [nfs-server.sh](./rhel-post-install/nfs-server.sh)\n   * [rsyslog-server.sh](./rhel-post-install/rsyslog-server.sh)\n   * [samba-server-public.sh](./rhel-post-install/samba-server-public.sh)\n   * [selinux-off.sh](./rhel-post-install/selinux-off.sh)\n   * [vim.sh](./rhel-post-install/vim.sh)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudissaar%2Flinux-config-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudissaar%2Flinux-config-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudissaar%2Flinux-config-scripts/lists"}