by Tal Lannder | Nov 22, 2020 | golang
Get the current week in GoLang package main import ( “fmt” “time” ) func main() { timeNow := time.Now().UTC() year, week := timeNow.ISOWeek() fmt.Println(year, week) } ...
by Tal Lannder | Nov 17, 2020 | community
Mission Have you ever wondered how to create a custom signature in Gmail or Google G Suite? Well you’re at the right place! Solution Luckily the steps to create a custom logo in Gmail are relatively easy, Just follow the steps below. Login to your Google account and...
by Tal Lannder | Nov 17, 2020 | community
You can flush your local DNS cache in Mac OS using your Terminal: dscacheutil -flushcache sudo killall -HUP...
by Tal Lannder | Nov 17, 2020 | community
1) Select the file(s) and or folder(s) you wish to delete. 2) Using the the keyboard hit: Option + Command +...
by Tal Lannder | Nov 17, 2020 | community
LibreOffice Writer on MAC Open LibreOffice Writer While the Writer’s window is active navigate to: LibreOffice > Preferences… > LibreOffice Writer > Basic Fonts (Western) > Set fonts as required. For (CTL) languages navigate to: LibreOffice >...
Recent Comments