• Guide & Review
    • All Tutorial(s)
    • Linux Distro Review
    • Complete Review Index
  • App
    • Top List Index
    • Top 10 List
    • Ubuntu Apps
    • GNOME Apps
    • KDE Apps
    • LibreOffice
      • Exclusive LibreOffice Guides
      • LibreOffice 24.8
      • Calc
  • Theme
  • Distro
    • Upcoming
      • Fedora 43
    • Current
      • Debian 13 “Trixie”
      • Ubuntu 24.04 LTS
      • Ubuntu 25.10
      • LMDE 6
      • Linux Mint 22 “Wilma”
      • elementary OS 7 Horus
    • Arch Linux
    • Pop!_OS
    • Distro Review
    • View All Distros
  • DE
    • GNOME 49
    • KDE Plasma 6
    • Xfce 4.20
    • LXQt
    • View All Desktop Env
  • News
  • Dev
    • Learn Linux Commands
    • Virtual Machine Set up
      • VirtualBox (all guides)
      • GNOME Boxes
      • virt-manager & KVM
    • Linux Kernel 6.7
    • LibreOffice Macro
  • More
    • Editorial and Opinion
    • Hardware
  • RSS
  • Telegram Channel
  • Google News
  • 𝕏 (Twitter)
  • Mastodon
  • YouTube
  • Facebook
  • r/debugpoint
  • Email
sections
  • About
  • Content Policy
  • Contact

DebugPoint.com

Linux and Dev Portal

  • Guide & Review
    • All Tutorial(s)
    • Linux Distro Review
    • Complete Review Index
  • App
    • Top List Index
    • Top 10 List
    • Ubuntu Apps
    • GNOME Apps
    • KDE Apps
    • LibreOffice
      • Exclusive LibreOffice Guides
      • LibreOffice 24.8
      • Calc
  • Theme
  • Distro
    • Upcoming
      • Fedora 43
    • Current
      • Debian 13 “Trixie”
      • Ubuntu 24.04 LTS
      • Ubuntu 25.10
      • LMDE 6
      • Linux Mint 22 “Wilma”
      • elementary OS 7 Horus
    • Arch Linux
    • Pop!_OS
    • Distro Review
    • View All Distros
  • DE
    • GNOME 49
    • KDE Plasma 6
    • Xfce 4.20
    • LXQt
    • View All Desktop Env
  • News
  • Dev
    • Learn Linux Commands
    • Virtual Machine Set up
      • VirtualBox (all guides)
      • GNOME Boxes
      • virt-manager & KVM
    • Linux Kernel 6.7
    • LibreOffice Macro
  • More
    • Editorial and Opinion
    • Hardware

DebugPoint.com

  1. Home
  2. Dev

Dev

  • 474
    Dev, NewsKernel 5.12

    Linux Kernel 5.12 RC2 Released Early, Fixing the Scary Swap File Bug

    The second release candidate of Linux Kernel 5.12 is out early because of a nasty swap file bug. And do not use Linux Kernel 5.12...1 min

    5 years ago5 years ago
  • 437
    Kernel 5.12
    Dev, NewsKernel 5.12
    1

    Linux Kernel 5.12 RC-1 Released with Many ARM Board Support

    The merge window for Linux Kernel 5.12 is closed and with that, Linux Kernel 5.12 RC-1 (release candidate) is now released for testing. This release...3 min

    5 years ago5 years ago
  • 1.6k
    Kernel 5.11
    Dev, NewsKernel 5.11

    Linux Kernel 5.11 Released. This is What’s New

    Linux Torvalds announced the release of the latest Linux Kernel 5.11 (“Valentine’s Day Edition”) with some interesting new features. We take a look at what’s...3 min

    5 years ago5 years ago
  • 429
    Linux Kernel 5.11 rc1
    Dev, NewsKernel 5.11

    Linux Kernel 5.11 rc1 Released with many AMD changes

    The merge window for Linux Kernel 5.11 is closed and with that, Linux Kernel 5.11 rc1 (release candidate) is now released for testing. This release...2 min

    5 years ago5 years ago
  • 1.4k
    Linux Kernel 5.10
    Dev, NewsKernel 5.10

    Linux Kernel 5.10 Released. This is What’s New

    A new, stable Linux Kernel 5.10 release is announced by Linus Torvalds. This is the last Kernel release of the year 2020 and it is...3 min

    5 years ago5 years ago
  • 1k
    Linux Kernel 5.10
    Dev, NewsKernel 5.10

    Linux Kernel 5.10 LTS Top Features

    Linux Kernel 5.10 is released. It is planned for LTS (long term support) Kernel release. Kernel 5.10 is the 21st stable release following the current...2 min

    5 years ago5 years ago
  • 606
    Linux Kernel 5.9
    Dev, NewsLinux Kernel 5.9

    Linux Kernel 5.9 Released. This is What’s New.

    A new, stable Linux Kernel 5.9 is announced by Linus Torvalds. This kernel release is a big release in terms of hardware, graphics, and other...2 min

    5 years ago5 years ago
  • 400
    Python 3.9
    Apps, DevPython, Python3.9

    Python 3.9 Released with Multi-Parser Support and More

    Python 3.9 is released today with a massive list of changes, new features, and more.2 min

    5 years ago5 years ago
  • 1.1k
    Dev, HTML5, JavaScript - JQueryguide, howto, html, html 5, javascript
    1

    Show and Serve Ads inside HTML5 Video

    You must have seen advertisement on top of videos while playing in many tube sites including YouTube. In this tutorial we will try to do...2 min

    11 years ago6 years ago
  • 313
    Dev, HTML5, JavaScript - JQueryguide, howto, html, html 5, web

    How to use HTML5 Progress bar

    HTML5 comes with progress bar tag which is useful to many occasions. Progress bar element is used in multiple occasions when a status of a...1 min

    11 years ago6 years ago
  • 773
    Dev, HTML5canvas, howto, html, html 5, html5

    How to Play or Capture video in HTML5 Canvas

    In this tutorial we will draw a playing video frame as an image inside HTML5 Canvas. Canvas provides a method drawImage which draws from any...1 min

    11 years ago5 years ago
  • 901
    Dev, HTML5html, html 5, html5, javascript, video, web

    Play and Pause video in HTML5 using video tag

    This tutorial will show you how to use HTML5 tag with a simple example. HTML5 standard provides a way to show video inside a browser...1 min

    11 years ago5 years ago
  • 94
    Dev, JavaScript - JQueryhtml, javascript, web

    JavaScript variable initialization

    Initialization is a very important task in all programming languages. Not initializing any variable with proper type is the root cause of many many IT...1 min

    11 years ago5 years ago
  • 1.7k
    Dev, HTML5, JavaScript - JQuerycanvas, html, html 5, jquery, web
    1

    Drawing in HTML5 using Canvas with Save as image feature

    This tutorial will explain how to draw various basic shapes and texts in the HTML5 Canvas element. A Canvas element provides a way to draw...2 min

    11 years ago3 years ago
  • 1.8k
    Dev, HTML5, JavaScript - JQueryfile upload, filereader, html, html 5, html5, javascript, jquery, web
    1

    Read local files and metadata using HTML5 without uploading them to the server

    This quick guide explains the steps to Read local files and metadata using HTML5 without uploading them to the server.2 min

    11 years ago3 years ago
  • Previous
  • 1
  • …
  • 4
  • 5

DebugPoint.com is a portal covering Technology, Software News and stuff that matters. Heavily slant towards Linux and Open Source.

All applications are registered trademarks of their respective owners. Icons and Logos are used for information purposes, and credit is provided at the end of corresponding articles.

This site serves Ads by a third party that uses cookies and serves ads based on user browsing patterns.

Ideas and opinions expressed here are owned by the author and don’t necessarily reflect those of other people or organizations.

Linux is a registered trademark of Linus Torvalds.

Stay in touch

  • RSS
  • Telegram Channel
  • Google News
  • 𝕏 (Twitter)
  • Mastodon
  • YouTube
  • Facebook
  • r/debugpoint
  • Email

Other Projects

  • debugpointnews.com
  • About
  • Content Policy
  • Contact
© 2025 DebugPoint.com All Rights Reserved | Created with ❤ in India 🇮🇳

log in

Captcha!
Forgot password?

forgot password

Back to
log in