This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Oct 31 10:03:23 t14g3 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP1], AE_NOT_FOUND (20220331/dswload2-162) | |
| Oct 31 10:03:23 t14g3 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220) | |
| Oct 31 10:03:23 t14g3 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2], AE_NOT_FOUND (20220331/dswload2-162) | |
| Oct 31 10:03:23 t14g3 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220) | |
| Oct 31 10:03:23 t14g3 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2.WWAN], AE_NOT_FOUND (20220331/dswload2-162) | |
| Oct 31 10:03:23 t14g3 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220) | |
| Oct 31 10:03:23 t14g3 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP0], AE_NOT_FOUND (20220331/dswload2-162) | |
| Oct 31 10:03:23 t14g3 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220) | |
| Oct 31 10:03:23 t14g3 kernel: ACPI BIOS Error (bug): Failur |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LENOVO 21CFCTO1WW | |
| │ | |
| ├─System Firmware: | |
| │ │ Device ID: d96de5c124b60ed6241ebcb6bb2c839cb5580786 | |
| │ │ Summary: UEFI ESRT device | |
| │ │ Current version: 0.1.17 | |
| │ │ Vendor: Lenovo (DMI:LENOVO) | |
| │ │ Update State: Success | |
| │ │ GUIDs: e40809b1-7d9f-4dc4-7c0f-8ace63b43687 | |
| │ │ 230c8b18-8d9b-53ec-838b-6cfc0383493a ← main-system-firmware |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ins)[hendry@t14s gotestaws]$ sam local invoke "HelloWorldFunction" -e event.json | |
| Invoking hello-world (go1.x) | |
| Image was not found. | |
| Removing rapid images for repo public.ecr.aws/sam/emulation-go1.x | |
| Building image........................................................................................................................................................................................................................................................................................................................................................................................................... | |
| Skip pulling image and use local one: public.ecr.aws/sam/emulation-go1.x:rapid-1.40.1-x86_64. | |
| Mounting /tmp/goaws/gotestaws/.aws-sam/build/HelloWorldFunction as /var/task:ro,delegated inside runtime container | |
| START RequestId: ead74729-c4a7-4a60-814f-73edfba21cf4 Version: $LATEST | |
| /var/task/hello-world: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /var/task/hello-world) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Resources: | |
| WidgetsWidgetStore0ED7FDB7: | |
| Type: AWS::S3::Bucket | |
| UpdateReplacePolicy: Retain | |
| DeletionPolicy: Retain | |
| Metadata: | |
| aws:cdk:path: MyWidgetServiceStack/Widgets/WidgetStore/Resource | |
| WidgetsWidgetHandlerServiceRole8C2B589C: | |
| Type: AWS::IAM::Role | |
| Properties: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Aug 10 09:48:22 t14s kernel: usb 7-1: new SuperSpeed USB device number 2 using xhci_hcd | |
| Aug 10 09:48:22 t14s kernel: usb 7-1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00 | |
| Aug 10 09:48:22 t14s kernel: usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6 | |
| Aug 10 09:48:22 t14s kernel: usb 7-1: Product: Belkin USB-C LAN | |
| Aug 10 09:48:22 t14s kernel: usb 7-1: Manufacturer: Belkin | |
| Aug 10 09:48:22 t14s kernel: usb 7-1: SerialNumber: 000001000000 | |
| Aug 10 09:48:22 t14s kernel: usb 7-1: reset SuperSpeed USB device number 2 using xhci_hcd | |
| Aug 10 09:48:22 t14s kernel: r8152 7-1:1.0: load rtl8153a-3 v2 02/07/20 successfully | |
| Aug 10 09:48:22 t14s kernel: r8152 7-1:1.0 eth0: v1.12.11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ins)(dlsuite) [hendry@t14s docdl]$ python schedule-dl.py | |
| b'PK\x03\x04\x14\x00\x08\x08\x08\x00'... | |
| Traceback (most recent call last): | |
| File "/home/hendry/tmp/docdl/schedule-dl.py", line 34, in <module> | |
| df = pd.read_excel(r'test.xlsx') | |
| File "/home/hendry/.local/lib/python3.9/site-packages/pandas/util/_decorators.py", line 299, in wrapper | |
| return func(*args, **kwargs) | |
| File "/home/hendry/.local/lib/python3.9/site-packages/pandas/io/excel/_base.py", line 344, in read_excel | |
| data = io.parse( | |
| File "/home/hendry/.local/lib/python3.9/site-packages/pandas/io/excel/_base.py", line 1148, in parse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ins)[hendry@t14s count]$ git branch --set-upstream-to origin/azure-functions | |
| error: the requested upstream branch 'origin/azure-functions' does not exist | |
| hint: | |
| hint: If you are planning on basing your work on an upstream | |
| hint: branch that already exists at the remote, you may need to | |
| hint: run "git fetch" to retrieve it. | |
| hint: | |
| hint: If you are planning to push out a new local branch that | |
| hint: will track its remote counterpart, you may want to use | |
| hint: "git push -u" to set the upstream config as you push. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [hendry@t14s ~]$ cd /tmp | |
| [hendry@t14s tmp]$ zip -J ~/Downloads/cp044608.exe | |
| [hendry@t14s tmp]$ man zip | |
| [hendry@t14s tmp]$ mkdir ilo | |
| [hendry@t14s tmp]$ cd ilo/ | |
| [hendry@t14s ilo]$ unzip ~/Downloads/cp044608.exe | |
| Archive: /home/hendry/Downloads/cp044608.exe | |
| inflating: SignedImageInstaller.dll | |
| inflating: SignedImageInstaller64.dll | |
| inflating: cp044608.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lCharlie-5th-birthday.fcpbundle$ ls -lah | |
| total 232 | |
| drwx------ 6 kaihendry staff 408B 5 Nov 22:53 . | |
| drwxrwxr-x 3 kaihendry staff 102B 5 Nov 22:54 .. | |
| lrwxr-xr-x 1 kaihendry staff 1B 5 Nov 22:53 .fcpcache -> . | |
| -rw-rw-rw- 1 kaihendry staff 0B 5 Nov 22:53 .lock | |
| drwx------ 2 kaihendry staff 68B 5 Nov 22:53 .lock-dir | |
| -rwxr--r-- 1 kaihendry staff 358B 5 Nov 22:53 .lock-info | |
| drwx------ 6 kaihendry staff 238B 5 Nov 22:53 17-10-20 | |
| -rw-r--r-- 1 kaihendry staff 100K 5 Nov 22:53 CurrentVersion.flexolibrary |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.