UbuntuEd #23.05: Security Enhanced PPAs, Ubuntu 18.04 End of Life, SSH Tips and More
Ubuntu 18.04 is reaching its end of life. Time to upgrade is now.
— Abhishek
Ubuntu 18.04 LTS was released five years ago. It has reached its end of life. If you are still using Ubuntu 18.04, you can either upgrade to 20.04 LTS or opt for Ubuntu Pro (free for three machines) to continue using it for five more years. You'll only get security updates if you opt for the Pro.
Let's see what else you get in this newsletter.
🪧 SSH tips and tutorials
Here is a collection of SSH related tips and tutorials on Learn Ubuntu.
- Learn how to enable SSH on your Ubuntu server by following these simple steps.
- You'll need to generate SSH keys on the client system to access the remote server.
- You can reduce bot attacks if you change the SSH port.
- Use the ssh-copy-id command to add your SSH key to remote server and enjoy password-less SSH connection.
If you regularly connect to multiple servers through SSH, you can save the connection details in the config file. It saves a lot of time, trust me.
🗞 Ubuntu News
- The Kubuntu Focus Ir14, a budget-friendly and enterprise-ready Linux laptop, has officially launched.
- Latest Parallels Desktop update now includes support for Ubuntu 23.04 VMs.
- Ubuntu Snaps Promotion Takes Aim at Docker's Shortcomings.
- Ubuntu 23.10 to Introduce Security-Enhanced PPAs.
- StarFive VisionFive 2 can now benefit from the latest and greatest Ubuntu release.
Remember that Ubuntu 18.04 is reaching its end of life.
💡 Command Line Tips
To prevent files from getting overwritten while moving because of the same name, use this:
mv -n source_file target_directory
Another tip is to use the -u
option. With this, the source files will only be moved to the new location if the source file is newer than the existing file or if it doesn't exist in the target directory.
mv -u source_file target_directory
🧰 Interesting Tools
The famous cowsay tool gets colorful.
😂 Meme
❤️ Liking the UbuntuED newsletter?
Forward it to a friend or share it in your communities.
Have something to say? Hit the reply button and share your views.
Don't forget to enjoy Ubuntu :)