All About My Custom Hugo Theme KMT

My ToDo List for 2024 (daily updates)

Zig Will Succeed

Bash Shell Scripting Language - Documentation and Code Snippets

This is a bash shell scripting which can be found on Unix, Linux and Mac. You can install bash on the Linux subsystem on Windows too. The first line is #! /bin/bash because the bash program is in /bin/bash, you can know the path where the bash is by this command which bash. Print data or text on the screen 🔗 You can use echo Hello, World! or echo "Hello, World".

HTML & HTML5 – Documentation and Code Snippets

HTML stands for HyperText Markup Language. HTML5 is the fifth version of HTML. HTML is the markup language of the browser. It is the main pillar in the web technology. It structures all the webpages. So it is IMPORTANT! Minimal Page 🔗 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <!-- content here --> </body> </html> Head 🔗 <head> <title>Title</title> <base href="base-url" /> <link href="style.css" rel="stylesheet" type="text/css" /> <style type="text/css"> /* CSS code */ </style> <script src="script.

Go Programming Language

Go in a Nutshell is .. Imperative language Statically typed Syntax tokens similar to C (but less parentheses and no semicolons) and the structure to Oberon-2 Compiles to native code (no JVM) No classes, but structs with methods Interfaces No implementation inheritance. There’s type embedding, though. Functions are first class citizens Functions can return multiple values Has closures Pointers, but not pointer arithmetic Built-in concurrency primitives: Goroutines and Channels Basic Syntax of Go Programming Language 🔗 Hello World Example 🔗 File hello.

Shell Scripting Crash Course - Cheatsheet for beginners

This is a bash shell scripting which can be found on Unix, Linux and Mac. You can install bash on the Linux subsystem on Windows too. the first line is #! /bin/bash because the bash program is in /bin/bash, you can know the path where the bash is by this command which bash. print data or text on the screen 🔗 You can use echo Hello, World! or echo "Hello, world!

all Run Commands in Windows 7, 10 and 11

Commands of Run window are very useful for all power users. So I decided to collect all the commands in this post. Let’s see them command by command. How to open Run window in Windows OS 🔗 You can open the Run window by search in the start menu, or start screen (if you are using Window 8 or 8.1). But you can use the keyboard shortcut in all Windows releases which is clicking on Windows key plus R (WinKey + R) as you see in the following image.

Chrome Keyboard Shortcuts

If you are an avid-user of Google Chrome on your desktop/laptop computer, it is very useful to learn some keyboard shortcuts. Using shortcuts makes you more productive as you can execute too many commands in a shorter time compared to using just a mouse. keyboard shortcuts to use Chrome on Windows or Linux 🔗 Action Shortcut Open a new window Ctrl + n Open a new window in Incognito mode Ctrl + Shift + n Open a new tab, and jump to it Ctrl + t Reopen the last closed tab, and jump to it Ctrl + Shift + t Jump to the next open tab Ctrl + Tab or Ctrl + PgDn Jump to the previous open tab Ctrl + Shift + Tab or Ctrl + PgUp Jump to a specific tab Ctrl + 1 through Ctrl + 8 Jump to the last tab Ctrl + 9 Open your home page in the current tab Alt + Home Open the previous page from your browsing history in the current tab Alt + Left arrow Open the next page from your browsing history in the current tab Alt + Right arrow Close the current tab Ctrl + w or Ctrl + F4 Close all open tabs and the browser Ctrl + Shift + w Minimize the current window Alt + Space + n Maximize the current window Alt + Space + x Close the current window Alt + F4 Quit Google Chrome Ctrl + Shift + q Open the Chrome menu Alt + f or Alt + e or F10 Show or hide the Bookmarks bar Ctrl + Shift + b Open the Bookmarks Manager Ctrl + Shift + o Open the History page in a new tab Ctrl + h Open the Downloads page in a new tab Ctrl + j Open the Chrome Task Manager Shift + Esc Set focus on the first item in the Chrome toolbar Shift + Alt + t Switch focus to unfocused dialog (if showing) F6 Open the Find Bar to search the current page Ctrl + f or F3 Jump to the next match to your Find Bar search Ctrl + g Jump to the previous match to your Find Bar search Ctrl + Shift + g Open Developer Tools Ctrl + Shift + j or F12 Open the Clear Browsing Data options Ctrl + Shift + Delete Open the Chrome Help Center in a new tab F1 Log in a different user or browse as a Guest Ctrl + Shift + m Open a feedback form Alt + Shift + i Search with your default search engine Type a search term + Enter Search using a different search engine Type a search engine name + Tab Add www.