Noobs will be Noobs
Because you asked for it
Pages
(Move to ...)
Home
▼
Deploying High-Performance Django on Coolify
›
Part 1: Initial Setup in Coolify Dashboard Step 1: Accessing Coolify Open your browser and navigate to your Coolify instance (e.g....
How to setup an SSH Key and connect to ubuntu server
›
Create SSH Key using ssh-keygen Copy .pub key to server ssh-copy-id username@remote_host Validate previous steps by connecting to server ssh...
How to run Django Server from VSCode
›
Hi Noonari, Here is how I did it. Step 1. Install following plugins Python (by microsoft) Live Server Step 2. Set python version to your ...
Beautifying your Terminal in Linux
›
Hi Noonari, long time no see. So this is about how you can increase your productivity by reducing clutter in your terminal. It may not be u...
How to increase swap size in Ubuntu? (works for all Ubuntu Flavors)
›
Here we will see how we can increase the SwapSize in Ubuntu! Open Terminal Enter "sudo swapon --show" This is show you the detail...
What is difference between queryset and get_queryset?
›
In your example, overriding queryset and get_queryset have the same effect. I would slightly favour setting get_queryset because it...
How to enable minimize action on Ubuntu 18.04
›
This quick tutorial shows you how to enable ‘Minimize on click’ , the feather that minimize the running application window when you clicki...
›
Home
View web version