{"id":17153323,"url":"https://github.com/axect/hep-cosmo","last_synced_at":"2026-01-05T17:04:06.815Z","repository":{"id":96228665,"uuid":"102692780","full_name":"Axect/HEP-COSMO","owner":"Axect","description":"Administrate HEP-COSMO server","archived":false,"fork":false,"pushed_at":"2018-06-01T05:06:20.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-01T22:35:24.335Z","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/Axect.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":"2017-09-07T04:52:18.000Z","updated_at":"2018-10-04T15:23:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"89ed55f5-9e9a-4464-9dcf-8a8693ca4349","html_url":"https://github.com/Axect/HEP-COSMO","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Axect/HEP-COSMO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FHEP-COSMO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FHEP-COSMO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FHEP-COSMO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FHEP-COSMO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Axect","download_url":"https://codeload.github.com/Axect/HEP-COSMO/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axect%2FHEP-COSMO/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28217716,"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":"2026-01-05T02:00:06.358Z","response_time":57,"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":[],"created_at":"2024-10-14T21:45:53.271Z","updated_at":"2026-01-05T17:04:06.798Z","avatar_url":"https://github.com/Axect.png","language":null,"readme":"# HEP-COSMO Server Administrate\n\n## 1. Admin\n### - Mathematica\n\nThe license file of Mathematica is in `/home/probe/.Mathematica`\nThus if an user wants to use, then\n```bash\nsudo cp -r /home/probe/.Mathematica /home/[user]/\n```\n\n### - Fail2Ban\n\nAdminister can unban ip\n```bash\nfail2ban-client set sshd unbanip [ip Adress]\n```\n\n## 2. User\n### - Python\nIf any user want to install python package, then should use virtualenv.\n\n```bash\ncd ~\n\n# Default : python2\nvirtualenv [envname]\n# If you want to use python3 then\nvirtualenv -p python3 [envname]\n\n# Activate\n. [envname]/bin/activate\n\n# Install Package\npip install [package]\n\n# Deactivate\ndeactivate\n```\n\n### - Print\n\n```bash\n# In your Nexus account (connected by ssh)\nlpr -o [options] [filename]\n```\n\nFor example,\n\n```bash\n# Example - Print 1 - 10 pages with two sided long edge of blabla.pdf\nlpr -o page-ranges=1-10 -o sides=two-sided-long-edge blabla.pdf\n```\n\n### - SSH Proxy\n\n* Edit or make `~/.ssh/config`\n\n* e.g. Hive :\n\n```config\nHost Hive\nHostName [IP_NUM]\nUser [User_Name]\nProxyCommand ssh -W [IP_NUM]:22 [User_Name_2]@nexus.yonsei.ac.kr\n```\n\n* `[IP_NUM]` is internal ip number. Now (2018/5/28: Hive is located at **192.168.1.3** permanently)\n* `[User_Name]` is your user name in Hive\n* `[User_Name_2]` is your user name in nexus\n\n```sh\nssh [Host]\n```\n\n### - SSH Port forwarding\n\n```sh\nssh -N -f -L localhost:[Port_Num]:localhost:[Port_Num] [User_Name]@[Host]\n```\n\n* `[Port_Num]` is port number which you want to use. (e.g. 8123)\n* `[Host]` is host name of server (e.g. `nexus.yonsei.ac.kr` or `Hive`)\n* `[User_Name]` is your user name of server\n\n### - Tensorflow (GPU Version)\n\n```sh\nnvidia-docker run --name [Container_Name] -it -p [Port_Num]:8888 tensorflow/tensorflow:latest-gpu\n```\n\n* `[Container_Name]` will be name of your container. Write your preference.\n* `[Port_Num]` should be 4 digits (Do not use 8888)\n* If you finish your calculation, then plz shutdown jupyter server\n\n### - R Server\n\n```sh\n# In your Laptop or Desktop\n# You should make .ssh/config file (I wrote it above)\nssh -N -f -L localhost:8787:localhost:8787 [Your_Hive_Account]@Hive\n```\n\nThen connect [R Server](localhost:8787) in your browser. And sign in your hive accounts. Finish!\n\n## Port List\n\n* dkang: 7570 ~ 7579\n* ban94gy: 3270 ~ 3279\n* axect: 8400 ~ 8409\n* dycheong: 5340 ~ 5349\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fhep-cosmo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxect%2Fhep-cosmo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxect%2Fhep-cosmo/lists"}