{"id":18924190,"url":"https://github.com/hellsan631/ubuntu-setup-guides","last_synced_at":"2026-02-04T08:03:24.111Z","repository":{"id":32223432,"uuid":"35797418","full_name":"hellsan631/ubuntu-setup-guides","owner":"hellsan631","description":"Handy Ubuntu User Setup Guides","archived":false,"fork":false,"pushed_at":"2017-01-04T02:16:08.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T17:31:13.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/hellsan631.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}},"created_at":"2015-05-18T04:52:04.000Z","updated_at":"2017-01-04T02:15:56.000Z","dependencies_parsed_at":"2022-09-11T15:42:05.684Z","dependency_job_id":null,"html_url":"https://github.com/hellsan631/ubuntu-setup-guides","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellsan631%2Fubuntu-setup-guides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellsan631%2Fubuntu-setup-guides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellsan631%2Fubuntu-setup-guides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellsan631%2Fubuntu-setup-guides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellsan631","download_url":"https://codeload.github.com/hellsan631/ubuntu-setup-guides/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239921877,"owners_count":19718842,"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":[],"created_at":"2024-11-08T11:06:04.903Z","updated_at":"2026-02-04T08:03:24.042Z","avatar_url":"https://github.com/hellsan631.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ubuntu-setup-guides\nHandy Ubuntu User Setup Guides\n\n- [Setup a non-root user](https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-14-04)\n- [Add some swapfile](https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04)\n- Install Python\n```\nsudo add-apt-repository ppa:fkrull/deadsnakes\nsudo apt-get update\nsudo apt-get install python2.7\n```\n- [Install Git](https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-14-04)\n- Install Dependencies\n```\nsudo apt-get install build-essential libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip\n```\n- [Install NodeJS](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-an-ubuntu-14-04-server)\n- Update NodeJS\n```\nsudo npm cache clean -f\nsudo npm install -g n\nsudo n stable\n```\n- Own your node directories\n```\nsudo chown -R $USER /usr/local/bin\nsudo chown -R $USER /usr/local/lib/node_modules\n```\n- Install Mongo\n```\nsudo apt-get update\nsudo apt-get dist-upgrade\nsudo apt-get install -y mongodb\n```\n- [Screen](https://help.ubuntu.com/community/Screen)\n\n### Trouble Shooting\n- Redirect port traffic\n```\nsudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000\n```\n- Install Loopback/Bower\n```\nnpm install -g strongloop\nnpm install -g bower\n```\n- [Install Loopback StrongPm as service](http://strong-pm.io/prod/)\n\n- [Save IP Tables Rules](http://askubuntu.com/questions/119393/how-to-save-rules-of-the-iptables)\n- [Setup Spamassassin](https://www.digitalocean.com/community/tutorials/how-to-install-and-setup-spamassassin-on-ubuntu-12-04)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellsan631%2Fubuntu-setup-guides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellsan631%2Fubuntu-setup-guides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellsan631%2Fubuntu-setup-guides/lists"}