On a Windows 10 laptop, I noticed that resuming from hibernation takes quite a while. RAM: 32 GB hiberfil.sys size: 13 GB SSD read speed: 2-3 GB/s By those data, assuming that all of the hibernation file is used, it should take 5-7 seconds to load it. But in reality […]
Yearly Archives: 2023
I’m using Linux Mint and I have a BASIC interpreter that normally sends the output of LPRINT, LLIST, etc. to /dev/null. I want to send it to the line printer (network connected). BASIC has a command line option: BAS –lp filename This is supposed to send the output to a […]
I’ve been setting an alias that running Apple Script on Terminal. As below: alias playda="osascript -e 'tell application "QuickTime Player" activate set thisFile to open POSIX file "path.m4a" play thisFile end tell'" And Zsh always reports an error: .zshrc:19: number expected I think it relates to the quotes. Could anyone […]
This has been going on for a couple of weeks.. I have this Windows 8.1 tablet, (32 bit Intel processor, 2G RAM, 64G disk with 720MB free space). It shuts down soon after boot up. As I power up, after a typical boot time and as the screens start to […]
Brand new system, not OC’ed Zotac 4070Ti Trinity CPU i5-12600K 500GB Kingston SSD Transcend 16GB RAM Windows 11 Pro 22H2 Build 22621.1265 Coolermaster MWE 10050 Gold V2 All drivers and BIOS are up to date After closing and opening some videos with WMP I found a silent LiveKernelevent 193 in […]
Well, SEO stands for ‘Search Engine Optimization‘, which is the process of getting traffic from free, organic, editorial, or natural search results in search engines. It aims to improve your website’s position in search results pages. Remember, the higher the website is listed, the more people will see it.
I am using the AWS server. I have generated an SSL certificate from the below URL. https://docs.bitnami.com/aws/how-to/generate-install-lets-encrypt-ssl/ after creating the certificate bitnami service stopped . for reference, I have given a screenshot of the error. https://i.imgur.com/HUWfzbi.png
How can I add a custom link to ‘sales/order/view/order_id/123456’ adding an slash after the order_id with route name “download” so it becomes sales/order/view/order_id/6710/download My current route.xml file is <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd"> <router id="admin"> <route id="order_export" frontName="order_export"> <module name="Vendor_OrderExport" before="Magento_Adminhtml" /> </route> </router> </config> It’s redirecting to a new […]
How can i export tables using the REST API. I’ve looked through the devdocs and dont see any endpoints to do this? The tables i want are standard ones like customer_entity and sales_order.