- git_configure.sh: Configure options in Git, such as alias, username, email, and credential helper.
- git_update_repos.sh: It iteratively updates several Git repositories for a user.
- git_status_repos.sh: It iteratively finds the status of several Git repositories for a user.
- git_find_big.sh: List Git objects ordered by size.
- jupyter_configure.sh: Set up the Jupyter notebook environment in an Ubuntu server.
- setup_bashrc.sh: Set up several functions for .bashrc like cs (a combination of cd+ls), ccat (cat with color), or reimplement evince to run in the background.
- setup_vim.sh: Set up functions for Vim, such as the line numbers
- adls_download_folder_with_files.ps1: PowerShell script to download a folder with multiple files to ADLS.
- adls_download_folder_with_files.py: Python script to download a folder with multiple files to ADLS.
- alds_download_single_file.ps1: Powershell script to download a file to ADLS.
- adls_download_single_file.sh: Bash script to download a file from Azure Data Lake Storage (ADLS).
- adls_upload_folder_with_files.ps1: PowerShell script to upload a folder with multiple files to ADLS.
- adls_upload_folder_with_files.py: Python script to upload a folder with multiple files to ADLS.
- adls_upload_single_file.ps1: Powershell script to upload a file to ADLS.
- azure_blob_download_folder_with_files.sh: Bash script to download a folder from Azure Storage Blob.
- azure_blob_download_single_file.sh: Bash script to download a single file from Azure Storage Blob.
- azure_blob_upload_folder_with_files.sh: Bash script to upload a folder to Azure Storage Blob.
- azure_blob_upload_single_file.sh: Bash script to upload a single file to Azure Storage Blob.
- mount_azure_fileshare.cmd: Windows executable to mount an Azure Fileshare.
- mount_azure_fileshare.sh: Bash script to mount an Azure Fileshare.
- mount_external_disk.sh: Bash script to automatically mount an external Azure disk.
- vmss_deploy_with_public_ip.py: deploys Azure VMSS (Virtual Machine Scale Set), and runs vm_user_env_setup.sh on each VM instance to clone a repository, install a conda environment, and create multiple JupyterHub users.
- header_creator.sh: A simple shell to add headers (like copyright statements) in files.
- make_cmake_project.sh: A simple shell script for generating C++ projects with CMake. It generates CMakeLists.txt, Doxygen files, the folder structure, and initial filenames.
- rstudio_server_install.sh: Installs RStudio Server in an Azure HDI cluster.
- start_ubuntu.sh: Installation of many packages in a fresh Ubuntu.
- start_gpu_ubuntu.sh: Installation of many packages for a GPU Ubuntu.
- bing_images_downloader.py: A script to download images from Bing.