37603 all results found.

Request time (Page generated in 0.1085 seconds.)

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 : 344 Last Update : 2025-08-18 08:42:23

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 : 349 Last Update : 2025-08-18 08:48:22

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 : 377 Last Update : 2025-08-11 11:21:40

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 : 331 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 : 317 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 : 332 Last Update : 2025-08-11 11:22:08

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 : 317 Last Update : 2025-08-21 22:42:37

Charmed Kubernetes | Ubuntu

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

Canonical allows you to compose your Kubernetes clusters on any infrastructure, such as OpenStack, VMware and bare metal. Charmed Kubernetes unlocks the productivity of your DevOps and developer teams .. 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 : 321 Last Update : 2025-08-21 23:00:56

Managed Kubernetes | Kubernetes | Ubuntu

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

Canonical is the leading managed private cloud provider. We will build, support and manage your Ubuntu Kubernetes private cloud for only $5-15 per server per day. .. 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-08-22 00:22:16

Charmed Kubernetes | Ubuntu

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

Canonical allows you to compose your Kubernetes clusters on any infrastructure, such as OpenStack, VMware and bare metal. Charmed Kubernetes unlocks the productivity of your DevOps and developer teams .. 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 : 330 Last Update : 2025-08-18 08:55:01


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 ....