{"id":27890011,"url":"https://github.com/udaylab/intro2lab","last_synced_at":"2026-01-23T07:05:02.002Z","repository":{"id":243692785,"uuid":"813159856","full_name":"UdayLab/intro2Lab","owner":"UdayLab","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-19T13:44:10.000Z","size":21694,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-05T10:52:43.589Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UdayLab.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":"2024-06-10T15:25:39.000Z","updated_at":"2024-06-19T13:44:13.000Z","dependencies_parsed_at":"2025-05-05T10:53:06.669Z","dependency_job_id":null,"html_url":"https://github.com/UdayLab/intro2Lab","commit_stats":null,"previous_names":["udaylab/intro2lab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UdayLab/intro2Lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UdayLab%2Fintro2Lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UdayLab%2Fintro2Lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UdayLab%2Fintro2Lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UdayLab%2Fintro2Lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UdayLab","download_url":"https://codeload.github.com/UdayLab/intro2Lab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UdayLab%2Fintro2Lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-05-05T10:43:00.661Z","updated_at":"2026-01-23T07:05:01.982Z","avatar_url":"https://github.com/UdayLab.png","language":null,"readme":"# Introduction to RAGE's Lab\n\n## Computing Servers\n\n| Computing Servers                         | \tIP-ADDRESS       | \tSpecifications                   |\n|-------------------------------------------|-------------------|-----------------------------------|\n| [Skytree2](http://163.143.165.141:8000/)\t | 163.143.165.141\t  | CPU-server with PCIe Gen4 Storage |\n| [Khalifa4](http://163.143.165.143:8000/)  | \t163.143.165.143\t | A6000 GPU-server with HDD storage |\n| [Khalifa3](http://163.143.165.140:8000/)  | \t163.143.165.140\t | A6000 GPU-server with HDD storage |\n\n\n**Backup server**\n\n\n| [Khalifa6](http://163.143.165.145:8000/) | \t163.143.165.145\t | CPU-server with PCIe Gen4 Storage |\n|------------------------------------------|-------------------|-----------------------------------|\n\n## New Users \n\n1. [Account Creation in the Computing Server](accountCreationInComputingServer.pptx)\n\n2. [Account Creation in the Data Server](accountCreationInDataServer.pptx)\n\n3. [Mounting the Remote Directory of Data Server](mountingRemoteDirectory.pptx)\n \n4. [Account Creation in the Database Server](creatingDatabaseUserAccount.pptx)\n\n4. [Discord account](https://support.discord.com/hc/en-us/articles/360033931551-Getting-Started)\n\n5. Lab WiFi account\n\n6. [PyCharm educational licence](pycharmEducationalLicense.pptx)\n\n7. Microsoft student account\n\n8. [Github account](https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account#1-creating-an-account)\n\n9. [VPN setup](https://web-int.u-aizu.ac.jp/labs/istc/ipc/service/ains-vpn/vpn-e.html)\n\n\n## Tutorials\n1. Jupyter\n   - [Jupyter Hub Interface](jupyterHubInterface_3.pdf)\n   - [Jupyter Notebook Interface](jupyterNotebookInterface_4.pdf)\n   - [Jupyter Notebook cheatsheet](Jupyter_Notebook_CheatSheet_Edureka.pdf) (Credits: [Edureka](https://www.edureka.co/blog/wp-content/uploads/2018/10/Jupyter_Notebook_CheatSheet_Edureka.pdf))\n2. Linux\n   - Basics\n   - Advanced\n   - Professional\n3. [Transferring files between local and servers](TransferringFilesBetweenLocalAndServers.pdf)\n4. [Github](GithubTutorial.pdf)\n5. [MarkDown](practiseMarkDownAndPythonInJupyterNotebook_5.pdf)\n6. Python\n   - [Pycharm](pycharmBasics.pptx) \n     - Installation and Interface\n     - Installation of packages\n     - Github Connection\n     - Fork, Pull, Commit, and Push\n   - Coding\n     - Project creation\n     - Main function and terminal execution\n     - [Creation of Functions and Classes](filesPackagesDocumentation.pptx)\n     - [Sphinx documentation](sphinxDocumentation.pptx)\n7. Google Collab\n    - [Basics](https://1drv.ms/p/s!Ar09XhBKBP2Mm9wMt3wfMCAh0l8jow)\n    - Advanced\n8. [Postgres database](PostGresSQL.docx)\n   - SQL \n   - Backup and Restore\n   - Database Connectivity With Python\n9. PAMI\n10. Remittances\n    - [Paying money for admission fees](remittingMoneyForAdmissionFees.pptx)\n    - [Transferring money to other accounts](remittingMoneyFromSavedAccounts.pptx)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudaylab%2Fintro2lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudaylab%2Fintro2lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudaylab%2Fintro2lab/lists"}