Skip to content

{ problem: 'solved' }

Let's talk tech and solve problems ..

  • Home
  • About Me

gSearch

gCategories

  • databases
  • html/css
  • iPhone
  • javascript
  • linux
  • mac
  • my space
  • places
  • rails
  • ruby
  • subversion
  • technology
  • uncategorized
  • whats hot
  • windows

gQuotes

Writing code a computer can understand is SCIENCE. Writing code other programmers can understand is an ART.
@rithmetic is being @ble to calculate upto 20 without taking off your shoes.
Start with yourself before you go ahead and try to change the world.
Once you make up your mind, don't listen to anyone (including yourself).

gTweets

  • RT @KeziyahL: "Get whatever vaccine you're offered first" is good public health advice, but I still wanted to get "the best" one. So I di… 22 hours ago
  • Attempt difficult questions/problems first .. so I guess vaccine shortage is an easy one to tackle .. 2 days ago
  • Meet Rezvani Tank X .. Yours for USD 385K .. twitter.com/mashable/statu… 3 days ago
  • So apparently Mr Zuckerberg uses #Signal ... indiatoday.in/technology/new… 3 days ago
  • RT @paulocoelho: If you are tired, learn how to rest not how to quit 3 days ago

gTagCloud

amd antivirus apache apple arrays backup capistrano 3 configuration console cors cron css csv database deployment enhancements explain features fedora find functioncall hashes homebrew Hot hp html indexing installation Intel iPhone irb javascript jquery js kernel leopard linux linuz localhost log mac merge methods migrations mysql name nature opensuse operating system os osx processors query rails rake reinstall ror ruby ruby on rails ruby rails secureboot serene setup shorcuts sql subversion suse svn technology tips ubuntu update validations virus windows

gRecentPosts

  • Set Default Brightness level – Ubuntu – HP Laptop
  • Transfer Files – Wear OS (Ticwatch) – WiFi – ADB

gCalendar

April 2021
M T W T F S S
 1234
567891011
12131415161718
19202122232425
2627282930  
« Feb    

homebrew

Move files to Trash from Terminal

This is a quick post. Working on a project, I just wondered if I could delete files in terminal so that they moved to Trash so that I could recover them. I am on Mac btw. It turns out that you can install a utility with Homebrew for just that functionality. $> brew install trash […]

Read more "Move files to Trash from Terminal"

Mac OS – Install Golang with Homebrew

# Install go/golang with homebrew brew install go –cross-compile-common # Set following env variables in ~/.bashrc or ~/.zshrc export GOPATH=$HOME/golang export GOROOT=/usr/local/opt/go/libexec export GOBIN=$GOPATH/bin export PATH=$PATH:$GOPATH export PATH=$PATH:$GOROOT/bin

Read more "Mac OS – Install Golang with Homebrew"
Blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy