Bootstrap colors Bootstrap is supported by an extensive color system that themes our styles and components. This enables more comprehensive customization and extension for any project. Hugo
Bootstrap Cards and Hugo Bootstrap’s cards provide a flexible and extensible content container with multiple variants and options. A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options. Hugo
Responsive card slider - Bedimcode Responsive Card Slider Using HTML CSS & JavaScript. It contains beautiful cards in dark mode and 3D images. Slider images with Swiper Js. Developed first with the Mobile First methodology, then for desktop. Compatible with all mobile devices and with a beautiful and pleasant user interface. Hugo
How to Change Hostname on Debian Linux This tutorial explains how to change the hostname on Debian or Debian based distro without restarting the system. Debian Linux
Python Sorting Libraries and Algorithms Benchmark/Comparison Python, Numpy, Pandas, PyTorch, TensorFlow & SQL sorting libraries and algorithms comparison with graphs. Python Development
Top 5 sorting algorithms with Python code How work bubble sort, insertion sort, selection sort, merge sort and quick sort and what of them is best. Python Development
Epson printer error - An ink pad needs Service Are you owner epson printer and have you error message 'An ink pad needs Service, contact Epson' on your printer display? Hardware
JavaScript Tricks You Won’t Find in Most Tutorials Useful tips for writing more concise and performant JavaScript Development
SSH - Too Many Authentication Failures How to recover from 'Too many Authentication Failures for user root' and 'Server unexpectedly closed network connection' error messages in ssh. Linux Networking
How manage log files with LOGROTATE Linux logrotate utility makes log rotation easy. “Log rotation” refers to the practice of archiving an application’s current log, starting a fresh log, and deleting older logs. The system usually runs logrotate once a day, and when it runs it checks rules that can be customized on a per-directory or per-log basis. Linux