{"id":15059079,"url":"https://github.com/faridzelli/linuxscripts","last_synced_at":"2026-01-02T00:32:03.175Z","repository":{"id":242132916,"uuid":"808765602","full_name":"FaridZelli/LinuxScripts","owner":"FaridZelli","description":"Post-installation scripts for Linux distributions 📚️","archived":false,"fork":false,"pushed_at":"2025-02-14T19:08:19.000Z","size":82,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T10:14:55.818Z","etag":null,"topics":["fedora","install-script","linux","opensuse"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FaridZelli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-05-31T19:13:07.000Z","updated_at":"2025-02-14T19:08:22.000Z","dependencies_parsed_at":"2024-11-15T16:38:41.328Z","dependency_job_id":null,"html_url":"https://github.com/FaridZelli/LinuxScripts","commit_stats":null,"previous_names":["faridzelli/linuxscripts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaridZelli%2FLinuxScripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaridZelli%2FLinuxScripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaridZelli%2FLinuxScripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaridZelli%2FLinuxScripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FaridZelli","download_url":"https://codeload.github.com/FaridZelli/LinuxScripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243558477,"owners_count":20310574,"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":["fedora","install-script","linux","opensuse"],"created_at":"2024-09-24T22:36:45.480Z","updated_at":"2026-01-02T00:32:03.170Z","avatar_url":"https://github.com/FaridZelli.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚️ Linux Scripts\nThis repository contains my post-installation scripts for various Linux distributions.\n   \nⓘ All scripts must be run as **root**.\n   \n## Fedora Workstation 43\n   \n### fedora_ws_base.sh\n- This script automates various maintenance tasks required after a fresh installation,   \n  such as installing non-free drivers and codecs.\n- Please ensure that your system is up-to-date before running the script.\n  ```\n  dnf clean all \u0026\u0026 dnf distro-sync --refresh \u0026\u0026 reboot\n  ```\n   \n  ```\n  curl -o ~/fedora_ws_base.sh https://raw.githubusercontent.com/FaridZelli/LinuxScripts/main/fedora_ws_base.sh \u0026\u0026 chmod a+x ~/fedora_ws_base.sh \u0026\u0026 ~/fedora_ws_base.sh ; rm -f ~/fedora_ws_base.sh\n  ```\n   \n## openSUSE Tumbleweed\n   \n### tumbleweed_base.sh (not actively maintained)\n- This script automates various maintenance tasks required after a fresh installation,   \n  such as installing non-free drivers and codecs.\n- Please ensure that your system is up-to-date before running the script.\n  ```\n  zypper clean \u0026\u0026 zypper refresh \u0026\u0026 zypper dup \u0026\u0026 reboot\n  ```\n   \n  ```\n  curl -o ~/tumbleweed_base.sh https://raw.githubusercontent.com/FaridZelli/LinuxScripts/main/tumbleweed_base.sh \u0026\u0026 chmod a+x ~/tumbleweed_base.sh \u0026\u0026 ~/tumbleweed_base.sh ; rm -f ~/tumbleweed_base.sh\n  ```\n   \n# 💡 Tips \u0026 Tricks\nUseful suggestions to improve your workflow.\n   \n## Personalize Bash\n- Enable menu-complete:   \nMake your terminal more efficient by enabling directory completion\n```\ngrep -qF 'TAB: menu-complete' ~/.inputrc || echo 'TAB: menu-complete' \u003e\u003e ~/.inputrc\n```\n- Disable HISTFILE:   \nIf you prefer not to save your command history\n```\ngrep -qF 'unset HISTFILE' ~/.bashrc || echo 'unset HISTFILE' \u003e\u003e ~/.bashrc\n```\n- Customize your prompt:   \n[linrock/bash-prompt-generator](https://github.com/linrock/bash-prompt-generator)\n```\necho 'export PS1=\"\\[$(tput setaf 216)\\]\\u\\[$(tput setaf 220)\\]@\\[$(tput setaf 222)\\]\\h \\[$(tput setaf 229)\\]\\w \\[$(tput sgr0)\\]$ \"' \u003e\u003e ~/.bashrc\n```\n## Flatpaks and AppImages\nSuggested tools:\n- [Flatseal](https://flathub.org/apps/com.github.tchx84.Flatseal) - Flatpak permission manager\n- [Gear Lever](https://flathub.org/apps/it.mijorus.gearlever) - AppImage helper\n## Security Auditing\nSuggested tools:\n- [Lynis](https://github.com/CISOfy/lynis) - Security auditing tool for Linux\n- [ssh-audit](https://github.com/jtesta/ssh-audit) - SSH server \u0026 client security auditing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaridzelli%2Flinuxscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaridzelli%2Flinuxscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaridzelli%2Flinuxscripts/lists"}