Automatically Download CSV file in PHP – Code Wall
Automatically Download CSV file in PHP Automatically downloading a CSV file with PHP takes a particularly different structure of code that would be present in the general creation of files.…
RFID, Software Development and Physical Security
Automatically Download CSV file in PHP Automatically downloading a CSV file with PHP takes a particularly different structure of code that would be present in the general creation of files.…
1. Embrace the discomfort of not knowing. Move from a know-it-all to a learn-it-all mindset. You don’t need to have all the answers. 2. Distinguish between “complicated” and “complex” issues.…
When building and maintaining a website, you’re bound to encounter some unexpected HTTP errors here and there. Problems like these are tough to avoid, and some are trickier to resolve…
The global Point of Sale (POS) security market size is expected to grow from an estimated value of USD 4.0 billion in 2022 to USD 6.1 billion by 2027, at…
原本的憑證快到期了,結果舊版的certbot不聽話。 renew一直失敗,本來只是想要稍作升級。結果突然發現可以申請 wildcard 憑證了!!!! 天大的好消息,那乾脆來做一點點的實驗好了 如果是一開始對於certbot還不知道的可以參考 【SSL 憑證】利用 certbot 自動更新 Let’s Encrypt 憑證 首先安裝最新版的certbot,這邊直接載下來編譯 如果不像是我用樹梅派來當server的話,就可以直接略過這步 採用官方網站的方式 apt or yum 抓下來 但我沒得選,載下來讓他跑python吧… wget https://dl.eff.org/certbot-auto chmod +x certbot-auto ./certbot-auto 會吃爆樹梅派的cpu,如果是server會好一點orz… 接著嘗試註冊wildcard憑證 ./certbot-auto run…
Prerequisites OS: Ubuntu 20.x (e.g. 20.04) Resources: 2-core CPU & 2GB of RAM Access: SSH connection to the server Permissions: a user with ‘sudo’ privileges Note: you can execute all…
When you create a new user account in Windows 11, the operating system (OS) automatically creates a new user profile folder in C:\Users\Username. However, this default user profile folder name…
Steps to install JAVA based ElasticSearch on Ubuntu 20.04 or 18.04 LTS Linux and also the command to enable and start is service. Source: How to install Elasticsearch on Ubuntu…
Elasticsearch is a distributed, free and open search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and…
MySQL has been upgraded to 8 at the time of writing, when you issue apt install mysql-server on server now by default will install mysql 8 for you. In case,…