today's howtos
-
Building your personal Linux cheat sheets
Linux man pages can be overwhelming to people who are just learning how to work on the command line, but here we'll look at a way to quickly prepare a cheat sheet for a series of commands. These cheat sheets will tell new Linux users enough to get started and know what man page to read when they want to know more.
-
How to Use scp Command to Securely Transfer Files in Linux
Suppose you want to transfer some files between servers on a Linux system. There are many ways you can accomplish the task, but if your priority is to transfer files securely, you’re left with a few options. The easiest solution is to use the scp or secure copy command to transfer your files without worrying about security. In this article, we will explain how to use transfer files securely using the scp command on your Linux system.
-
How to Use AUR Helper on Manjaro: Simple Steps for Better Package Management
Manjaro Linux is a popular choice for many users who prefer a rolling-release distribution with a user-friendly interface.
-
Terminal Basics Series #4: Creating Files in Linux
In this chapter of Linux Terminal Basics series for beginners, learn about creating new files using Linux commands.
-
How To Change MAC Address in Linux
Last Updated on March 7, 2023 by itsubuntu How To Change MAC Address in Linux In this Linux tutorial post, we will show you the step-by-step guide to changing MAC address in Linux based operating system.
-
How to Install MySQL in Terminal?
To install MySQL on Ubuntu, run “sudo snap install mysql-shell” command, and for Windows download it from the MySQL website. Follow this post for the procedure.
-
How to Import and Export MySQL Databases in Linux
Importing and Exporting MySQL databases in Linux aids in transferring data, data backup and recovery, collaboration and debugging. Follow for step-by-step guide.
-
How to Install Redis Server on Ubuntu 22.04
Redis is a widely used, free, and open-source data storage system that is particularly useful for fast data access and processing in a variety of applications. It's a memory-based data structure that can function as a database, cache, or message broker, with a reputation for high performance and scalability.
-
Fix Some Common Transmission-CLI Errors
Installed transmission-cli but can't use it, read this guide to fix all the basic errors.
-
How to Clear the Buffer, Cache, and Swap Memory in Linux
Clearing the buffer, cache, and swap memory in Linux can be done easily with a few simple commands.
-
Keeping a semi-automatic electronic ship's logbook
Maintaining a proper ship’s logbook is something that most boats should do, for practical, as well as legal and traditional reasons. The logbook can serve as a record of proper maintenance and operation of the vessel, which is potentially useful when selling the boat or handling an insurance claim. It can be a fun record of journeys made to look back to. And it can be a crucial aid for getting home if the ship’s electronics or GNSS get disrupted.
Like probably most operators of a small boat, on Lille Ø our logbook practices have been quite varying. We’ve been good at recording engine maintenance, as well as keeping the traditional navigation log while offshore. But in the more hectic pace of coastal cruising or daysailing this has often fallen on the wayside. And as such, a lot of the events and history of the boat is unavailable.
To redeem this I’ve developed signalk-logbook, a semi-automatic electronic logbook for vessels running the Signal K marine data server.
This allows logbook entries to be produced both manually and automatically. The can be viewed and edited using any web-capable device on board, meaning that you can write a log entry on your phone, and maybe later analyse and print them on your laptop.
Why Signal K
Signal K is a marine data server that has integrations with almost any relevant marine electronics system. If you have an older NMEA0183 or Seatalk system, Signal K can communicate with it. Same with NMEA2000. If you already have your navigational data on the boat WiFi, Signal K can use and enrich it.
-
Peter Czanik: Syslog-ng 101, part 10: Parsing
This is the tenth part of my syslog-ng tutorial. Last time, we learned about syslog-ng filters. Today, we learn about message parsing using syslog-ng.
-
Terminal Basics Series #4: Creating Files in Linux
In this chapter of Linux Terminal Basics series for beginners, learn about creating new files using Linux commands.