Skip to content

SysTutorials

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

  • Linux | Network | Software | Storage systems | Tutorial

    How to synchronize OneDrive and OneDrive for Business files in Linux using Insync

    ByDavid Yang Jan 28, 2020

    OneDrive is one of the good cloud storage services available and there is a business version called OneDrive for Business. Microsoft’s Office 365 plan is widely used including Exchange Email service and OneDrive for Business. However, there is no official client released yet for Linux users. Insync is a third party cloud storage syncing software…

    Read More How to synchronize OneDrive and OneDrive for Business files in Linux using InsyncContinue

  • Linux | Software | Tutorial

    How to list all commits in a git repository

    ByDavid Yang Dec 28, 2019Dec 28, 2019

    `git log` only list all the commits in the current working branch. For some cases, we may want to list all the commits in a git repository. The `git log` command does not do this. But there are other supports in `git` that can do so. The command to list all commits is git rev-list…

    Read More How to list all commits in a git repositoryContinue

  • QA | Tutorial

    Generating a Pair of RSA Private and Public Keys in Linux using OpenSSL

    ByQ A Nov 17, 2019Mar 25, 2023

    RSA (Rivest–Shamir–Adleman) is a widely used public-key cryptosystem that is used for secure communication over the internet. In this post, we will explore how to generate a pair of RSA private and public keys in Linux using the OpenSSL library. Generating a pair of RSA private and public keys in Linux using OpenSSL is a…

    Read More Generating a Pair of RSA Private and Public Keys in Linux using OpenSSLContinue

  • Tutorial

    How to encrypt a file using openssl on Linux non-interactively?

    ByQ A Nov 16, 2019Nov 22, 2019

    How to encrypt a file using openssl on Linux non-interactively? The passphrase shall be provied to openssl in a programmatic way instead of requesting the user to input it, so that the command may work in a regular cron job or some batch jobs. To encrypt file file.tgz and store it to file.tgz using aes-256-ebc…

    Read More How to encrypt a file using openssl on Linux non-interactively?Continue

  • Software

    Synchronizing Thunderbird Calendar and Address Book with Office365 Exchange Online using ActiveSync

    ByEric Ma Oct 5, 2019Sep 18, 2021

    Thunderbird is a nice email client available on Linux and Windows. With the Lightning plugin, Thunderbird can support calendar functions well. Exchange is a widely used email and calendar/address book service software. Office 365 provide the cloud version of Exchange named Office 365 Exchange Online. Although Exchange Online provide IMAP for synchronizing emails, it provides…

    Read More Synchronizing Thunderbird Calendar and Address Book with Office365 Exchange Online using ActiveSyncContinue

  • Software | Tutorial

    How to Make iPhone with iOS 13 Faster

    ByEric Ma Oct 1, 2019Nov 21, 2019

    After the recent iOS upgrading to version 13, many older iPhones such as iPhone 8 turn to be running slower, although there are many new features. New features and functions use more CPU/GPU/memory and the iOS may run slower. But are there any methods to make it run faster? After quite some research and testing,…

    Read More How to Make iPhone with iOS 13 FasterContinue

  • Insights | Web

    What Are the Secrets Behind Google’s Success Story?

    ByBtcman.io Sep 7, 2019Jul 25, 2020

    Google has created an image that tells us its core values are centered around innovation. There are very few companies that can boast a similar level of influence as Google. Nevertheless, we should not only focus on Google’s achievements today but also learn from their journey to the top. We can break down Google’s core…

    Read More What Are the Secrets Behind Google’s Success Story?Continue

  • Insights

    The cultural impact of cloud technology

    ByEthan Millar Sep 4, 2019Nov 21, 2019

    Cloud technology is one of the latest forms of technology. A cloud is a place where exactly the data is stored. Also, the cloud is the place where the data is managed and processed. Cloud ensures that the data managed on a cluster or the network of servers. All of these servers are available remotely…

    Read More The cultural impact of cloud technologyContinue

  • What is the Future of Big Data Analytics and Hadoop?
    Insights

    What is the Future of Big Data Analytics and Hadoop?

    Bymanchun Jul 18, 2019Nov 21, 2019

    Big Data has taken a lead in the IT industry and has played a significant role in the Business growth and decision-making processes that gives you an edge over the competitors. This is equally applicable to the organizations as well as professionals existing in the analytics domain. Big Data Analytics bring an ocean of opportunities…

    Read More What is the Future of Big Data Analytics and Hadoop?Continue

  • QA | Tutorial

    How to generate a pair of SSH private key and public key pairs?

    ByQ A Jul 16, 2019Nov 21, 2019

    How to generate a pair of SSH private key and public key pairs? On Linux, you can generate one first by $ ssh-keygen -t rsa By default on Linux, the key pair is stored in `~/.ssh` named `id_rsa` and `id_rsa.pub` for the private and public key.

    Read More How to generate a pair of SSH private key and public key pairs?Continue

  • QA | Tutorial

    How to cat a text file out from a tar archive without having to extracting it?

    ByQ A Jul 14, 2019Nov 22, 2019

    How to cat a text file out from a compressed tar archive package without having to extracting the whole package? For example, I have a pkg.tar.gz which contains a text file pkg/readme.txt in it. How to cat the pkg/readme.txt file content out? You may use this command to cat out the file content: tar -O…

    Read More How to cat a text file out from a tar archive without having to extracting it?Continue

  • Software | Tutorial

    How to Change Windows User Name on Windows 10 Using Computer Management

    ByEric Ma Jul 14, 2019Nov 21, 2019

    The Windows user name can be changed according to the user’s needs and requirement. The Windows 10 Windows Settings tool interface keeps changing after updates. It is a little hard to find out the tool to do the user name changing. One way to change Windows user name is to do it through the Computer…

    Read More How to Change Windows User Name on Windows 10 Using Computer ManagementContinue

  • QA | Tutorial

    How to mirror a website using wget on Linux?

    ByQ A Jun 13, 2019Nov 22, 2019

    How to mirror a website using wget on Linux? If the command can filter only specific file extensions, such as pdf and docx, it will be much better too. To download all PDF files from https://example.org/path/ as an example, you may use this command: wget –mirror \ –convert-links –no-parent –quiet \ –adjust-extension -A pdf \…

    Read More How to mirror a website using wget on Linux?Continue

  • Programming | Software | Tutorial

    How to Statically Link OCaml Programs

    ByEric Ma Jun 8, 2019Nov 21, 2019

    Static linking is preferred for some cases although it has its own various problems. Static building/linking is not always possible for some languages on some platform. For OCaml, the answer to this question is yes. In this post, we will introduce 2 methods to statically linking OCaml: static linking with runtime glibc required and static…

    Read More How to Statically Link OCaml ProgramsContinue

  • 5 necessary PC hardware that a programmer needs to upgrade
    Tutorial

    5 necessary PC hardware that a programmer needs to upgrade

    ByJames Clark May 30, 2019Nov 21, 2019

    The world of technology has evolved drastically over the last few decades. Almost every aspect of our lives is dominated by technology. At the heart of technology lies computer programming. Computer programming is what dictates the success of the technology. I mean think about it, your smartphone, PC, ETC they all rely on programming. This…

    Read More 5 necessary PC hardware that a programmer needs to upgradeContinue

  • Linux Kernel 5.0 Features
    News

    New Linux Kernel 5.0: Features and Improvements

    ByAnjaneyulu Naini Apr 13, 2019Nov 21, 2019

    Linux is the most used and well-known open-source operating system for computers, mobile devices, servers, and mainframes, etc. Linux has so many awesome features to serve its users like Live CD/USB. And it is fast, easy and free to use by computers around the world. The kernel is referred to as the essential component of…

    Read More New Linux Kernel 5.0: Features and ImprovementsContinue

  • QA | Tutorial

    How to write to remote side with sudo in rsync?

    ByEric Ma Apr 6, 2019Nov 21, 2019

    Here is the case, the user can not write directly to the remote side’s directory, while the user can sudo on the remote side and write the directory with sudo. How to write to remote side with sudo in rsync? On the source machine, run the rsync command with –rsync-path="sudo rsync" added. For example, rsync…

    Read More How to write to remote side with sudo in rsync?Continue

  • QA | Tutorial

    How to write file content with sudo in Vim?

    ByQ A Mar 23, 2019Nov 22, 2019

    Vim opens file even if the user does bot have write permission to the file. But after revision, how to write file content with sudo in Vim if Vim reports no permission to write the file. Use this command inside of vim to write to the file with sudo: :w !sudo tee % Here, !…

    Read More How to write file content with sudo in Vim?Continue

  • Tutorial | Virtualization | Web

    How to limit shared AWS EC2 accounts’ access to view and start all VMs yet stop only certain VMs

    ByEric Ma Mar 10, 2019Nov 21, 2019

    If a team with many accounts share and manages the virtual machines under that same AWS accounts, it is a common practice to limit AWS EC2 accounts’ access to view or start all VMs yet stop only certain VMs. For example, one account has 50 VMs tagged “prod” while 25 VMs tagged “dev”. The developers…

    Read More How to limit shared AWS EC2 accounts’ access to view and start all VMs yet stop only certain VMsContinue

  • Tutorial

    How to do screen recording on Wayland in Linux?

    ByEric Ma Jan 25, 2019Mar 30, 2026

    How to do screen recording on Wayland in Linux? Many screen recorders do not work on the new Wayland. Using Green Recorder You may try Green Recorder which supports Wayland. Note: Green Recorder is no longer under development by the original author (Please check the project README for more details). It still works well for…

    Read More How to do screen recording on Wayland in Linux?Continue

Page navigation

Previous PagePrevious 1 … 5 6 7 8 9 … 70 Next PageNext

© 2026 SysTutorials

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