Today I learned
  • Home
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
Subscribe
Tagged

ubuntu

A collection of 2 posts

ubuntu

Hibernate not working 15.04

To know your swap partition, run swapon -s. Let's say it reports /dev/sda5. Open /etc/default/grub and find the line with GRUB_CMDLINE_LINUX_DEFAULT=. This is the list of kernel command line options GRUB will pass to Linux. Add resume=/dev/sda5, so the line GRUB_CMDLINE_

  • Manu S Ajith
Manu S Ajith Oct 30, 2015 • 1 min read
shell

SET GOPATH environment variable on Ubuntu?

Just add the following lines to ~/.bashrc export GOROOT=/usr/lib/go export GOPATH=$HOME/go export PATH=$PATH:$GOROOT/bin:$GOPATH/bin

  • Manu S Ajith
Manu S Ajith Jul 17, 2015 • 1 min read
Today I learned © 2022
Powered by Ghost