Skip to content
Baby Programmer
  • Home
  • Blog
  • 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

  • Getting Mastodon Up and Running with Visual Studio Code DevContainers
  • Running GUI Code / Applications in GitHub Codespaces (on Windows)
  • StackOverflow’s 2022 Developer Survey Recapitulation
  • Up and Running with MIQA in a Visual Studio Code Remote Container
  • Installing and Troubleshooting netdata

Recent Comments

    Archives

    • December 2022
    • November 2022
    • October 2022
    • June 2021
    • May 2021
    • April 2021
    • March 2021
    • 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
    • Databases
    • DNS
    • Docker
    • FreeBASIC
    • General
    • Git
    • GitHub
    • Glossary
    • History
    • How To
    • Hyper-V
    • Ideas
    • Internet
    • JavaScript
    • Mainframe
    • mongoDB
    • Monitoring
    • QuickBasic
    • Tools
    • Trends
    • Vagrant
    • Virtualization
    • Windows
    • WSL

    Meta

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