linuxjournal.com.rss.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
linuxjournal.com.rss.xml (51966B) | |
--- | |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://p… | |
3 <channel> | |
4 <title>Linux Journal - The Original Magazine of the Linux Community<… | |
5 <link>https://www.linuxjournal.com/node/feed</link> | |
6 <description/> | |
7 <language>en</language> | |
8 | |
9 <item> | |
10 <title>7 Important Linux Commands for Every Linux User</title> | |
11 <link>https://www.linuxjournal.com/content/7-important-linux-commands-… | |
12 <description> <div data-history-node-id="1340856" class="layout la… | |
13 <div class="layout__region layout__region--content"> | |
14 | |
15 <div class="field field--name-field-node-image field--typ… | |
16 | |
17 <div class="field field--name-node-author field--type-ds … | |
18 | |
19 <div class="field field--name-body field--type-text-with-… | |
20 | |
21 <p dir="ltr">Since its inception in 1991, Linux has garnered popul… | |
22 | |
23 <p dir="ltr">This article presents a guide to 7 important Linux co… | |
24 | |
25 <h2 dir="ltr">cat Command</h2> | |
26 | |
27 <p dir="ltr">cat is the shortened form of “concatenate”. It’… | |
28 | |
29 <h3 dir="ltr">Syntax</h3> | |
30 | |
31 <pre dir="ltr"> | |
32 cat [OPTION]... [FILE]..</pre> | |
33 | |
34 <p dir="ltr">To create a file, type:</p> | |
35 | |
36 <pre dir="ltr"> | |
37 cat > <file name> | |
38 | |
39 // Enter file content</pre> | |
40 | |
41 <p dir="ltr">To save the file created, press Ctrl+D. And to displa… | |
42 | |
43 <pre dir="ltr"> | |
44 cat <file name></pre> | |
45 | |
46 <h2 dir="ltr">cd Command</h2> | |
47 | |
48 <p dir="ltr">The cd command is used to navigate through the direct… | |
49 | |
50 <h3 dir="ltr">Syntax</h3> | |
51 | |
52 <pre dir="ltr"> | |
53 cd [Options] [Directory]</pre> | |
54 | |
55 <p dir="ltr">Suppose you’re in /home/username/Documents. You wan… | |
56 | |
57 <pre dir="ltr"> | |
58 cd Photos</pre> | |
59 | |
60 <p dir="ltr">To move to an entirely different directory, type cd a… | |
61 | |
62 <pre dir="ltr"> | |
63 cd /home/username/Movies</pre> | |
64 | |
65 <p dir="ltr">The above command will switch to /home/username/Movie… | |
66 | |
67 <p dir="ltr">Reminder: Linux’s shell is case-sensitive. So, make… | |
68 | |
69 <h2 dir="ltr">echo Command</h2> | |
70 | |
71 <p dir="ltr">The echo command displays a line of text or string pa… | |
72 | |
73 <h3 dir="ltr">Syntax</h3> | |
74 | |
75 <pre dir="ltr"> | |
76 echo [Option] [String]</pre> | |
77 | |
78 <p dir="ltr">Other examples of the echo command are:</p> | |
79 | |
80 <ul><li dir="ltr"> | |
81 <p dir="ltr"><code>echo "String"</code>: This … | |
82 </li> | |
83 <li dir="ltr"> | |
84 <p dir="ltr"><code>echo -e "Learn \nBy \nDoing"</… | |
85 | |
86 <div class="field field--name-node-link field--type-ds fi… | |
87 </div> | |
88 | |
89 </div> | |
90 </div> | |
91 | |
92 </description> | |
93 <pubDate>Wed, 13 Oct 2021 16:00:00 +0000</pubDate> | |
94 <dc:creator>Suparna Ganguly</dc:creator> | |
95 <guid isPermaLink="false">1340856 at https://www.linuxjournal.com</g… | |
96 </item> | |
97 <item> | |
98 <title>In PuTTY, Scripted Passwords are Exposed Passwords</title> | |
99 <link>https://www.linuxjournal.com/content/putty-scripted-passwords-ar… | |
100 <description> <div data-history-node-id="1340855" class="layout la… | |
101 <div class="layout__region layout__region--content"> | |
102 | |
103 <div class="field field--name-field-node-image field--typ… | |
104 | |
105 <div class="field field--name-node-author field--type-ds … | |
106 | |
107 <div class="field field--name-body field--type-text-with-… | |
108 | |
109 <p>Unfortunately, the 0.74 stable PuTTY release does not safely gu… | |
110 | |
111 <p>After discussions with the original author of PuTTY, Simon Tath… | |
112 | |
113 <p>While the <code>-pw</code> option is attractive for… | |
114 | |
115 <h2>Vulnerability</h2> | |
116 | |
117 <p>The <code>psftp</code>, <code>pscp</code&g… | |
118 | |
119 <div class="field field--name-node-link field--type-ds fi… | |
120 </div> | |
121 | |
122 </div> | |
123 </div> | |
124 | |
125 </description> | |
126 <pubDate>Mon, 04 Oct 2021 16:00:00 +0000</pubDate> | |
127 <dc:creator>Charles Fisher</dc:creator> | |
128 <guid isPermaLink="false">1340855 at https://www.linuxjournal.com</g… | |
129 </item> | |
130 <item> | |
131 <title>How To Pick a Linux Distribution for Non-Techies</title> | |
132 <link>https://www.linuxjournal.com/content/how-pick-linux-distribution… | |
133 <description> <div data-history-node-id="1340854" class="layout la… | |
134 <div class="layout__region layout__region--content"> | |
135 | |
136 <div class="field field--name-field-node-image field--typ… | |
137 | |
138 <div class="field field--name-node-author field--type-ds … | |
139 | |
140 <div class="field field--name-body field--type-text-with-… | |
141 | |
142 <ol><li dir="ltr"> | |
143 <p dir="ltr">All distros run the same operating system at … | |
144 </li> | |
145 <li dir="ltr"> | |
146 <p dir="ltr">Say no to distributions made for specific pur… | |
147 </li> | |
148 <li dir="ltr"> | |
149 <p dir="ltr">Instead of trimming Suse, you better pick a d… | |
150 </li> | |
151 <li dir="ltr"> | |
152 <p dir="ltr">Avoid technical distributions like arch, its … | |
153 </li> | |
154 <li dir="ltr"> | |
155 <p dir="ltr">Say no to most desktop environments (DEs) bes… | |
156 </li> | |
157 <li dir="ltr"> | |
158 <p dir="ltr">Try out different Init systems. Ever since sy… | |
159 </li> | |
160 <li dir="ltr"> | |
161 <p dir="ltr">Avoid forks because they simply are not diffe… | |
162 </li> | |
163 <li dir="ltr"> | |
164 <p dir="ltr">Don't worry about software availability. Ever… | |
165 | |
166 <div class="field field--name-node-link field--type-ds fi… | |
167 </div> | |
168 | |
169 </div> | |
170 </div> | |
171 | |
172 </description> | |
173 <pubDate>Thu, 30 Sep 2021 16:00:00 +0000</pubDate> | |
174 <dc:creator>Ujjwal Anand</dc:creator> | |
175 <guid isPermaLink="false">1340854 at https://www.linuxjournal.com</g… | |
176 </item> | |
177 <item> | |
178 <title>What’s New in Debian 11 “Bullseye”?</title> | |
179 <link>https://www.linuxjournal.com/content/whats-new-debian-11-bullsey… | |
180 <description><div data-history-node-id="1340853" class="row bs-3col… | |
181 | |
182 | |
183 <div class="col-sm-12 bs-region bs-region--top"> | |
184 | |
185 <div class="field field--name-field-node-image field--type-image fi… | |
186 <div class="field--label">Image</div> | |
187 <div class="field--item"> <img alt="What’s New… | |
188 </div> | |
189 | |
190 <div class="field field--name-body field--type-text-with-… | |
191 | |
192 <p dir="ltr"><a href="https://www.debian.org/News/2021/20210814… | |
193 | |
194 <h2 dir="ltr">Debian 11’s Architecture</h2> | |
195 | |
196 <p dir="ltr">Debian supports a good range of hardware architecture… | |
197 | |
198 <p dir="ltr"><strong>Supported Architectures</strong>&… | |
199 | |
200 <ol dir="ltr"><li>ARM EABI (armel)</li> | |
201 <li>ARMv7 (EABI hard-float ABI and armhf)</li> | |
202 <li>64-bit ARM (arm64)</li> | |
203 <li>32-bit PC (i386)</li> | |
204 <li>64-bit PC (amd64)</li> | |
205 <li>Little-endian MIPS (mipsel)</li> | |
206 <li>64-bit little-endian PowerPC</li> | |
207 <li>64-bit little-endian MIPS</li> | |
208 <li>IBM System z (s390x)</li> | |
209 </ol><p dir="ltr"><strong>Not Supported Hardware</s… | |
210 | |
211 <ol dir="ltr"><li>Old MIPS 32-bit CPUs</li> | |
212 </ol><h2 dir="ltr">Linux Kernel Information</h2> | |
213 | |
214 <p dir="ltr">Debian 11 supports the <a href="https://en.wikiped… | |
215 | |
216 <p dir="ltr">This is the perfect kernel for Debian bullseye consid… | |
217 | |
218 <h2 dir="ltr">Supports exFAT</h2> | |
219 | |
220 <p dir="ltr">exFAT is the shortened form of the Extensible File Al… | |
221 | |
222 <p dir="ltr">Now Debian 11 provides support for the exFAT. For mou… | |
223 | |
224 <h2 dir="ltr">Bauhaus Movement Inspired Theme & Wallpaper</… | |
225 | |
226 <p dir="ltr">Debian features cool wallpapers and a default theme f… | |
227 | |
228 <p dir="ltr">Its modern aesthetic still is immensely influential f… | |
229 | |
230 <h2 dir="ltr">Newer Desktop Environment Versions</h2> | |
231 | |
232 <p dir="ltr">Debian 11 offers newer desktop environment versions. … | |
233 | |
234 <h2 dir="ltr">Updated Packages</h2> | |
235 | |
236 <p dir="ltr">Debian 11 consists of more than 11,294 new packages o… | |
237 | |
238 <p dir="ltr">A good number of software applications and package up… | |
239 | |
240 <p dir="ltr">With this huge selection of packages and wide archite… | |
241 | |
242 <h2 dir="ltr">Improved Printer and Scanner Features</h2> | |
243 | |
244 <p dir="ltr">Debian 11 presents a new ipp-usb package. It is built… | |
245 | |
246 <p dir="ltr">SANE driverless backend lets you use scanners without… | |
247 | |
248 <h2 dir="ltr">Endnotes</h2> | |
249 | |
250 <p dir="ltr">Want to try Debian Bullseye? Get it <a href="https… | |
251 | |
252 <p dir="ltr">And that’s the ending of this article. Hope you fin… | |
253 | |
254 <div class="field field--name-field-tags field--type-entity-ref… | |
255 <div class="field--item"><a href="https://www.lin… | |
256 <div class="field--item"><a href="https://www.lin… | |
257 <div class="field--item"><a href="https://www.lin… | |
258 </div> | |
259 | |
260 </div> | |
261 | |
262 | |
263 | |
264 | |
265 | |
266 </div> | |
267 | |
268 </description> | |
269 <pubDate>Wed, 29 Sep 2021 16:00:00 +0000</pubDate> | |
270 <dc:creator>Suparna Ganguly</dc:creator> | |
271 <guid isPermaLink="false">1340853 at https://www.linuxjournal.com</g… | |
272 </item> | |
273 <item> | |
274 <title>Privacy-focused Linux Distributions to Secure Your Online Prese… | |
275 <link>https://www.linuxjournal.com/content/privacy-focused-linux-distr… | |
276 <description> <div data-history-node-id="1340851" class="layout la… | |
277 <div class="layout__region layout__region--content"> | |
278 | |
279 <div class="field field--name-field-node-image field--typ… | |
280 | |
281 <div class="field field--name-node-author field--type-ds … | |
282 | |
283 <div class="field field--name-body field--type-text-with-… | |
284 | |
285 <p dir="ltr">Are you in a fix with the coming <a href="https://… | |
286 | |
287 <h2 dir="ltr">Why You Need a Privacy-focused Linux Distro</h2&g… | |
288 | |
289 <p dir="ltr">But before jumping into that, let’s have a brief ov… | |
290 | |
291 <p dir="ltr">If your computer isn’t secure enough to use, then h… | |
292 | |
293 <h2 dir="ltr">5 Privacy-focused Linux Distributions</h2> | |
294 | |
295 <p dir="ltr">Now let’s take a look at the most privacy-focused L… | |
296 | |
297 <h3 dir="ltr">Septor Linux</h3> | |
298 | |
299 <p dir="ltr"><a href="https://sourceforge.net/projects/septor/"… | |
300 | |
301 <p dir="ltr">The Septor operating system offers a stable and relia… | |
302 | |
303 <div class="field field--name-node-link field--type-ds fi… | |
304 </div> | |
305 | |
306 </div> | |
307 </div> | |
308 | |
309 </description> | |
310 <pubDate>Wed, 22 Sep 2021 16:00:00 +0000</pubDate> | |
311 <dc:creator>Suparna Ganguly</dc:creator> | |
312 <guid isPermaLink="false">1340851 at https://www.linuxjournal.com</g… | |
313 </item> | |
314 <item> | |
315 <title>A Guide to 5 Fair Selections of Open Source Ticketing Tools for… | |
316 <link>https://www.linuxjournal.com/content/guide-5-fair-selections-ope… | |
317 <description> <div data-history-node-id="1340850" class="layout la… | |
318 <div class="layout__region layout__region--content"> | |
319 | |
320 <div class="field field--name-field-node-image field--typ… | |
321 | |
322 <div class="field field--name-node-author field--type-ds … | |
323 | |
324 <div class="field field--name-body field--type-text-with-… | |
325 | |
326 <h2 dir="ltr">Why You Need Ticketing Tools</h2> | |
327 | |
328 <p dir="ltr">A customer trouble ticketing (help desk) is an assist… | |
329 | |
330 <p dir="ltr">Your business can’t run properly without a satisfie… | |
331 | |
332 <p dir="ltr">Linux makes sure enterprises get the best possible cu… | |
333 | |
334 <h2 dir="ltr">5 Best Ticketing Tools for Linux</h2> | |
335 | |
336 <p dir="ltr">This section takes you through 5 different ticketing … | |
337 | |
338 <h3 dir="ltr">osTicket</h3> | |
339 | |
340 <p dir="ltr">For all the newly started businesses, <a href="htt… | |
341 | |
342 <p dir="ltr">osTicket provides a simple and intuitive web interfac… | |
343 | |
344 <p dir="ltr">You can work on a priority basis through this ticketi… | |
345 | |
346 <h3 dir="ltr">PHD Help Desk</h3> | |
347 | |
348 <p dir="ltr"><a href="https://sourceforge.net/projects/phd/">… | |
349 | |
350 <p dir="ltr">This ticketing tool works in various ways. Using PHD,… | |
351 | |
352 <p dir="ltr">The database is consulted in a particular format depe… | |
353 | |
354 <div class="field field--name-node-link field--type-ds fi… | |
355 </div> | |
356 | |
357 </div> | |
358 </div> | |
359 | |
360 </description> | |
361 <pubDate>Wed, 15 Sep 2021 16:00:00 +0000</pubDate> | |
362 <dc:creator>Suparna Ganguly</dc:creator> | |
363 <guid isPermaLink="false">1340850 at https://www.linuxjournal.com</g… | |
364 </item> | |
365 <item> | |
366 <title>In Search of Linux Laptops? Check these 6 Places to Get Your La… | |
367 <link>https://www.linuxjournal.com/content/search-linux-laptops-check-… | |
368 <description> <div data-history-node-id="1340849" class="layout la… | |
369 <div class="layout__region layout__region--content"> | |
370 | |
371 <div class="field field--name-field-node-image field--typ… | |
372 | |
373 <div class="field field--name-node-author field--type-ds … | |
374 | |
375 <div class="field field--name-body field--type-text-with-… | |
376 | |
377 <h2 dir="ltr">Dell</h2> | |
378 | |
379 <p dir="ltr">When it comes to laptops, the first name that comes t… | |
380 | |
381 <p dir="ltr">For developers, who travel a lot, <a href="https:/… | |
382 | |
383 <p dir="ltr">Side Note: Dell doesn’t have a separate section for… | |
384 | |
385 <h2 dir="ltr">Slimbook</h2> | |
386 | |
387 <p dir="ltr"><a href="https://kde.slimbook.es/">Slimbook<… | |
388 | |
389 <p dir="ltr">This brand is from Spain. Slimbook came ahead of its … | |
390 | |
391 <p dir="ltr">Slimbook brings laptops with a good variety of popula… | |
392 | |
393 <p dir="ltr">Slimbook offers desktop systems too. So, if you ever … | |
394 | |
395 <h2 dir="ltr">System76 </h2> | |
396 | |
397 <p dir="ltr"><a href="https://system76.com/">System76</a&… | |
398 | |
399 <p dir="ltr">System76 laptops used to be Ubuntu-powered, initially… | |
400 | |
401 <div class="field field--name-node-link field--type-ds fi… | |
402 </div> | |
403 | |
404 </div> | |
405 </div> | |
406 | |
407 </description> | |
408 <pubDate>Wed, 08 Sep 2021 16:00:00 +0000</pubDate> | |
409 <dc:creator>Suparna Ganguly</dc:creator> | |
410 <guid isPermaLink="false">1340849 at https://www.linuxjournal.com</g… | |
411 </item> | |
412 <item> | |
413 <title>Q&A trip to Linux’s Black Hole - /dev/null</title> | |
414 <link>https://www.linuxjournal.com/content/qa-trip-linuxs-black-hole-d… | |
415 <description> <div data-history-node-id="1340848" class="layout la… | |
416 <div class="layout__region layout__region--content"> | |
417 | |
418 <div class="field field--name-field-node-image field--typ… | |
419 | |
420 <div class="field field--name-node-author field--type-ds … | |
421 | |
422 <div class="field field--name-body field--type-text-with-… | |
423 | |
424 <h2 dir="ltr">So, it’s just a file?</h2> | |
425 | |
426 <p dir="ltr">Yes and most of the things in Linux is a file but <… | |
427 | |
428 <p dir="ltr"><img alt="/dev/null 1" data-entity-type="file" dat… | |
429 | |
430 <p dir="ltr"><code>c</code> in <code>crw-rw-rw-&… | |
431 | |
432 <p dir="ltr"><img alt="/dev/null 2" data-entity-type="file" dat… | |
433 | |
434 <h2 dir="ltr">What are the contents of the file?</h2> | |
435 | |
436 <p dir="ltr">Let’s check that using the <code>cat</code… | |
437 | |
438 <p dir="ltr"><img alt="/dev/null 3" data-entity-type="file" dat… | |
439 | |
440 <p dir="ltr">As stated earlier, it just returns an EOF (end-of-fil… | |
441 | |
442 <h2 dir="ltr">What more can we know about the file?</h2> | |
443 | |
444 <p dir="ltr">Let’s find out using the <code>stat</code&… | |
445 | |
446 <p dir="ltr"><img alt="/dev/null 4" data-entity-type="file" dat… | |
447 | |
448 <p dir="ltr">This tells us that its size is 0. Also, it’s good t… | |
449 | |
450 <h2 dir="ltr">What happens to the file’s size when we write data… | |
451 | |
452 <p dir="ltr">Let’s try that:</p> | |
453 | |
454 <p dir="ltr"><img alt="/dev/null 5" data-entity-type="file" dat… | |
455 | |
456 <p dir="ltr">The <code>cat</code> command returned not… | |
457 | |
458 <p dir="ltr">As stated earlier, it discards anything written to it… | |
459 | |
460 <p dir="ltr">In other words, you cannot change <code>/dev/nu… | |
461 | |
462 <div class="field field--name-node-link field--type-ds fi… | |
463 </div> | |
464 | |
465 </div> | |
466 </div> | |
467 | |
468 </description> | |
469 <pubDate>Tue, 07 Sep 2021 16:00:00 +0000</pubDate> | |
470 <dc:creator>Nawaz Abbasi</dc:creator> | |
471 <guid isPermaLink="false">1340848 at https://www.linuxjournal.com</g… | |
472 </item> | |
473 <item> | |
474 <title>Download These 7 Cool Apps on Your Linux Machine to Make Life E… | |
475 <link>https://www.linuxjournal.com/content/download-these-7-cool-apps-… | |
476 <description> <div data-history-node-id="1340847" class="layout la… | |
477 <div class="layout__region layout__region--content"> | |
478 | |
479 <div class="field field--name-field-node-image field--typ… | |
480 | |
481 <div class="field field--name-node-author field--type-ds … | |
482 | |
483 <div class="field field--name-body field--type-text-with-… | |
484 | |
485 <p dir="ltr">Want to know about some of the cool apps to download … | |
486 | |
487 <p dir="ltr">This article walks you through 7 apps to download on … | |
488 | |
489 <h2 dir="ltr">Ulauncher</h2> | |
490 | |
491 <p dir="ltr">Before downloading any other application on Linux, we… | |
492 | |
493 <p dir="ltr">Try adding <a href="https://ext.ulauncher.io/">… | |
494 | |
495 <p dir="ltr">Ulaucher runs smoothly and allows searching files and… | |
496 | |
497 <h2 dir="ltr">Thunderbird</h2> | |
498 | |
499 <p dir="ltr"><a href="https://www.thunderbird.net/en-US/">Th… | |
500 | |
501 <p dir="ltr">The setup wizard guides you through the process of cr… | |
502 | |
503 <p dir="ltr">Want to make Thunderbird look cool? Add-ons, such as … | |
504 | |
505 <h2 dir="ltr">Steam</h2> | |
506 | |
507 <p dir="ltr">Looking for gaming clients on Linux? Use <a href="… | |
508 | |
509 <p dir="ltr">From Shadow of the <a href="https://store.steampow… | |
510 | |
511 <div class="field field--name-node-link field--type-ds fi… | |
512 </div> | |
513 | |
514 </div> | |
515 </div> | |
516 | |
517 </description> | |
518 <pubDate>Wed, 01 Sep 2021 16:00:00 +0000</pubDate> | |
519 <dc:creator>Suparna Ganguly</dc:creator> | |
520 <guid isPermaLink="false">1340847 at https://www.linuxjournal.com</g… | |
521 </item> | |
522 <item> | |
523 <title>Improve The CrowdSec Multi-Server Installation With HTTPS Betwe… | |
524 <link>https://www.linuxjournal.com/content/improve-crowdsec-multi-serv… | |
525 <description> <div data-history-node-id="1340846" class="layout la… | |
526 <div class="layout__region layout__region--content"> | |
527 | |
528 <div class="field field--name-field-node-image field--typ… | |
529 | |
530 <div class="field field--name-node-author field--type-ds … | |
531 | |
532 <div class="field field--name-body field--type-text-with-… | |
533 | |
534 <p dir="ltr">This article is a follow-up from the <a href="http… | |
535 | |
536 <h2 dir="ltr">Goals</h2> | |
537 | |
538 <p dir="ltr">To address security issues posed by clear http commun… | |
539 | |
540 <h2 dir="ltr">Using self-signed certificates</h2> | |
541 | |
542 <h3 dir="ltr">Create the certificate</h3> | |
543 | |
544 <p dir="ltr">First we have to create a certificate. This can be ac… | |
545 | |
546 <pre dir="ltr"> | |
547 openssl req -x509 -newkey rsa:4096 -keyout encrypted-key.pem -out cert.p… | |
548 | |
549 <p dir="ltr">For now crowdsec is not able to ask for the passphras… | |
550 | |
551 <pre dir="ltr"> | |
552 openssl rsa -in encrypted-key.pem -out key.pem</pre> | |
553 | |
554 <p dir="ltr">Then, the unencrypted key file can be safely deleted … | |
555 | |
556 <h3 dir="ltr">Configure crowdsec for using a self-signed certifica… | |
557 | |
558 <p dir="ltr">On <code>server-1</code> we have to tell … | |
559 | |
560 <pre dir="ltr"> | |
561 api: | |
562 | |
563 server: | |
564 | |
565 log_level: info | |
566 | |
567 listen_uri: 10.0.0.1:8080 | |
568 | |
569 profiles_path: /etc/crowdsec/profiles.yaml | |
570 | |
571 online_client: # Crowdsec API credentials (to push signals and recei… | |
572 | |
573 tls: | |
574 | |
575 cert_file: /etc/crowdsec/ssl/cert.pem | |
576 | |
577 key_file: /etc/crowdsec/ssl/key.pem</pre> | |
578 | |
579 <p dir="ltr">On the client side configuration changes happen in tw… | |
580 | |
581 <p dir="ltr">We have to change <code>http</code> for &… | |
582 | |
583 <div class="field field--name-node-link field--type-ds fi… | |
584 </div> | |
585 | |
586 </div> | |
587 </div> | |
588 | |
589 </description> | |
590 <pubDate>Tue, 31 Aug 2021 16:00:00 +0000</pubDate> | |
591 <dc:creator>Manuel Sabban</dc:creator> | |
592 <guid isPermaLink="false">1340846 at https://www.linuxjournal.com</g… | |
593 </item> | |
594 | |
595 </channel> | |
596 </rss> |