{"id":26712283,"url":"https://github.com/shafikul-git/ubuntu-setup","last_synced_at":"2026-04-10T17:07:04.285Z","repository":{"id":284676960,"uuid":"955702164","full_name":"shafikul-git/ubuntu-setup","owner":"shafikul-git","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-27T08:44:13.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T09:41:22.876Z","etag":null,"topics":["laravel","mysql-database","nodejs","npm","php","phpmyadmin","phpmyadmin-database","ubuntu"],"latest_commit_sha":null,"homepage":"","language":null,"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/shafikul-git.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":"2025-03-27T04:00:23.000Z","updated_at":"2025-03-27T08:44:17.000Z","dependencies_parsed_at":"2025-03-27T09:41:25.514Z","dependency_job_id":"280ff3fc-716a-4957-bbb2-f4c5295e487b","html_url":"https://github.com/shafikul-git/ubuntu-setup","commit_stats":null,"previous_names":["shafikul-git/ubunto-setup","shafikul-git/ubuntu-setup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shafikul-git%2Fubuntu-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shafikul-git%2Fubuntu-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shafikul-git%2Fubuntu-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shafikul-git%2Fubuntu-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shafikul-git","download_url":"https://codeload.github.com/shafikul-git/ubuntu-setup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245833391,"owners_count":20679838,"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":["laravel","mysql-database","nodejs","npm","php","phpmyadmin","phpmyadmin-database","ubuntu"],"created_at":"2025-03-27T11:23:40.523Z","updated_at":"2025-12-30T23:22:51.420Z","avatar_url":"https://github.com/shafikul-git.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## First Ubuntu setup and configure\n\n## Install Apt `serviceName`\n```sh\nsudo apt install\n```\n## Status Check `serviceName`\n```sh\nsudo systemctl status \n```\n\n---\n### Install Node\n```sh\nsudo apt install nodejs\n```\n### Install Npm\n```sh\nsudo apt install npm -y\n```\n### Install php\n```sh\nsudo apt install php\n```\n### Install Composer\n```sh\nsudo apt install composer\n```\n## Laravel Install But laravel Command not found\n```sh\nexport PATH=\"$HOME/.config/composer/vendor/bin:$PATH\"\n```\n\n---\n## Configure Server \n\n### Install Apache \n```sh\nsudo apt install apache2\n```\n### Install Mysql\n```sh\nsudo apt install mysql-server\n```\n\n### Install Phpmyadmin\n```sh\nsudo apt install phpmyadmin\n```\n\n### Configure Phpmyadmin\n```sh\nsudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin\n```\n\n---\n### If you not Set Password, then Username \u0026 password\n```sh\nsudo cat /etc/mysql/debian.cnf\n```\n\n### If Change Password Phpmyadmin\n```sh\n sudo mysql -u root -p\n```\nThen\n```sh\nALTER USER 'phpmyadmin'@'localhost' IDENTIFIED BY '---';\nFLUSH PRIVILEGES;\nEXIT;\n```\nNext\n```sh\nsudo mysql_secure_installation\n```\n\nLogin `http://localhost/phpmyadmin/` UserName `phpmyadmin` Password `---`\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshafikul-git%2Fubuntu-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshafikul-git%2Fubuntu-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshafikul-git%2Fubuntu-setup/lists"}