Test Screens From FT-4X
Wednesday, 30. March 2022
Wednesday, 30. March 2022
Thursday, 25. July 2019
Saturday, 20. July 2019
Saturday, 20. July 2019
Tuesday, 4. June 2019
Wednesday, 8. March 2017
Several Amateur Radio Operators setup and operated an HF station at the Pasadena Convention Center for a 3 day stretch at the premier Open Source Software event in the US. The event included a booth on the expo floor demonstrating Mesh Networking, as well as a VE testing session for new and upgrading operators. This was the second year that SCaLE invited this group of Amateur Radio Operators to show the latest (and not so latest) technologies used to communicate with other Amateur Operators around the world. I was lucky enough to be invited to participate in the HF station this year by Vern (W6NCT) as an operator and also to man the information table next to the station.
That’s a great question! If you think it’s a bunch of programmers that spend all their waking hours locked away in dark rooms, typing endlessly on keyboards, eating junk food and downing highly caffeinated beverages, you would only be partially right. The far greater majority of attendees are programmers, engineers and technologists that make their living using or creating open source software. There are also many computer hobbyists and even some younger folks that have a love of technology. In other words, A PERFECT AUDIENCE TO INTRODUCE TO AMATEUR RADIO!
Wednesday, 9. April 2014
The Heartbleed bug was caused by a programming error in a software package called OpenSSL. This error had the potential of allowing bad people to attach to secure web and email servers, as well as services that rely on the TLS/SSL protocol, and steal the private encryption key off the servers. The TLS/SSL protocol is what puts the pretty little lock in the address bar in your browser. The private key is what the owners of the sites you go to are suppose to keep secret, and not share with anyone because if someone has it, they can decrypt the encrypted data traveling between your system and the server. THIS IS BAD…
The Heartbleed bug was caused by a programming error in the OpenSSLÂ library that deals with TLS handshakes. A couple years back, a new RFC (rfc 6520) proposed a new extension to the TLS protocol that would allow a heartbeat to be exchanged between the client and server to reduce the number of re-negotiations during a TLS session. This all sounds good, and actually is a very beneficial to the protocol in general, but when it was implemented in OpenSSL, an error in the way the code was written allowed a request to grab a bunch of data without checking the boundaries of the data itself. This could allow someone to make a request crafted in a certain way that would cause OpenSSL to return 64k of protected memory data possibly containing the SSL private key of the server.
Wednesday, 17. April 2013
Two weeks ago I thought to myself ‘Gee, now that Samba 4 has a real release out, wouldn’t it be fun to test it out and see how it holds up?‘ And so my adventure began. Now mind you, I’m not a novice to Samba, or to Active Directory, so I figured this would be a simple setup and test. How hard could it be?