# Corrige Disco do PC exit na tela que dis que quebrou tudo fsck /diretório que aparece após o exit em alguma mensagem de erro ficar apertando/segurar y pra ele tentar fazer todas as recuperações # Programas linux ## Entretenimento - Spotify (tomar cuidado pra intalar) - Calibre - PDFtk `pdftk *.pdf cat output combined.pdf` ## Trabalho WEB - Filezilla: - [Sublime](https://www.sublimetext.com/docs/linux_repositories.html) - Github ## Python - [Miniconda](https://docs.anaconda.com/miniconda/install/#quick-command-line-install) ```python! # Criação do ambiente conda create --name wes python=3.12 -y # Ativa o ambiente conda activate wes # Instala Jupyter do canal Anaconda conda install -c anaconda jupyter -y # Instala notebook com versão específica via pip pip install pyzmq pip install notebook==6.5.6 # Instalação de prerequisito pythorch conda install pyzmq # Instala PyTorch com suporte à GPU (CUDA 12.1) conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia -y # Instala bibliotecas científicas adicionais conda install -c conda-forge matplotlib scipy tifffile tensorboard networkx scikit-image tqdm pandas scikit-learn -y ``` s - `nvidia-smi (nvidia-driver-525) # Para ver a versão cuda` - `conda create --name wes` - `conda install -c anaconda jupyter` - `pip install notebook==6.5.6` - `conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia` - `conda install -c conda-forge matplotlib scipy tifffile tensorboard networkx scikit-image tqdm pandas scikit-learn` - [Pip](https://www.educative.io/edpresso/installing-pip3-in-ubuntu) - [Jupyter notebook](https://jupyter.org/install) - [Matplotlib](https://matplotlib.org/stable/users/installing/index.html) - [NetworkX](https://networkx.org/documentation/stable/install.html) - [scikit-image](https://scikit-image.org/docs/stable/user_guide/install.html) - [scikit-learn](https://scikit-learn.org/stable/install.html) - [Tensor Board](https://pytorch.org/tutorials/recipes/recipes/tensorboard_with_pytorch.html) - Biopython ## Bioinfo - [R](https://linuxize.com/post/how-to-install-r-on-ubuntu-20-04/) - [RStudio](https://www.rstudio.com/products/rstudio/download/#download) - SRA Toolkit ## Úteis - Kdenlive - Vokoscreen - Team Viewer - [EasyStroke Gesture Recognition](https://www.youtube.com/watch?v=q5cU4BDnPB4&ab_channel=Diolinux) ## Entretenimento - Retroarch - Stremio # Minhas extensões do Sublime ## Package Control - BracketHighlighter - Wakatime - GitGutter - Emmet - alignment - AutoFileName - A File Icon - Colorsublime - Kane - Monokai - Another them Configurar preferências para: selec theme > Adaptative (assim as todo o programa fica na cor do thema escolhido) # Links uteis [Instalar tema do POP_OS no ubuntu](https://www.edivaldobrito.com.br/pop-theme-no-ubuntu/) [Windows 10 download](https://www.microsoft.com/pt-br/software-download/windows10ISO) [Baixando Windows 10 direto do windows](https://olhardigital.com.br/2021/01/12/dicas-e-tutoriais/como-baixar-a-iso-do-windows-10-mais-recente-de-forma-oficial/) [Fix Package Manager Issues in Pop!_OS](https://support.system76.com/articles/package-manager-pop/) [Mudar IP do computador usando ifconfig](https://devconnected.com/how-to-change-ip-address-on-linux/) [Extensão user-agent-switcher](https://chrome.google.com/webstore/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg)