Skip to content

SysTutorials

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

  • Software | Tutorial | Web

    Printing Google Doc with Comments in Page Margins

    ByDavid Wong Oct 18, 2020Nov 1, 2020

    Google Doc documents support comments which is useful for collaborative editing of files with comments to each others. But when we print the document from Google Doc, the comments are not included. How to print the document with comments in page margins? In this post, we will introduce a method using the opensource and free…

    Read More Printing Google Doc with Comments in Page MarginsContinue

  • Linux | Linux Kernel

    Linux Kernel: Add support for using a MAX3421E chip as a host driver

    ByTony Oct 18, 2020

    This change “Add support for using a MAX3421E chip as a host driver.” (commit 2d53139) in Linux kernel is authored by David Mosberger <davidm [at] egauge.net> on Mon Apr 28 22:14:07 2014 -0600. Description of “Add support for using a MAX3421E chip as a host driver.” The change “Add support for using a MAX3421E chip…

    Read More Linux Kernel: Add support for using a MAX3421E chip as a host driverContinue

  • Software | Tutorial

    Printing Comments in Page Margins in LibreOffice

    ByDavid Wong Oct 18, 2020Mar 30, 2026

    “Comments” and “tracking changes” are nice features of the opensource LibreOffice software (and other Office software) to add comments and track changes in documents. OpenDocument ODT and MS Word DOCX/DOC file formats all support comments and change trackings. When we print the documents, how to print the comments in the page margins too in LibreOffice?…

    Read More Printing Comments in Page Margins in LibreOfficeContinue

  • Tutorial

    Clearing Git History in Local and Remote Branches

    ByDavid Yang Oct 17, 2020Dec 20, 2022

    Git tracks changes as commits. This makes it possible and convenient to check the code change history in a repository. However, this also has side effect. The history consumes storage and the whole repository including the current version of the code files and all the previous changes may be quite large. This is especially a…

    Read More Clearing Git History in Local and Remote BranchesContinue

  • Programming | Software | Tutorial

    2 Ways of Resetting All Git Submodules in a Git Repository

    ByDavid Yang Oct 11, 2020Apr 6, 2026

    Resetting All Submodules in Git: A Comprehensive Guide Git submodules allow you to keep a Git repository as a subdirectory of another Git repository. However, managing them—especially when you need to reset them to a clean state—can be tricky. The “Nuclear” Option: Resetting Everything If your submodules are in a bad state (detached Heads, local…

    Read More 2 Ways of Resetting All Git Submodules in a Git RepositoryContinue

  • Software | Tutorial

    Install R and RStudio Desktop in macOS

    ByDavid Yang Oct 10, 2020Nov 1, 2020

    We ever discussed How To Install R and RStudio Desktop in Ubuntu Linux 20.04. In this post, we introduce how to install R and RSTudio Desktop on macOS. Install R environment Install R environment as follows using Homebrew. $ brew install R Then verify that the R environment is installed and ready, by running in…

    Read More Install R and RStudio Desktop in macOSContinue

  • Programming | Tutorial

    Converting Int to String in C++

    ByEric Ma Oct 4, 2020Nov 1, 2020

    It is common to convert an integer (int) to a string (std::string) in C++ programs. Because of the long history of C++ which has several versions with extended libraries and supports almost all C standard library functions, there are many ways to convert an int to string in C++. This post introduces how to convert…

    Read More Converting Int to String in C++Continue

  • Tutorial | Web

    How to Migrate RSS Feed Readling List from Feedly to Follow.it

    ByDavid Yang Oct 4, 2020Oct 4, 2020

    Having a reading list from RSS feeds is a convenient way to organize and aggregate various information source from the Web. After Google Reader was retired, many different readers services are available. Feedly and Follow.it are two good choices among those RSS feed readers. Different readers have different features. Follow.it provides features like keyword filtering…

    Read More How to Migrate RSS Feed Readling List from Feedly to Follow.itContinue

  • Programming | Tutorial

    Installing R and RStudio Desktop in Ubuntu Linux

    ByDavid Yang Oct 3, 2020Mar 25, 2023

    We ever discussed How To Install R and RStudio Server in Ubuntu Linux 20.04. If the purpose is to install a local RStudio IDE instead of a remote RStudio Server, we can install RStudio Desktop. In this post, we introduce how to install R and RStudio Desktop on Ubuntu Linux 20.04. For other Ubuntu version,…

    Read More Installing R and RStudio Desktop in Ubuntu LinuxContinue

  • Programming | Tutorial

    Installing R and RStudio Server in Ubuntu Linux

    ByDavid Yang Oct 3, 2020Mar 25, 2023

    R is a language and environment for statistical computing and graphics, providing a wide variety of statistical and graphical techniques. The R environment is open source software under GPL. R has rich software packages and is widely used for statistical analysis. RStudio Server is an R integrated development environment (IDE) that provides many useful features…

    Read More Installing R and RStudio Server in Ubuntu LinuxContinue

  • Linux | Linux Kernel

    Linux Kernel: drm/i915/guc: Don’t enable GuC/HuC in auto mode on pre-Gen11

    ByTony Oct 1, 2020Oct 1, 2020

    This change “drm/i915/guc: Don’t enable GuC/HuC in auto mode on pre-Gen11” (commit 87d855e) in Linux kernel is authored by Michal Wajdeczko <michal.wajdeczko [at] intel.com> on Fri Jul 12 11:14:44 2019 +0000. Description of “drm/i915/guc: Don’t enable GuC/HuC in auto mode on pre-Gen11” The change “drm/i915/guc: Don’t enable GuC/HuC in auto mode on pre-Gen11” introduces changes…

    Read More Linux Kernel: drm/i915/guc: Don’t enable GuC/HuC in auto mode on pre-Gen11Continue

  • Linux | Linux Kernel

    Linux Kernel: PM / clk: Fix clock error check in __pm_clk_add()

    ByTony Oct 1, 2020Oct 1, 2020

    This change “PM / clk: Fix clock error check in __pm_clk_add()” (commit 3fc3a0b) in Linux kernel is authored by Geert Uytterhoeven <geert+renesas [at] glider.be> on Fri May 8 10:47:43 2015 +0200. Description of “PM / clk: Fix clock error check in __pm_clk_add()” The change “PM / clk: Fix clock error check in __pm_clk_add()” introduces changes…

    Read More Linux Kernel: PM / clk: Fix clock error check in __pm_clk_add()Continue

  • Linux | Linux Kernel

    Linux Kernel: netpoll: fix netconsole IPv6 setup

    ByTony Oct 1, 2020Sep 30, 2020

    This change “netpoll: fix netconsole IPv6 setup” (commit 00fe11b) in Linux kernel is authored by Sabrina Dubroca <sd [at] queasysnail.net> on Thu Feb 6 18:34:12 2014 +0100. Description of “netpoll: fix netconsole IPv6 setup” The change “netpoll: fix netconsole IPv6 setup” introduces changes as follows. netpoll: fix netconsole IPv6 setup Currently, to make netconsole start…

    Read More Linux Kernel: netpoll: fix netconsole IPv6 setupContinue

  • Linux | Linux Kernel

    Linux Kernel: cifs: release auth_key.response for reconnect

    ByTony Oct 1, 2020Sep 28, 2020

    This change “cifs: release auth_key.response for reconnect.” (commit f5c4ba8) in Linux kernel is authored by Shu Wang <shuwang [at] redhat.com> on Fri Sep 8 18:48:33 2017 +0800. Description of “cifs: release auth_key.response for reconnect.” The change “cifs: release auth_key.response for reconnect.” introduces changes as follows. cifs: release auth_key.response for reconnect. There is a race that…

    Read More Linux Kernel: cifs: release auth_key.response for reconnectContinue

  • Linux | Linux Kernel

    Linux Kernel 4.19.70 Release

    ByTony Sep 27, 2020Oct 24, 2020

    This post summarizes new features, bugfixes and changes in Linux kernel release 4.19.70. Linux 4.19.70 Release contains 95 changes, patches or new features. In total, there are 101,521 lines of Linux source code changed/added in Linux 4.19.70 release compared to Linux 4.19 release. To view the source code of Linux 4.19.70 kernel release online, please…

    Read More Linux Kernel 4.19.70 ReleaseContinue

  • Linux | Linux Kernel

    Linux Kernel: ALSA: hda/realtek – Fix Headphone Mic doesn’t recording for ALC256

    ByTony Sep 21, 2020

    This change “ALSA: hda/realtek – Fix Headphone Mic doesn’t recording for ALC256” (commit d32b666) in Linux kernel is authored by Kailang Yang <kailang [at] realtek.com> on Thu Apr 23 15:10:53 2015 +0800. Description of “ALSA: hda/realtek – Fix Headphone Mic doesn’t recording for ALC256” The change “ALSA: hda/realtek – Fix Headphone Mic doesn’t recording for…

    Read More Linux Kernel: ALSA: hda/realtek – Fix Headphone Mic doesn’t recording for ALC256Continue

  • Linux | Linux Kernel | Programming

    Linux Kernel: fs: handle SEEK_HOLE/SEEK_DATA properly in all fs’s that define their own llseek

    ByTony Sep 20, 2020Sep 20, 2020

    This change “fs: handle SEEK_HOLE/SEEK_DATA properly in all fs’s that define their own llseek” (commit 06222e4) in Linux kernel is authored by Josef Bacik <josef [at] redhat.com> on Mon Jul 18 13:21:38 2011 -0400. Description of “fs: handle SEEK_HOLE/SEEK_DATA properly in all fs’s that define their own llseek” The change “fs: handle SEEK_HOLE/SEEK_DATA properly in…

    Read More Linux Kernel: fs: handle SEEK_HOLE/SEEK_DATA properly in all fs’s that define their own llseekContinue

  • Software | Tutorial

    Git Deleting Remote Tags from the Git Server

    ByDavid Yang Sep 20, 2020Apr 6, 2026

    How to Delete a Remote Git Tag from the Git Server Accidentally pushing a tag to a remote repository (like GitHub or GitLab) happens to the best of us. Here is how to clean it up. The Command To delete a remote tag, you use the git push command with the –delete flag: git push…

    Read More Git Deleting Remote Tags from the Git ServerContinue

  • Programming | Tutorial

    How to Count the Number of Words in a File in PHP?

    ByDavid Yang Sep 20, 2020Apr 6, 2026

    How to Count the Number of Words in a File in PHP Counting words in a file is a common task in text processing. In PHP, there are several efficient ways to do this, even for large files. Method 1: The Simple One-Liner For small to medium files, you can read the whole file into…

    Read More How to Count the Number of Words in a File in PHP?Continue

  • Tutorial

    How to Make DNF and YUM Save Downloaded RPM Packages

    ByDavid Yang Sep 13, 2020Sep 13, 2020

    DNF/YUM can automatically download the RPM packages and install them. Under some situations, we may prefer to make a copy of the RPM files for offline usage so that no need to have network connections to install the software packages. For such purposes, we need to make a copy of the RPM packages. It is…

    Read More How to Make DNF and YUM Save Downloaded RPM PackagesContinue

Page navigation

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

© 2026 SysTutorials

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