Tomas Darquierblog.tomasdarquier.com·Dec 3, 2024Perfiles en Spring Boot: Ejecutá tu App en Cualquier EntornoAl momento de ejecutar nuestra aplicación en diferentes entornos, usualmente nos encontramos en la situación de que las credenciales de las bases de datos cambian, o que las referencias a archivos ya no son validas, o bien que la manera de referencia...DiscussTiny Projectsprofiles
Tanishka Marrottcloud-design-diaries.hashnode.dev·Oct 12, 2024AppArmor and SELinux for Container SecurityContainers offer flexibility and efficiency, but they also need robust security. That’s where AppArmor and SELinux come in, adding essential layers of control. Let’s dive into these two security modules and see how they help protect containers. Plus,...Discuss·2 likesSELinux
Joda Stößerwisdom.simjo.st·Aug 16, 2024Profile manager changes in Thunderbird 128tl;dr Since the release of Mozilla Thunderbird version 128, nicknamed “Nebula”, the CLI command to open the profile manger on macOS has changed as the binary was renamed. It is now as follows: /Applications/Thunderbird.app/Contents/MacOS/thunderbird ...Discuss·30 readsthunderbird
Nathan.LuforMicroFIRE's team blogganhua.wang·Aug 7, 2024Day 2 系統性能工程充滿著挑戰繼 Day 1 提到系統性能工程,今天來多聊一點該領域的東西。 系統性能指的是對個服務的性能的研究,包括主要硬體與軟體。所有執行路徑與資料路徑上和從儲服務到應用程式上所發生的事情都包括在內,因為這些都有可能影響系統性能。對於分散式系統來說,這益為著更多台的伺服器與應用程式在營運環境上,複雜度幾乎成指數成長。如果我們沒有系統環境的一張全景示意圖,用來顯示資料的路徑,以前我們會自己畫一張,然後在部門同事間流傳。這圖可以幫助我們理解所有組件的關係,並確保我們不會只見數目不見森林。 系統性能的基本目標是...Discuss·1 like·44 readsObserverbilityprofiles
Nathan.LuforMicroFIRE's team blogganhua.wang·Aug 3, 2024Day 1 系統可觀測性信號的下一步 - Profile 性能剖析Day 1 系統可觀測性信號的下一步 - Profile 性能剖析 前幾年我們在分享關於系統可觀測性,幾乎著重在基本的三種信號類型(Logs、Metrics、Traces)。還有一種信號類型有時候會被需要,就是 Profile 性能剖析。 絕大部分工程師日常開發流程可能是開發程式 -> 紀錄事件 log -> 框架埋點監測指標與追蹤,然後佈署至具有 scalability 能力的測試環境中進行工作負載測試。這樣的流程之下,等工作負載測試發現性能問題時,只能通過基本信號來推敲性能問題。針對系統性能...Discuss·11 likes·116 readsObserverbilityprofiles
Jamestesh.digital·Mar 21, 2024Including selective dependencies in maven projectI have been involved with writing applications for the public cloud recently, specifically GCP. There are a lot of helper libraries out there that are very useful for getting your application running in the cloud with less effort. The problems I have...Discussprofiles