Skip to content

SysTutorials

  • Tutorials
  • Linux
  • Linux Manuals
  • Systems
  • Programming
  • Software
  • Subscribe
  • Search
SysTutorials

  • Linux | Linux Kernel

    Linux Kernel 5.4.102 Release

    ByTony Mar 7, 2021Mar 7, 2021

    This post summarizes Linux Kernel new features, bugfixes and changes in Linux 5.4.102 Release. Linux 5.4.102 Release contains 338 changes, patches or new features. In total, there are 160,715 lines of Linux source code changed/added in Linux 5.4.102 release compared to Linux 5.4 release. To view the source code of Linux 5.4.102 kernel release online,…

    Read More Linux Kernel 5.4.102 ReleaseContinue

  • Linux | Linux Kernel

    Linux Kernel 4.9.60 Release

    ByTony Mar 7, 2021

    This post summarizes Linux Kernel new features, bugfixes and changes in Linux 4.9.60 Release. Linux 4.9.60 Release contains 24 changes, patches or new features. In total, there are 64,224 lines of Linux source code changed/added in Linux 4.9.60 release compared to Linux 4.9 release. To view the source code of Linux 4.9.60 kernel release online,…

    Read More Linux Kernel 4.9.60 ReleaseContinue

  • Linux | Linux Kernel

    Linux Kernel: xt_quota: report initial quota value instead of current value to userspace

    ByTony Dec 5, 2020

    This change “xt_quota: report initial quota value instead of current value to userspace” (commit 49daf6a) in Linux kernel is authored by Changli Gao <xiaosuo [at] gmail.com> on Fri Jul 23 14:07:47 2010 +0200. Description of “xt_quota: report initial quota value instead of current value to userspace” The change “xt_quota: report initial quota value instead of…

    Read More Linux Kernel: xt_quota: report initial quota value instead of current value to userspaceContinue

  • Programming | Tutorial

    Reading JSON from URL in R

    ByDaniel Nov 6, 2020Nov 6, 2020

    R is good at analyzing data. Many data are provided as JSON from RESTful APIs with an URL. R natively support many data format. For JSON, we can use some libraries. For reading JSON from URL, we can use the “jsonlite” package. In this example, we use an example of fetching BTC prices of last…

    Read More Reading JSON from URL in RContinue

  • Programming | Tutorial

    Reading Excel xls/xlsx Files in R

    ByDaniel Nov 1, 2020Nov 1, 2020

    Many useful data are stored in Excel xls or xlsx format files. R is good at doing analysis on top of data. We would then need to import the data to R by reading the xls/xlsx files to be R data frames. In this post, we check how to import data from Excel files to…

    Read More Reading Excel xls/xlsx Files in RContinue

  • Linux | Software | Tutorial

    3 Ways of .odt to .txt File Conversion in Command Line in Linux

    ByDavid Yang Nov 1, 2020Nov 1, 2020

    The Open Document .odt files can contain rich formats for the content. However, some times a plain text file is more handy. We may convert .odt files to plain text files for such needs. In this post, we discuss 3 ways of how to convert .odt files to .text files in command line in Linux….

    Read More 3 Ways of .odt to .txt File Conversion in Command Line in LinuxContinue

  • Linux | Software | Tutorial

    .docx/.doc to .odt File Conversion in Command Line in Linux

    ByDavid Yang Nov 1, 2020Nov 1, 2020

    Word .docx and .doc files are common for documents commonly generated by MS Word software. We would like to convert them to the more open ODF Open Document .odt files for various cases. This can be done by GUI software tools. If we have a set of many .docx/.doc files, it will be handy if…

    Read More .docx/.doc to .odt File Conversion in Command Line in LinuxContinue

  • Software | Tutorial

    Configuring Eclipse to Show Git Revision Information Similar to Git Blame in Editor

    ByDavid Yang Oct 31, 2020Mar 19, 2022

    Eclipse can work well with Git. We discussed Configuring Eclipse to Highlight Changed Lines Compared to Git Commit before. Eclipse can also show the revision information for lines of code (from git blame) which is useful to understand why some lines are added in the context of previous revisions including the lines of code. Eclipse…

    Read More Configuring Eclipse to Show Git Revision Information Similar to Git Blame in EditorContinue

  • Software | Tutorial

    2 Ways of Modifying macOS Keyboard’s Right Option to Control for Mac Pro

    ByDaniel Oct 26, 2020Jan 15, 2023

    For heavy Terminal/Shell/command line users, the Control key is a very frequently used key. However, in Mac Pro keyboard, there is only a single left Control key for some models. This cause quite some inconvenience. In this post, we will go through how to configure/remap the keys to “create” a right Control key. Remap keys…

    Read More 2 Ways of Modifying macOS Keyboard’s Right Option to Control for Mac ProContinue

  • Linux | Programming | Software | Tutorial

    Converting Hex to ASCII Using xxd

    ByDavid Yang Oct 26, 2020Nov 1, 2020

    Strings are commonly encoded as hexadecimal (hex) strings for various purposes. Hence, it is also common to convert hex strings to its original strings such as an ASCII string. Hex to ASCII string conversion can be done programmatically in many languages. In command line, we can use xxd to convert hex to ASCII string. This…

    Read More Converting Hex to ASCII Using xxdContinue

  • Linux | Linux Kernel | Tutorial

    Release Notes For Linux v2.0

    ByTony Oct 25, 2020Oct 25, 2020

    This is the release notes for linux release v2.0 (source code: linux-2.0.tar.gz) with format adjusted by removing/replacing tabs/spaces/new lines/formatting marks. This notes document can give us an understanding of the early development of the Linux kernel. The original ASCII formatted version is at the end of this post. Intro This document contains a list of…

    Read More Release Notes For Linux v2.0Continue

  • Linux | Linux Kernel

    Release Notes For Linux v1.0

    ByTony Oct 25, 2020Oct 25, 2020

    This is the release notes for linux release v1.0 (source code: linux-1.0.tar.gz) with format adjusted by removing/replacing tabs/spaces/new lines. This notes document can give us an understanding of the early development of the Linux kernel. The original ASCII formatted version is at the end of this post. CHANGES since 0.99 patchlevel 15: removed all the…

    Read More Release Notes For Linux v1.0Continue

  • Linux | Linux Kernel

    Release Notes For Linux v0.97

    ByTony Oct 25, 2020Oct 25, 2020

    This is the release notes for linux release v0.97 with format adjusted by removing/replacing tabs/spaces/new lines. This notes document can give us an understanding of the early development of the Linux kernel. The original ASCII formatted version is at the end of this post. Changes in 0.97: The VESA-support was removed. I’d be happy to…

    Read More Release Notes For Linux v0.97Continue

  • Linux | Linux Kernel

    Release Notes For Linux v0.95a

    ByTony Oct 25, 2020Oct 25, 2020

    This is the release notes for linux release v0.95a (source code: linux-0.95a.tar.gz) with format adjusted by removing/replacing tabs/spaces/new lines. This notes document can give us an understanding of the early development of the Linux kernel. The the formatted version of the referenced RELNOTES-0.95 can be found at Release Notes For Linux v0.95. The original ASCII…

    Read More Release Notes For Linux v0.95aContinue

  • Tutorial

    Release Notes For Linux v0.95

    ByTony Oct 25, 2020Oct 25, 2020

    This is the release notes for linux release v0.95 (source code: linux-0.95.tar.gz) with format adjusted by removing/replacing tabs/spaces/new lines. This notes document can give us an understanding of the early development of the Linux kernel. The original ASCII formatted version is at the end of this post. RELEASE NOTES FOR LINUX v0.95 Linus Torvalds, March…

    Read More Release Notes For Linux v0.95Continue

  • Linux | Linux Kernel

    Release Notes For Linux v0.12

    ByTony Oct 25, 2020Oct 25, 2020

    This is the release notes for linux release v0.12 (source code: linux-0.12.tar.gz) with format adjusted by removing/replacing tabs/spaces/new lines. This notes document can give us an understanding of the very initial development of the Linux kernel. Also check Notes for linux release 0.01. The original ASCII formatted version is at the end of this post….

    Read More Release Notes For Linux v0.12Continue

  • Linux | Linux Kernel

    Release Notes For Linux v0.01

    ByTony Oct 25, 2020Oct 25, 2020

    This is the notes for linux kernel release 0.01 (source code: linux-0.01.tar.gz) with format adjusted by removing/replacing tabs/spaces/new lines. This notes document can give us an understanding of whether the Linux kernel started with its very first release. The original ASCII formatted version is at the end of this post. Notes for linux release 0.01…

    Read More Release Notes For Linux v0.01Continue

  • Linux | Linux Kernel

    Linux Kernel 5.4.72 Release

    ByTony Oct 24, 2020

    This post summarizes Linux Kernel new features, bugfixes and changes in Linux 5.4.72 Release. Linux 5.4.72 Release contains 23 changes, patches or new features. In total, there are 126,508 lines of Linux source code changed/added in Linux 5.4.72 release compared to Linux 5.4 release. To view the source code of Linux 5.4.72 kernel release online,…

    Read More Linux Kernel 5.4.72 ReleaseContinue

  • Software | Tutorial

    Configuring Eclipse to Highlight Changed Lines Compared to Git Commit

    ByDavid Yang Oct 24, 2020Nov 1, 2020

    Eclipse is one of the good IDEs for C/C++ projects with its great source code indexer. It is common the source code version is controlled by some tools like Git for software projects. It is convenient if the IDE can show the current changes compared to the committed code version. In this post, we will…

    Read More Configuring Eclipse to Highlight Changed Lines Compared to Git CommitContinue

  • Programming | Tutorial

    Generating RSA Private and Public Key Pair in Go Lang?

    ByDavid Yang Oct 24, 2020Nov 1, 2020

    How to generate a pair of RSA private and public key in Go lang? Go lang has a rich set of standard libraries. Using Go’s standard libraries, we can generate RSA private and Public keys. The Crypto standard libraries in Go lang Go lang standard libraries has a rich set of cryptography functions. Here are…

    Read More Generating RSA Private and Public Key Pair in Go Lang?Continue

Page navigation

Previous PagePrevious 1 2 3 4 5 6 … 70 Next PageNext

© 2026 SysTutorials

  • Tutorials
  • Linux
  • Linux Manuals
  • Systems
  • Programming
  • Software
  • Subscribe
  • Search