Skip to content

Instantly share code, notes, and snippets.

@ramu143-cpu
ramu143-cpu / vmware.md
Created June 10, 2025 17:42 — forked from ayebrian/vmware.md
VMware ESXi / Workstation / ISO Downloads

Download VMware ISOs in this repo

Also I would happy if you visit my site with tech tips!: https://hausmer.com

All license keys and activation files have been removed in accordance with GitHub's Terms of Service.

Only official trial installers are available. Bring your own license (BYOL).

@ramu143-cpu
ramu143-cpu / linux-cmd-cheatsheet.md
Created July 14, 2021 12:22 — forked from riipandi/linux-cmd-cheatsheet.md
Linux Command Cheat Sheet

#Linux Cheat Sheet

##File Commands:

  • ls – directory listing
  • ls -al – formatted listing with hidden files
  • cd dir - change directory to dir
  • cd – change to home
  • pwd – show current directory
  • mkdir dir – create a directory dir
  • rm file – delete file
@ramu143-cpu
ramu143-cpu / terraform-lab.md
Created June 15, 2021 06:24 — forked from ravsau/terraform-lab.md
Terraform lab
@ramu143-cpu
ramu143-cpu / index.html
Created June 15, 2021 06:23 — forked from lillylangtree/index.html
sample index.html file
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Spoon-Knife</title>
<LINK href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>