37603 all results found.

Request time (Page generated in 0.108 seconds.)

Ubuntu Server - for scale out workloads | Ubuntu

https://www.ubuntu.com//server

Securely designed, fast and economically scalable, Ubuntu helps you make the most of your infrastructure. Whether you want to deploy a cloud or a web farm, Ubuntu Server supports .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 656 Last Update : 2025-11-21 09:32:49

Containers | Ubuntu

https://www.ubuntu.com//containers

Explore Ubuntus trusted container images built from the worlds most popular cloud OS. Enjoy long-term support, regular security updates, and size optimisation. .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 402 Last Update : 2025-11-18 22:15:20

Use Ubuntu in public clouds | Download | Ubuntu

https://www.ubuntu.com//download/cloud

How to use Ubuntu in the public cloud and where to find our customised cloud images for development. .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 553 Last Update : 2025-11-19 04:35:28

Ubuntu on Public Clouds | Ubuntu

https://www.ubuntu.com//public-cloud

Ubuntu is the most popular guest OS on both public and private clouds, thanks to its security, versatility and continually updated features. .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 370 Last Update : 2025-11-21 14:41:55

Ubuntu Expanded Security Maintenance | Security | Ubuntu

https://www.ubuntu.com//esm

Expanded Security Maintenance provides ongoing security fixes for Ubuntu, the Linux kernel and packages in Ubuntu repositories packages beyond the five-year basic maintenance window. .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 378 Last Update : 2025-11-20 20:40:02

Livepatch | Security | Ubuntu

https://www.ubuntu.com//livepatch

Ubuntu Livepatch eliminates the need for unplanned maintenance windows for kernel vulnerabilities, by patching the Linux kernel while the system runs. .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 393 Last Update : 2025-11-19 17:00:37

Canonicals AI and ML features | Ubuntu

https://www.ubuntu.com//ai/features

Canonical Kubeflow on Ubuntu includes software-defined networking and storage options, architectural flexibility, and shared community-driven ops code independent of architecture. .. Kubeflow Jump to main content Enterprise Developer Community Download OpenStack Kubernetes Desktop IoT Support Downloads Clear Search Kubeflow Overview What is Kubeflow Features Install Consulting Canonicals AI and ML solutions ..

Visits : 368 Last Update : 2021-01-09 06:47:21

Install Kubeflow on Ubuntu | Ubuntu

https://www.ubuntu.com//ai/install

A step-by-step installation guide to installing Kubernetes on Ubuntu using MicroK8s. .. Kubeflow Jump to main content Enterprise Developer Community Download OpenStack Kubernetes Desktop IoT Support Downloads Clear Search Kubeflow Overview What is Kubeflow Features Install Consulting Install Kubeflow anywhere Create and ..

Visits : 349 Last Update : 2020-12-07 07:57:17

Open source AI | Ubuntu

https://www.ubuntu.com//ai

Open source AI: path to production for models. From development to deployment, get a seamless experience. .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 346 Last Update : 2025-11-21 14:53:55

Secure, enterprise-grade Kubernetes for multi-cloud operations | Ubuntu

https://www.ubuntu.com//kubernetes/partners

Canonicals securely designed enterprise-grade Kubernetes builds up from Ubuntu OS to hybrid multi-cloud container orchestration clouds, edge and IoT, managed Kubernetes and enterprise support packages. .. Your submission was sent successfully! Close Thank you for contacting us. A member of our team will be in touch shortly. Close You have successfully unsubscribed! Close Thank you for ..index, follow

Visits : 343 Last Update : 2025-11-21 14:34:14


Easy Web Search is engine to use inside a web site. Simple Crawling System is available to submit URLs and Links from submitted URL will be automatically added to search database when admin run crawling. Once crawling is done the links with their contents (Plain text from web link) will be available to search. If the total web site is linked to it's home page, you need jut give home page url to the sytem and run crawling once. You do not need to much work to implement a search system inside your web site.

Discover great features.


  • Responsive Search Page
  • Crawl Unlimited Pages
  • Link Submit for Crawling
  • Admin Area to Manage Links
  • Easy to Use in your web
  • Installation Documentatio Available
  • Full Page Search and Quick Search
  • Start Search from html Page
  • PHP / MySQL Based
  • Simple to Install
  • PHP 5 and PHP 7

Usage

PHP Code (Put This Code before <html> tag or at very begining of the page

<?php require_once('Connections/saha.php'); ?>
<?php require_once('inc-main.php'); ?>
<?php require_once('inc.search.php'); ?>

HTML Header (Put this code within <head> to </head>)

<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">

HTML Body (with PHP embeded)

<div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-12"> <div class="inqbox float-e-margins"> <div class="inqbox-content"> <div class="search-form"> <form action="" method="get"> <div class="input-group"> <input type="text" placeholder="Search Web" name="q" class="form-control input-lg" value="<?php echo @$cid; ?>"> <div class="input-group-btn"> <button class="btn btn-lg btn-primary" type="submit"> Search </button> </div> </div> </form> </div>...
.... Copy and Paste Entire Body from sample1.php ....