Category Tech

Technology Related

Windows hibernate mode

The hiberfil.sys getting too large and eating up your C drive space, here is a command to get rid of it and get your space back. Run command prompt as administrator key in the following command to disable hibernate mode.…

How to run docker without sudo

1. Create a docker group 2. Add the connected user $USER to the docker group Optionally change the username to match your preferred user. 3. Restart the docker daemon

How to mount network drive on Ubuntu

To mount a network share folder, is easier using the GUI, but sometimes while using SSH terminal in to the box, is better to know the command line how to connect network share using commands. Install CIFS packages Create mounting…