The Blog of Boban Acimovic
  • Blog
  • Categories
  • Tags
  • Series
  • Links
  • About
  • Contact
  • RSS
  • Terms
  • Privacy

Tips & Tricks

Carpe Diem

command

Add flag to Linux Mint application start command

Modern Linux desktop distributions contain really powerful settings possibilities, but it is very often difficult to find out how to configure something. You may want, for example, to add –disk-cache-dir flag to Chromium start command in order to configure cache directory, so how to do it?

  • right click on the menu start button and select “Configure”
  • click on the “Menu” button at the top of the “Menu” window
  • click on the “Open the menu editor” button
  • browse the applications and find the requested one (Chromium in this case)
  • select the application and click on “Properties” button on the right
  • add requested command flag in the “Command” field

Configure Chromium cache directory

  • Boban Acimovic
Boban Acimovic 3 October 2019 • 1 min read
ubuntu

Install Golang package on Ubuntu Linux

Official Golang documentation contains just tar.gz package to be downloaded and installed on Ubuntu Linux, but this is not quite comfortable way because Golang won’t be automatically updated after new release. Fortunatelly, there is trustable PPA that can be used.

sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt-get update
sudo apt-get install golang-go

  • Boban Acimovic
Boban Acimovic 3 October 2019 • 1 min read
The Blog of Boban Acimovic © 2019
Latest Posts