A Blog on DevOps and Hybrid Cloud
django-versatileimagefield
Published May 14, 2024, 5:56 a.m. by cloudblog
Intro
Blog has its own ImageField model field, designed to make it easy to attach an image to your model. Users can upload an image (for example, through the Blog …
How to install python 3.8
Published May 14, 2024, 5:54 a.m. by cloudblog
[root@mcloudblog cloudblog]# vi /etc/sudoers
[root@mcloudblog cloudblog]#
[root@mcloudblog cloudblog]#
[root@mcloudblog cloudblog]# cat /etc/sudoers
## Sudoers allows particular users to run various commands as
## the root user, without needing the root …
How can I reset size of hibernation file?
Published May 14, 2024, 5:49 a.m. by cloudblog
You can change the size of hiberfil.sys
using the powercfg
utility:
POWERCFG /HIBERNATE /SIZE 100
- Input command in your Start Menu search bar, then select Run as Administrator.
- Enter powercfg …