https://leetcode.com/problems/longest-palindromic-substring/
- testcase a aba abcba abcdcba
aa abba
https://leetcode.com/problems/longest-palindromic-substring/
aa abba
#!/bin/sh | |
# | |
# This script should prevent the following suspend errors | |
# which freezes the Dell Inspiron laptop. | |
# | |
# Put it in /usr/lib/systemd/system-sleep/xhci.sh | |
# | |
# The PCI 00:14.0 device is the usb xhci controller. | |
# | |
# kernel: [67445.560610] pci_pm_suspend(): hcd_pci_suspend+0x0/0x30 returns -16 |
In case you are curious the password hashed is "Pa22word".
from : https://cloudinit.readthedocs.io/en/latest/topics/examples.html
also cool : https://github.com/belgaied2/harvester-cli
#cloud-config
Step 1: Save the Script From Below
First, you need to save this script to a file on your Ubuntu system:
nano install_cursor.sh
Step 2: Make the Script Executable