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