Skip to content

Instantly share code, notes, and snippets.

View shahali007's full-sized avatar

Shah Ali bogdadi shahali007

View GitHub Profile
@shahali007
shahali007 / 1.ubuntu-22-setup-tools-after.md
Last active May 12, 2022 08:44
pc configuration after linux/ubuntu installation

Ubuntu 22

Update & upgrade

sudo apt update
sudo apt upgrade

Install curl vim git

sudo apt install curl vim git

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
</head>
<body>
<form action="">
Name: <input type="text" name="name" id="name"/><br/>
// post query for page.php
=---------------------------------------------------------=
<div class="col-md-12">
<?php if(have_posts()) : ?>
<?php while(have_posts()) : the_post(); ?>
<h2><?php the_title(); ?></h2>
<?php the_content(); ?>
<?php endwhile; ?>
<?php else : ?>
<h2>404! Not found.</h2>