Last week, we introduced the installation of the Snipe it asset management platform. Just trying out the official demo is definitely not enough. In real-world scenarios, you need to manage various assets in real-world scenarios.
The application launcher (application launcher) is usually used to quickly locate and start other programs in the computer. For example, Albert Launcher and Synapse in Linux, Alfred in macOS, etc. After pressing the Super shortcut key in the Gnome environment, it is also Almost functional.
Recently, the company needs an IT asset management system. Snipe it is selected among the three open source snipe it, glpi, and ralph. Might try it later.
Using Linux for daily work, boot speeds gradually decrease over time. The Ubuntu distribution includes Snap, which further slows down boot speeds. While boot speed is largely determined by hardware configuration, optimizing software environment configuration and maintaining good user habits are also important.
I've recently been working on a development project involving Vue3, Vite, and TypeScript. The front-end and back-end are separate, and when the front-end requests the back-end, the browser debug information reports a cross-domain error. It's generally believed that cross-domain is a back-end setting, but the back-end code has never been adjusted. After some searching, I found that setting a proxy in vite.config.ts is the simplest solution.