Skip to content

Instantly share code, notes, and snippets.

View niya3's full-sized avatar

ildar nizamov niya3

  • Positive Technologies
  • Nizhny Novgorod, Russia
View GitHub Profile
@niya3
niya3 / ldflags.txt
Created June 24, 2022 09:33
golang 1.18.3 ldflags
$ go version
go1.18.3 linux/amd64
$ go doc cmd/link [12:03:16]
Link, typically invoked as “go tool link”, reads the Go archive or object
for a package main, along with its dependencies, and combines them into an
executable binary.
Command Line
@niya3
niya3 / KDE.md
Created February 17, 2023 09:37
@niya3
niya3 / firefox.ini
Last active October 6, 2023 06:33
Firefox
# отключить выход по Ctrl-Q
browser.quitShortcut.disabled = true
# отключить выход после закрытия последней вкладки
browser.tabs.closeWindowWithLastTab = false
# отключить DevTools по Crtl-Shift-C (?)
devtools.toolbox.host = ""
devtools.enabled = false
devtools.toolbox.selectedTool = ""