This example takes olddisk.qcow2
and resizes it into newdisk.qcow2
,
extending one of the guest's partitions to fill the extra space.
--- | |
- hosts: legacyservers | |
gather_facts: yes | |
become: yes | |
tasks: | |
# Use a block to perform tasks conditionally—only if running Ubuntu 18.04. | |
- block: |
Service | Description | SQL Support | Use Case |
---|---|---|---|
RDS | Postgres, MySQL, etc. | Full | Small-medium web apps |
Aurora | Serverless databases | Full | Serverless apps |
Redshift | Data warehouse | Full | OLAP, Petabytes of data, analytics |
DynamoDB | NoSQL database | Some - PartiSQL | Ecommerce, building fast |
Keyspaces | Managed Cassandra (key value) | Some - CQL | Messaging |
Neptune | Graph database | Some - openCypher |
I have a website now that includes a more dumbed down but straight forward version of this guide that isnt basied towards Arch Linux but considers most distros. https://linuxguidance.net/improve-battery-and-optimize-your-linux-laptop/
Everything I do in this guide is mostly taken from the Arch Wiki, and is for Arch Linux, obviously this can probably be applied to other Linux distributions especially Arch based ones, this guide is for people who want a laptop with similar effciency they had on Windows or MacOS. I hate the excuse of having to compromise on Linux to have good battery or thermals on laptops.
Please think of this guide as more of a starting point, if you're serious about fully optimizing your laptop research your laptop and the hardware inside of it as that can get you even further down the rabbit hole.
This guide assumes you have a relatively modern laptop with at least an SSD from the factory, if you don't, don't worry you can still probably follow this guide perfectly, if you have a 32-b
My laptop specs: MSI Bravo 15 B7E
- CPU: AMD Ryzen™ 5 7535HS Processor with AMD XDNA™ architecture 6 cores, Max Boost Clock 4.55 GHz
- GPU: AMD Radeon™ RX 6550M 4GB GDDR6
- RAM: 32GB DDR5-4800
- Clone ollama
git clone --recursive https://github.com/ollama/ollama.git
- go to directory
cd ollama