Skip to content
Baby Programmer
  • Home
  • Linux

Linux

Handy Commands

  • Copy recursively (e.g., contents of child folders): cp -r /origin/path /destination/path
  • Decompress a tar.gz file: tar -xvzf name.tar.gz
  • Search for Available Packages: apt-cache search keyword
  • Start/Stop/Restart Services: service nameofservice whattodo
    • e.g.., service apache2 stop
  • Create a Symlink: ln -s /origin/path /symlink/path
  • Generate an SSH Key: sshkeygen -t rsa -b 4096
  • Copy SSH key from Local to Remote Host: scp /path/local/id_rsa.pub [email protected]:~/tmp.pub

Recent Posts

  • A Late Christmas Wish: Containers for my (Windows) Desktop Workspaces
  • Email DKIM Setup Failure with Amazon Simple Email Service and CloudFlare
  • Civil War Strategy Game (Part 2): The Main Routine Continued
  • Civil War Strategy Game (Part 1): The Main Routine
  • Civil War Strategy Game (Part 0): An Introduction

Recent Comments

    Archives

    • January 2021
    • November 2020
    • October 2020
    • June 2020
    • April 2020
    • March 2020
    • December 2018
    • November 2018
    • February 2018
    • December 2016
    • November 2016

    Categories

    • .NET
    • ASP.NET
    • BASIC
    • C#
    • CSS
    • DNS
    • Docker
    • FreeBASIC
    • General
    • History
    • Ideas
    • Internet
    • JavaScript
    • Mainframe
    • QuickBasic
    • Tools
    • WSL

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright © 2021 Baby Programmer | Powered by Astra WordPress Theme