-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnewsLetter.html
119 lines (100 loc) · 6.74 KB
/
newsLetter.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<html>
<head>
<!-- the page uses a fonts and styles from a Google API's -->
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic|Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!-- locally use stylesheet -->
<link rel="stylesheet" href="newsletter.css">
<title>JaxLUG Newsletter design</title>
<meta name="viewport" content="width=device-width">
</head>
<body>
<div class="head">
<div class="headerobjectswrapper">
<div class="weatherforcastbox">
<span style="font-style: italic;">
Weather forecast: Jax in fall; showers when least expected.
</span><br>
<span>"Hardware: The parts of a computer system that can be kicked.”</span>
</div>
<!-- No matter what the header will give you capitalized font -->
<header>JaxLUG Newsletter</header>
</div>
<div class="subhead">these clippings are taken from the internet - Friday September 6, 2024</div>
</div>
<div class="content">
<div class="collumns">
<div class="collumn">
<div class="head">
<span class="headline hl3">Wireshark 4.4 boosts net visibility</span>
<p><span class="headline hl4">NetWorkWorld, Sean M. K., SEP 2024</span></p>
</div>
New features aimed at making it even easier to use and better understand what’s running on a network. <br>
The improvements include:
Enhanced graphing dialogs (I/O graphs, flow graph, TCP stream graphs)
Automatic profile switching based on display filters
Improved display filter functionality <br>
<p>New protocol support for several protocols, including ATN Security Label,
Bit Index Explicit Replication (BIER), ZeroMQ Message Transport Protocol (ZMTP) and Matter Bluetooth Transport Protocol (MatterBTP).
</p>
</div>
<div class="collumn">
<div class="head">
<span class="headline hl5">Glitches for GRUB as Ubuntu goes 24.04</span>
<p><span class="headline hl4">The Register,Liam P., SEP 2024</span></p>
</div>
<p>Ubuntu 24.04.1 means "Jammy Jellyfish," users will be offered an update. The "Noble Numbat" came out Friday,
now you will be able to upgrade your OS after a two-week delay. .</p>
<p>Canonical says that it's time to update your desktop – but the fact that you can does not of course mean that you should just yet. Errors can slip through unnoticed;
for example, we note that the "press release" link on that page is broken. If you're not in a hurry,
postpone the upgrade for a week or two. 22.04 remains fully supported until April 2027s.</p>
</div>
<div class="collumn">
<div class="head">
<span class="headline hl1">Samba 4.21 with Enhanced Security Features</span>
<p><span class="headline hl4">Linuxiac, Bobby B. SEP, 2024 </span></p>
</div>
<p>The release’s highlight is the hardened security settings for “valid users,” “invalid users,” “read list,” and “write list.” In the past,
unresolved user or group names would be skipped without any notification, potentially leading to insecure access permissions</p>
<p>With this update, any issues in name resolution due to communication errors with a domain controller will now trigger an error log, and the connection attempt will be denied,
thereby preventing unintended access. Now support LDAP TLS/SASL channel binding, a critical security feature with modern cybersecurity practices.
This enhancements enables SASL binds over TLS connections, fortifying the authentication process.</p>
<p> The release debuts new features and improvements, such as automatic keytab updates following machine password changes, enhancing the seamless operation of network services
that rely on Samba for authentication. New DNS hostname configuration options to improve the integration of Samba within Active Directory environments,
aiding in smoother domain joins and service registrations.</p>
</div>
<div class="collumn">
<div class="head">
<span class="headline hl3">Happy 33rd Birthday, Linux!</span>
<p><span class="headline hl4">9to5Linux, Nestor M., SEP 2024</span></p>
</div>
<p> August 25th 2024 Linux turned 33 years old. Grab a glass of your favorite beverage and celebrating the 33rd birthday of Linux!
On August 25th, 1991, the 21-year-old Finnish student Linus Benedict Torvalds made his now-famous announcement on the comp.os.minix
newsgroup that he’s working on a free operating system for 386(486) AT clones, just as a “hobby.” </p>
<p> That’s right, it’s been 33 years since he made that announcement and he probably never dreamed that the so-called “hobby” would turn into something huge,
used by millions of computer users around the globe. Today, Linux is everywhere around us, from Android smartphones, Wi-Fi routers, smart assistants, and smart fridges,
to big-screen TVs, satellites, and airplanes. Linux even powers the entire Internet, the world’s top 500 supercomputers, the Wall Street, and even the ISS (International Space Station).
Even if you don’t use it or you don’t see it, Linux is there, in your home, believe that.
I also like to remind you that the phrase “this is the year of Linux” is irrelevant today because Linux has been in our lives for 33 years.
</p>
</div>
<div class="collumn">
<div class="head">
<span class="headline hl1">Ext2 Filesystem Ends</span>
<p><span class="headline hl4">LinuxIAC by B. Borisov</span></p>
</div>
<p>The 30-year-old ext2 filesystem is marked as deprecated in the upcoming Linux kernel 6.9 for lacking dates support beyond 2038.</p>
<p>Over the past three decades, ext2 has been an integral part of every Linux kernel version, serving as the go-to filesystem for Linux
distributions until the turn of the millennium, around 2002-2003.
</p>
<figure class="figure">
<img class="media" src="http://i.giphy.com/4fDWVPMoSyhgc.gif" alt="">
<figcaption class="figcaption">"good by old fiend. may the force be with you."</figcaption>
</figure>
<p>However, like all technologies, ext2 has reached its twilight, giving way to newer, more advanced alternatives, in that case in the face of the ext3 file system.
The transition from ext2 as the default filesystem to more advanced filesystems like ext3 happened at different times for various Linux distributions.
</p>
</div>
</div>
</div>
</body>
</html>