ubuntu.com.blog.rss.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
ubuntu.com.blog.rss.xml (132233B) | |
--- | |
1 <?xml version='1.0' encoding='UTF-8'?> | |
2 <rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl… | |
3 </description><content:encoded> | |
4 <p>These days, the internal workings of Linux applications involve… | |
5 <p>In this article, we will be taking a look at etrace with an ove… | |
6 <h1>Etrace at a glance<br/></h1> | |
7 <p>Etrace is a generic tracing application, useful for three broad… | |
8 <ul><li>How much time it takes for an application to display… | |
9 <p>These metrics can be used to debug potential problems in snaps,… | |
10 <h1>Basic usage</h1> | |
11 <p>Etrace is available as a snap – first we have to install it. … | |
12 <pre class="wp-block-preformatted">snap install etrace --candidate… | |
13 <p>Note that currently, etrace only works with X11 systems.<br/… | |
14 <p>The first use case of etrace is to measure how long it takes fo… | |
15 <p>Let’s start out with a simple snap, <em>gnome-calculato… | |
16 <pre class="wp-block-preformatted">$ etrace --repeat=10 exec --use… | |
17 <p>When you run this command, you should see the <em>gnome-c… | |
18 <p>This use case itself is great if you want to check snap startup… | |
19 <h4>Useful Snap Options</h4> | |
20 <p>As mentioned earlier, snap applications may be slower to start … | |
21 <pre class="wp-block-preformatted">--reinstall-snap <br/>&l… | |
22 <p>This option will remove the snap (and thus delete its root-owne… | |
23 <p>The second option allows you to handle user data:<br/><… | |
24 <pre class="wp-block-preformatted">--clean-snap-user-data<br/&g… | |
25 <p>This flag will create a <a href="https://snapcraft.io/docs/s… | |
26 <p>With both of these flags specified in the etrace command we cle… | |
27 <pre class="wp-block-preformatted">$ etrace --repeat=10 exec --use… | |
28 <p>Here, we see that the startup times are slower than before as w… | |
29 <p>If your application requires additional things to be done befor… | |
30 <h2>Tracing task execution</h2> | |
31 <p>The second use case for etrace is to check what tasks or proces… | |
32 <p>While etrace normally will automatically close the graphical wi… | |
33 <p>Here we use etrace exec with full tracing turned on (by omittin… | |
34 <pre class="wp-block-preformatted">$ etrace exec telegram-desktop … | |
35 <p>This is a table showing the total set of tasks that were run du… | |
36 <h3>Tracing file accesses</h3> | |
37 <p>The third use-case of etrace is to see what files are accessed … | |
38 <p>To do this, use the <em>file</em> subcommand. Here … | |
39 <pre class="wp-block-preformatted">$ ./etrace file --use-snap-run … | |
40 <p>This will show us the files that were accessed as well as their… | |
41 <h1>Summary<br/></h1> | |
42 <p>Hopefully you find this blog post and etrace useful the next ti… | |
43 <p>Etrace is undergoing active development and welcomes contributi… | |
44 <p>Photo by<a href="https://unsplash.com/@trommelkopf?utm_sourc… | |
45 </content:encoded><author>Ian Johnson (Ian Johnson)</author><category>De… | |
46 </description><content:encoded> | |
47 <figure class="wp-block-image"> | |
48 <div class="lazyload" data-noscript=""> | |
49 <noscript> | |
50 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
51 </noscript> | |
52 </div> | |
53 <figcaption>wslufetch in Ubuntu on WSL. wslufetch is part of <a… | |
54 <p>The experience of installing <a href="https://ubuntu.com/wsl… | |
55 <pre class="wp-block-code"><code>wsl.exe --install</code&… | |
56 <figure class="wp-block-image"> | |
57 <div class="lazyload" data-noscript=""> | |
58 <noscript> | |
59 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
60 </noscript> | |
61 </div> | |
62 </figure> | |
63 <p>This will enable WSL 2, download and install the latest WSL 2 L… | |
64 <p>This means:</p> | |
65 <p>❌ No more copying and pasting multiple commands into PowerShe… | |
66 <p>You can now do it all on the command line, which is fitting!<… | |
67 <p>Like Windows Store installations, a Start Menu entry will be cr… | |
68 <figure class="wp-block-image is-resized"> | |
69 <div class="lazyload" data-noscript=""> | |
70 <noscript> | |
71 <img alt="" height="192" loading="lazy" src="https://res.cloudinary.c… | |
72 </noscript> | |
73 </div> | |
74 </figure> | |
75 <p>And an entry is automatically created in <a href="https://gi… | |
76 <figure class="wp-block-image"> | |
77 <div class="lazyload" data-noscript=""> | |
78 <noscript> | |
79 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
80 </noscript> | |
81 </div> | |
82 </figure> | |
83 <p>If you haven’t already, you should try <a href="https://ak… | |
84 <p><strong>Tip</strong>: You can <a href="https://w… | |
85 <p>wsl.exe –install will eventually be backported to existing Wi… | |
86 <p>To install other Ubuntu LTS releases, like 18.04 or 16.04, add … | |
87 <pre class="wp-block-code"><code>wsl.exe --install -d Ubuntu… | |
88 <p>or</p> | |
89 <pre class="wp-block-code"><code>wsl.exe --install -d Ubuntu… | |
90 <p>Step 1:</p> | |
91 <figure class="wp-block-image"> | |
92 <div class="lazyload" data-noscript=""> | |
93 <noscript> | |
94 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
95 </noscript> | |
96 </div> | |
97 </figure> | |
98 <p>Step 2: Profit!!!</p> | |
99 <figure class="wp-block-image"> | |
100 <div class="lazyload" data-noscript=""> | |
101 <noscript> | |
102 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
103 </noscript> | |
104 </div> | |
105 </figure> | |
106 <p><strong>Tip</strong>: wsl.exe –install requires a… | |
107 <figure class="wp-block-image"> | |
108 <div class="lazyload" data-noscript=""> | |
109 <noscript> | |
110 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
111 </noscript> | |
112 </div> | |
113 </figure> | |
114 <p><strong>Tip</strong>: If you are at work and your I… | |
115 <p>New to WSL or looking for more? Here are some handy additional … | |
116 <ul><li><a href="https://devblogs.microsoft.com/commandli… | |
117 </content:encoded><author>haydenb (haydenb)</author><category>WSL</categ… | |
118 </description><content:encoded> | |
119 <p>Canonical, the publisher of Ubuntu, releases <a aria-label="… | |
120 <p>&gt; Visit <a aria-label=" (opens in a new tab)" href="h… | |
121 <h3>Kubeflow, the ML toolkit on K8s</h3> | |
122 <p><a aria-label=" (opens in a new tab)" href="http://kubeflow.… | |
123 <p>Machine learning pipelines on Kubernetes, with <a aria-label… | |
124 <figure class="wp-block-image"> | |
125 <div class="lazyload" data-noscript=""> | |
126 <noscript> | |
127 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
128 </noscript> | |
129 </div> | |
130 </figure> | |
131 <p>Having started initially as a project by engineers at Google an… | |
132 <p>&gt; Learn more about <a aria-label=" (opens in a new ta… | |
133 <h3>The Kubeflow packaging problem</h3> | |
134 <p>Despite the clear benefits of Kubeflow for ML operations, deplo… | |
135 <p>The number of applications and potential scenarios makes it dif… | |
136 <p>This topic has been central to <a aria-label=" (opens in a n… | |
137 <p>Given the complexity of configuring, integrating, and maintaini… | |
138 <p>&gt; Watch Canonical’s <a aria-label=" (opens in a new… | |
139 <h3>What is Charmed Kubeflow? A highly configurable Kubeflow opera… | |
140 <p>Charmed Kubeflow is the set of charms that wrap the 20+ apps th… | |
141 <p><br/></p> | |
142 <figure class="wp-block-image is-resized"> | |
143 <div class="lazyload" data-noscript=""> | |
144 <noscript> | |
145 <img alt="" height="361" loading="lazy" src="https://res.cloudinary.c… | |
146 </noscript> | |
147 </div> | |
148 </figure> | |
149 <p>Because Kubeflow is charmed as composable modules, the end-user… | |
150 <p>&gt; Visit <a aria-label=" (opens in a new tab)" href="h… | |
151 <h3>Universal operators that work like a charm</h3> | |
152 <p><a aria-label=" (opens in a new tab)" href="https://charmhub… | |
153 <p>Charms manage the full application lifecycle, from day-0 to day… | |
154 <p>For standard applications such as mySQL, used in <a aria-lab… | |
155 <figure class="wp-block-image is-resized"> | |
156 <div class="lazyload" data-noscript=""> | |
157 <noscript> | |
158 <img alt="" height="109" loading="lazy" src="https://res.cloudinary.c… | |
159 </noscript> | |
160 </div> | |
161 <figcaption> <br/>Katib-db charm integrated with Katib-db ma… | |
162 <p>&gt; Check out <a aria-label=" (opens in a new tab)" hre… | |
163 <h3>Available on any Kubernetes!</h3> | |
164 <p>Charmed Kubeflow is compatible with any conformant Kubernetes, … | |
165 <p>Charmed Kubeflow tightly integrates with Canonical’s Kubernet… | |
166 <p>&gt; Try out <a aria-label=" (opens in a new tab)" href=… | |
167 <h3>That’s it! Contact us for more</h3> | |
168 <p>Canonical provides a full set of Kubeflow services, supporting … | |
169 <p>These services span from on-site training to deployment on any … | |
170 <p>&gt; <a aria-label=" (opens in a new tab)" href="http://… | |
171 </content:encoded><author>Rui Vasconcelos (Rui Vasconcelos)</author><cat… | |
172 </description><content:encoded> | |
173 <p>The web team here at Canonical run two-week iterations. This it… | |
174 <h2>Meet the team</h2> | |
175 <figure class="wp-block-image"> | |
176 <div class="lazyload" data-noscript=""> | |
177 <noscript> | |
178 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
179 </noscript> | |
180 </div> | |
181 </figure> | |
182 <p><em>Photo credit: Claudio Gomboli</em><br/>&l… | |
183 <p>Hello, I am Peter. I struggle to define myself these days, es… | |
184 <p>I have been working on the web since 1995, doing everything fro… | |
185 <p>Outside work I mostly read, jog, hike and garden.</p> | |
186 <h2>Web squad</h2> | |
187 <p>Our Web Squad develops and maintains most of <a href="https:… | |
188 <h4>Ubuntu 20.10 “Groovy Gorilla” release</h4> | |
189 <figure class="wp-block-image"> | |
190 <div class="lazyload" data-noscript=""> | |
191 <noscript> | |
192 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
193 </noscript> | |
194 </div> | |
195 </figure> | |
196 <p>Ubuntu is released twice a year, in April and October. There is… | |
197 <p>Have you downloaded 20.10 yet?<br/></p> | |
198 <h4>All new Raspberry Pi pages</h4> | |
199 <figure class="wp-block-image"> | |
200 <div class="lazyload" data-noscript=""> | |
201 <noscript> | |
202 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
203 </noscript> | |
204 </div> | |
205 </figure> | |
206 <p>This release, we <a href="https://ubuntu.com/blog/build-a-ra… | |
207 <p><a href="http://ubuntu.com/raspberry-pi">Check out the ne… | |
208 <h2>Brand</h2> | |
209 <p>The Brand team develop our design strategy and create the look … | |
210 <h4>Creating assets to support the 20.10 release</h4> | |
211 <figure class="wp-block-image"> | |
212 <div class="lazyload" data-noscript=""> | |
213 <noscript> | |
214 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
215 </noscript> | |
216 </div> | |
217 </figure> | |
218 <p><a href="https://www.instagram.com/p/CGp3kUBAz0t/?igshid=1g2… | |
219 <figure class="wp-block-image"> | |
220 <div class="lazyload" data-noscript=""> | |
221 <noscript> | |
222 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
223 </noscript> | |
224 </div> | |
225 </figure> | |
226 <figure class="wp-block-image"> | |
227 <div class="lazyload" data-noscript=""> | |
228 <noscript> | |
229 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
230 </noscript> | |
231 </div> | |
232 </figure> | |
233 <h2>MAAS</h2> | |
234 <p>The MAAS squad develops the UI for the <a href="https://laun… | |
235 <h4>QA and debugging for the release of 2.9</h4> | |
236 <p>We’ve been primarily focused on QA for the upcoming release o… | |
237 <h4>Machine details React migration</h4> | |
238 <p>Work has begun on migrating the machine details views to React,… | |
239 <h5><strong>Machine details events and logs consolidation de… | |
240 <p>In the course of migrating the machine details to React, we’l… | |
241 <figure class="wp-block-image"> | |
242 <div class="lazyload" data-noscript=""> | |
243 <noscript> | |
244 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
245 </noscript> | |
246 </div> | |
247 </figure> | |
248 <h2>JAAS</h2> | |
249 <p>The JAAS squad develops the UI for the <a href="https://jaas… | |
250 <h4>The web CLI</h4> | |
251 <p>Coming in Juju 2.9 the Juju Dashboard will include access to th… | |
252 <figure class="wp-block-image"> | |
253 <div class="lazyload" data-noscript=""> | |
254 <noscript> | |
255 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
256 </noscript> | |
257 </div> | |
258 </figure> | |
259 <p>The beta release of this feature is available for those running… | |
260 <h4>Defining the data structure of the future dashboard</h4> | |
261 <p>We are iterating our recently implemented layout for the Juju D… | |
262 <p>Users will be able to slide down the model view even further, f… | |
263 <h2>Vanilla</h2> | |
264 <p>The Vanilla squad designs and maintains the design system and &… | |
265 <h4>In-depth discussions on fixes for hiding table cells</h4> | |
266 <p>One of the issues that we worked on during our regular maintena… | |
267 <figure class="wp-block-image"> | |
268 <div class="lazyload" data-noscript=""> | |
269 <noscript> | |
270 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
271 </noscript> | |
272 </div> | |
273 </figure> | |
274 <p>What may seem to be a small bugfix required quite an in-depth d… | |
275 <figure class="wp-block-image"> | |
276 <div class="lazyload" data-noscript=""> | |
277 <noscript> | |
278 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
279 </noscript> | |
280 </div> | |
281 </figure> | |
282 <p>If you are interested in having a little sneak peek into our pr… | |
283 <h4>Wrapping up the accessibility work</h4> | |
284 <p>We’ve been finalising the accessibility work from the last co… | |
285 <h2>Snapcraft and Charmhub</h2> | |
286 <p>The Snapcraft team works closely with the Store team to develop… | |
287 <h4>CLI Guidelines on discourse</h4> | |
288 <figure class="wp-block-image"> | |
289 <div class="lazyload" data-noscript=""> | |
290 <noscript> | |
291 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
292 </noscript> | |
293 </div> | |
294 </figure> | |
295 <p>The last cycle we worked with various engineering teams to begi… | |
296 <h4>Actions view for Charms</h4> | |
297 <figure class="wp-block-image"> | |
298 <div class="lazyload" data-noscript=""> | |
299 <noscript> | |
300 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
301 </noscript> | |
302 </div> | |
303 </figure> | |
304 <p>We have built the actions tab in <a href="https://charmhub.i… | |
305 <h4>History tab on a Charm details page on Charmhub</h4> | |
306 <figure class="wp-block-image"> | |
307 <div class="lazyload" data-noscript=""> | |
308 <noscript> | |
309 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
310 </noscript> | |
311 </div> | |
312 </figure> | |
313 <p>The history details page was implemented using a new “Show mo… | |
314 <h4>Updated the Juju discourse navigation</h4> | |
315 <figure class="wp-block-image"> | |
316 <div class="lazyload" data-noscript=""> | |
317 <noscript> | |
318 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
319 </noscript> | |
320 </div> | |
321 </figure> | |
322 <p>A new Canonical customised discourse navigation was implemented… | |
323 <h4>Graylog dashboards</h4> | |
324 <p>Graylog is a tool that we use to centralised log management, it… | |
325 <figure class="wp-block-image"> | |
326 <div class="lazyload" data-noscript=""> | |
327 <noscript> | |
328 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
329 </noscript> | |
330 </div> | |
331 </figure> | |
332 <h4>User testing on the charm details pages</h4> | |
333 <p>We performed some user testing sessions on the current live pag… | |
334 <figure class="wp-block-image"> | |
335 <div class="lazyload" data-noscript=""> | |
336 <noscript> | |
337 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
338 </noscript> | |
339 </div> | |
340 </figure> | |
341 <h2>Follow the team on Instagram</h2> | |
342 <figure class="wp-block-image"> | |
343 <div class="lazyload" data-noscript=""> | |
344 <noscript> | |
345 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
346 </noscript> | |
347 </div> | |
348 </figure> | |
349 <p><a href="https://instagram.com/ubuntudesigners">Ubuntu de… | |
350 <p>With ♥ from Canonical web team.<br/></p> | |
351 </content:encoded><author>Anthony Dillon (Anthony Dillon)</author><categ… | |
352 </description><content:encoded> | |
353 <p>Security and performance are often mutually exclusive concepts.… | |
354 <p>Snaps are self-contained applications, with layered security, a… | |
355 <h1>LZO and XZ algorithms</h1> | |
356 <p>By default, snaps are packaged as a compressed, read-only squas… | |
357 <p>To improve startup times, we decided to test a different algori… | |
358 <p>As a test case, we chose the Chromium browser (stable build, 85… | |
359 <p>For comparison, the XZ-compressed snap weighs ~150 MB, whereas … | |
360 <h1>Test systems &amp; methodology</h1> | |
361 <p>We decided to conduct the testing on a range of systems (2015-2… | |
362 <ul><li><strong>System 1</strong> with 4-core/8-… | |
363 <table class="wp-block-table"><tbody><tr><td><… | |
364 <p>On each of the selected systems, we examined the time it takes … | |
365 <ul><li>Native package (DEB or RPM) where available (Kubuntu… | |
366 <p>We compared the results in the following way:</p> | |
367 <ul><li>Cold start – There is no cached data in the memory… | |
368 <h1>Results!</h1> | |
369 <p>We measured the startup time for the Chromium browser with a ne… | |
370 <table class="wp-block-table"><tbody><tr><td><… | |
371 <ul><li>The results in the table are average values over mul… | |
372 <h1>If you’d like to test for yourself…</h1> | |
373 <p>You may be interested in profiling the startup time of your bro… | |
374 <p>To prevent any potential data loss, the functions are commented… | |
375 <h1>Summary</h1> | |
376 <p>We are happy with the improvements that the LZO compression int… | |
377 <p>And this is by no means the end of the journey! Far from it. We… | |
378 <p>If you have any comments or suggestions on this topic, we’d l… | |
379 <p>Photo by <a href="https://unsplash.com/@rblvmberg?utm_source… | |
380 </content:encoded><author>Igor Ljubuncic (Igor Ljubuncic)</author><categ… | |
381 </description><content:encoded> | |
382 <p>On the 22nd October 2020, Canonical released an <a href="htt… | |
383 <div class="wp-block-image"><figure class="aligncenter"> | |
384 <div class="lazyload" data-noscript=""> | |
385 <noscript> | |
386 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
387 </noscript> | |
388 </div> | |
389 </figure></div> | |
390 <h2>The right hardware</h2> | |
391 <p>Since the <a href="https://www.raspberrypi.org/">Raspberr… | |
392 <p>The Raspberry Pi 4 debuted with the graphics, RAM and connectiv… | |
393 <p>Canonical, the company that publishes Ubuntu, is and continues … | |
394 <div class="wp-block-image"><figure class="aligncenter is-resiz… | |
395 <div class="lazyload" data-noscript=""> | |
396 <noscript> | |
397 <img alt="" height="446" loading="lazy" src="https://res.cloudinary.c… | |
398 </noscript> | |
399 </div> | |
400 </figure></div> | |
401 <h2>An engineering collaboration</h2> | |
402 <p>The Ubuntu Desktop team, the Foundations team, and the Kernel t… | |
403 <p>After months of work and plenty of collaboration, the Ubuntu De… | |
404 <figure class="wp-block-image"> | |
405 <div class="lazyload" data-noscript=""> | |
406 <noscript> | |
407 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
408 </noscript> | |
409 </div> | |
410 </figure> | |
411 <p>This joining of Raspberry Pi, the incredible maker and educatio… | |
412 <h2>The open source ARM workstation</h2> | |
413 <p>Ubuntu on Raspberry Pi is not only a great place to start with … | |
414 <p>Not only that, the Raspberry Pi is an ARM computer, like Androi… | |
415 <p>What all this means is that a Raspberry Pi with Ubuntu is a pat… | |
416 <div class="wp-block-image"><figure class="aligncenter"> | |
417 <div class="lazyload" data-noscript=""> | |
418 <noscript> | |
419 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
420 </noscript> | |
421 </div> | |
422 </figure></div> | |
423 <p>But this has been the case for some time. What’s new is that … | |
424 <h2>Get it</h2> | |
425 <p>To get the Ubuntu Desktop from the Raspberry Pi Foundation, dow… | |
426 <div class="wp-block-image"><figure class="aligncenter"> | |
427 <div class="lazyload" data-noscript=""> | |
428 <noscript> | |
429 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
430 </noscript> | |
431 </div> | |
432 </figure></div> | |
433 <p>To find out more about the benefits of the image go to the <… | |
434 <p>Then, once you have the image, know all the context, and know-h… | |
435 <p>Or, if you’re interested in getting more out of Raspberry Pis… | |
436 <div class="wp-block-image"><figure class="aligncenter"> | |
437 <div class="lazyload" data-noscript=""> | |
438 <noscript> | |
439 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
440 </noscript> | |
441 </div> | |
442 </figure></div> | |
443 <h2>To conclude</h2> | |
444 <p>The full Ubuntu Desktop is now available for the Raspberry Pi. … | |
445 <div class="wp-block-image"><figure class="aligncenter"> | |
446 <div class="lazyload" data-noscript=""> | |
447 <noscript> | |
448 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
449 </noscript> | |
450 </div> | |
451 </figure></div> | |
452 <p><br/></p> | |
453 <p><br/></p> | |
454 </content:encoded><author>Rhys Davies (Rhys Davies)</author><category>De… | |
455 </description><content:encoded> | |
456 <figure class="wp-block-image"> | |
457 <div class="lazyload" data-noscript=""> | |
458 <noscript> | |
459 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
460 </noscript> | |
461 </div> | |
462 </figure> | |
463 <p><strong>22nd October 2020:</strong> Canonical today… | |
464 <p>“In this release, we celebrate the Raspberry Pi Foundation’… | |
465 <p>The Raspberry Pi 2, 3, and 4 join a very long list of x86 and A… | |
466 <p>Ubuntu 20.10 also includes LXD 4.6 and MicroK8s 1.19 for resili… | |
467 <h2>Ubuntu Desktop 20.10</h2> | |
468 <p>On top of Raspberry Pi desktop support, Ubuntu 20.10 includes G… | |
469 <p>The 20.10 desktop sees added support for Ubuntu Certified devic… | |
470 <figure class="wp-block-image"> | |
471 <div class="lazyload" data-noscript=""> | |
472 <noscript> | |
473 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
474 </noscript> | |
475 </div> | |
476 </figure> | |
477 <p>Raspberry Pi models with 4GB or 8GB RAM gain full support for t… | |
478 <figure class="wp-block-image"> | |
479 <div class="lazyload" data-noscript=""> | |
480 <noscript> | |
481 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
482 </noscript> | |
483 </div> | |
484 </figure> | |
485 <h2>Introducing micro clouds</h2> | |
486 <p>Micro clouds are a new class of infrastructure for on-demand co… | |
487 <p>On a Raspberry Pi, users can <a href="https://ubuntu.com/tut… | |
488 <figure class="wp-block-image"> | |
489 <div class="lazyload" data-noscript=""> | |
490 <noscript> | |
491 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
492 </noscript> | |
493 </div> | |
494 </figure> | |
495 <p>Ubuntu 20.10 will be available to download <a href="https://… | |
496 <p>To learn more about Ubuntu 20.10 on the Raspberry Pi, click her… | |
497 <p>For more on what is new in Ubuntu 20.10 in the data centre, inc… | |
498 <p style="text-align:center"><em>&lt;Ends&gt;</em… | |
499 <p><strong>About Canonical</strong></p> | |
500 <p>Canonical is the publisher of Ubuntu, the OS for most public cl… | |
501 </content:encoded><author>Canonical (Canonical)</author><category>LXD</c… | |
502 </description><content:encoded> | |
503 <figure class="wp-block-image"> | |
504 <div class="lazyload" data-noscript=""> | |
505 <noscript> | |
506 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
507 </noscript> | |
508 </div> | |
509 </figure> | |
510 <p><a href="https://registration.gesevent.com/survey/3lh1w4m2dx… | |
511 <p>This year, AfricaCom becomes a virtual event as part of the new… | |
512 <p><a aria-label=" (opens in a new tab)" class="p-button--small… | |
513 <h3>Mark Shuttleworth’s presentation for Canonical &amp; Ubu… | |
514 <p><strong>Wednesday, 11 November 2020 12:35 – 12:55</s… | |
515 <p>This year’s overarching theme for AfricaCom is connectivity i… | |
516 <h4>The presentation is entitled ‘<strong>Software-defined… | |
517 <p>So what will Canonical’s session entail? </p> | |
518 <p>Mark will explain how new digital infrastructure is software de… | |
519 <ul><li>Public clouds, private clouds and micro clouds</l… | |
520 <h3>The Canonical &amp; Ubuntu booth at AfricaCom 2020</h3&… | |
521 <p>Come say hi to our team who will be welcoming you at our virtua… | |
522 <p>Access tons of relevant free resources, and hop on a live call … | |
523 <p>We hope to see you there! </p> | |
524 <p><a aria-label=" (opens in a new tab)" class="p-button--small… | |
525 </content:encoded><author>Canonical (Canonical)</author><category>Event<… | |
526 </description><content:encoded> | |
527 <figure class="wp-block-image"> | |
528 <div class="lazyload" data-noscript=""> | |
529 <noscript> | |
530 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
531 </noscript> | |
532 </div> | |
533 </figure> | |
534 <p>As part of the effort to build a flexible, cloud-native ready i… | |
535 <p><a href="https://phoenixnap.com/bare-metal-cloud">Bare Me… | |
536 <p>Through MAAS integration, Bare Metal Cloud provides a critical … | |
537 <p><strong>What is MAAS? </strong><br/></p&g… | |
538 <p>Allowing for self-service, remote OS installation, MAAS is a po… | |
539 <p>Built to enable API-driven server provisioning, MAAS has a robu… | |
540 <p>Through tiered infrastructure, standard protocols such as IPMI … | |
541 <p><strong>How MAAS on Bare Metal Cloud Works</strong>… | |
542 <p>The integration of MAAS with Bare Metal Cloud allows for under-… | |
543 <p>Designed to bring the cloud experience to bare metal platforms,… | |
544 <p><em>“phoenixNAP’s Bare Metal Cloud demonstrates the f… | |
545 <p><strong>Bare Metal Cloud Features and Usage</strong>… | |
546 <p>The capabilities of MAAS enabled phoenixNAP to automate the ser… | |
547 <p><em>“Incredibly robust and reliable, MAAS is one of the… | |
548 <p>Bare Metal Cloud is designed with automation in focus and integ… | |
549 <p>Bare Metal Cloud Features<br/></p> | |
550 <ul><li>Single-tenant, non-virtualized environment</li>… | |
551 <p>Looking to deploy a Kubernetes cluster on Bare Metal Cloud? &l… | |
552 <p>Download our free white paper titled “Automating the Provisio… | |
553 <p><a href="https://phoenixnap.com/offers/bare-metal-cloud-whit… | |
554 </content:encoded><author>Canonical (Canonical)</author><category>cloud<… | |
555 </description><content:encoded> | |
556 <figure class="wp-block-image"> | |
557 <div class="lazyload" data-noscript=""> | |
558 <noscript> | |
559 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
560 </noscript> | |
561 </div> | |
562 </figure> | |
563 <p><strong>When:</strong> November 17-20, 2020</p&g… | |
564 <p><strong>Where:</strong> <a href="https://www.cve… | |
565 <p>By now it’s no surprise that KubeCon NA is going virtual, lik… | |
566 <h4><strong>Canonical showcases MicroK8s HA at KubeCon NA 20… | |
567 <p><a aria-label=" (opens in a new tab)" class="p-button--small… | |
568 <p>This month, Canonical made a new announcement, introducing auto… | |
569 <p>Designed as a minimal conformant Kubernetes, MicroK8s installs … | |
570 <p>Want to see it in action? We’re excited to show you! Feel fre… | |
571 <p>Already popular for IoT and developer workstations, MicroK8s is… | |
572 <iframe allow="accelerometer; autoplay; clipboard-write; encrypted-me… | |
573 <p>High availability is enabled automatically once three or more n… | |
574 <p>Designed as a minimal conformant Kubernetes, MicroK8s installs … | |
575 <p>Want to see it in action? We’re excited to show you! Feel fre… | |
576 <p> <a aria-label=" (opens in a new tab)" class="p-button--smal… | |
577 <h4>The Canonical &amp; Ubuntu booth </h4> | |
578 <p>Throughout the event, we welcome you to pop by and: </p> | |
579 <ol><li><strong>Have a live call with our senior engin… | |
580 <ul><li>Universal operators for Charmed Kubernetes installat… | |
581 <ul><li>Charmed Kubeflow as a Kubernetes workload</li>… | |
582 <figure class="wp-block-image"> | |
583 <div class="lazyload" data-noscript=""> | |
584 <noscript> | |
585 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
586 </noscript> | |
587 </div> | |
588 </figure> | |
589 <h4>Canonical’s demo at the KubeCon NA Main Theater </h4> | |
590 <p>We know our KubeCon friends can’t get enough demo time, so on… | |
591 <p>Stay tuned for time and date details! <br/></p> | |
592 <h4><strong>KubeCon Co-Located Event: Open Operators Trainin… | |
593 <figure class="wp-block-image"> | |
594 <div class="lazyload" data-noscript=""> | |
595 <noscript> | |
596 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
597 </noscript> | |
598 </div> | |
599 </figure> | |
600 <p>As always, we aim to give back to the community in any way we c… | |
601 <p><strong>Date: </strong>Tuesday, November 17<br/&… | |
602 <p>The Open Operators Day is for devops to learn about the Open Op… | |
603 <ul><li>Asia: 14:00-18:00 CST (1:00 AM – 5:00 AM ET)</l… | |
604 <p>Each session will mix keynotes, training and community discussi… | |
605 | |
606 </p> | |
607 <p> <a aria-label=" (opens in a new tab)" class="p-button--smal… | |
608 </content:encoded><author>munteanuandreea (munteanuandreea)</author><cat… | |
609 </description><content:encoded> | |
610 <figure class="wp-block-image"> | |
611 <div class="lazyload" data-noscript=""> | |
612 <noscript> | |
613 <img alt="" loading="lazy" src="https://res.cloudinary.com/canonical/… | |
614 </noscript> | |
615 </div> | |
616 </figure> | |
617 <p><em>This week is the latest Open Infrastructure Summit, i… | |
618 <p><em>We asked freelance journalist, Sean Michael Kerner, t… | |
619 <p>Unlike the usual spate of product and open source pitches from … | |
620 <p>That was the early hype cycle, and it was amazing to watch. Fro… | |
621 <h2>Technology<br/></h2> | |
622 <p>While I’ve written more than my fair share about the ‘hype�… | |
623 <p>Much like the early explosion of vendors, OpenStack had a rapid… | |
624 <p>At one point, I could name every project in the OpenStack famil… | |
625 <p>In 2019, at the OpenStack Summit in Denver, which was the first… | |
626 <h2>It Was Never Really OpenStack vs AWS<br/></h2> | |
627 <p>In the early days of OpenStack there was an idea and perhaps an… | |
628 <p>That’s not what OpenStack is today – or where it ever reall… | |
629 <p>10 years after first engaging with OpenStack, I have every expe… | |
630 <p>We’re still talking about OpenStack 10 years later because it… | |
631 <p>“There is no shortage of truly terrible ideas in OpenStack; i… | |
632 <p>And so it has.<br/></p> | |
633 </content:encoded><author>Guest (Guest)</author><category>OpenStack</cat… | |
634 </description><content:encoded> | |
635 <p>Telco cloud or a <a href="https://ubuntu.com/telco">netwo… | |
636 <h2>Telco workloads in the cloud</h2> | |
637 <p>Have you ever been wondering how the telecommunications infrast… | |
638 <div class="wp-block-image"><figure class="aligncenter is-resiz… | |
639 <div class="lazyload" data-noscript=""> | |
640 <noscript> | |
641 <img alt="" height="267" loading="lazy" src="https://res.cloudinary.c… | |
642 </noscript> | |
643 </div> | |
644 </figure></div> | |
645 <p>Historically, all of those services used to be implemented in h… | |
646 <h2>Telco cloud under the hood</h2> | |
647 <p>In order to implement a telco cloud, service providers can use … | |
648 <div class="wp-block-image"><figure class="aligncenter is-resiz… | |
649 <div class="lazyload" data-noscript=""> | |
650 <noscript> | |
651 <img alt="" height="157" loading="lazy" src="https://res.cloudinary.c… | |
652 </noscript> | |
653 </div> | |
654 </figure></div> | |
655 <h3>Performance</h3> | |
656 <p>Among various metrics, performance results are what telcos care… | |
657 <h3>Security</h3> | |
658 <p>Another important aspect is security. Telcos are known for bein… | |
659 <h3>Orchestration</h3> | |
660 <p>Last but not least orchestration is what characterises the telc… | |
661 <h2>Telco cloud on Ubuntu</h2> | |
662 <p>Canonical is an established leader in the field of implementati… | |
663 <p>To get in touch with Canonical with regards to solutions for te… | |
664 <p>To learn more, watch the webinar: “<a href="https://www.br… | |
665 <p></p> | |
666 |