How to restart Postgresql

Try this as root (maybe you can use sudo or su): Without any argument the script also gives you a hint on how to restart a specific version Similarly, in case you have it, you can also use the service tool: Please, pay attention to the optional [version …] trailing argument. That’s meant to allow you, the user, to act on a specific … Read more

How to install grub after installing Windows 10

First live boot to your Linux Mint system, using external Live CD/USB Drive, then follow these commands to re-install GRUB on MBR. mount your Linux installed partition to some mount point. here XY is the number of your Linux distro partition.sudo mount <root-partition[e.g. /dev/sdaXY]> <mount-point[e.g. /mnt/]> Now bind some essential live root partition directories to … Read more