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

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_
Oct 30, 2015
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
Jul 17, 2015
Page 1 of 1
Today I learned © 2023
Powered by Ghost