Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/kb/linux-cli/date-command-unix-timestamp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Date command to get the Unix time stamp
---

```shell
date +%s
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
- Check SSL certificate for Mail server: kb/linux-cli/check-ssl-certificate-for-mailserver.md
- "Command not found: complete": kb/linux-cli/command-not-found-complete.md
- Create random string: kb/linux-cli/create-random-string.md
- Date command to get the Unix time stamp: kb/linux-cli/date-command-unix-timestamp.md
- Passwordless sudo using fingerprint on mac: kb/linux-cli/fingerprint-for-sudo-mac.md
- Get current Folder: kb/linux-cli/get-current-folder.md
- "gpg: Note: database_open waiting for lock (held by)": kb/linux-cli/gpg-note-database_open-waiting-for-lock-held-by.md
Expand Down Expand Up @@ -261,7 +262,7 @@
- Print secret using gcloud: cloud/gcp/print-secret-gcloud.md
- "Projects, Resources, IAM Users, Roles, Permissions, APIs, and Cloud Shell": cloud/gcp/projects-resources-iam-users-roles-permissions-apis-and-cloud-shell.md
- Re-run startup script on Google Compute Engine: cloud/gcp/re-run-startup-script-google-compute-engine.md
- Remove the lien to allow deletion: cloud/gcp/remove-the-lien-to-allow-deletion.md

Check failure on line 265 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / spell_check

lien ==> line
- "Serverless VPC access for Cloudrun across Projects": cloud/gcp/serverless-vpc-access-for-cloudrun-across-projects.md
- Show BigQuery Table Schema: cloud/gcp/show-bq-table-schema.md
- SSH using IAP: cloud/gcp/ssh-iap.md
Expand Down Expand Up @@ -507,7 +508,7 @@
- navigation.tracking #Anchor links
- navigation.top # back to top of page
- navigation.indexes # Allows index.md pages
#- !ENV [nav, ""]#navigation.expand #Exapnds the navigation in the UI, disabled by default, but enabled in dev

Check failure on line 511 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / spell_check

Exapnds ==> Expands
- content.code.annotate
- content.code.copy
- content.tabs.link
Expand Down