Skip to content

Commit

Permalink
📝 docs(post): update Useful Ubuntu Commands post with additional tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskyfung committed Dec 29, 2024
1 parent 0d32a7d commit 6e6c725
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions _posts/linux/2014-10-08-Useful-Ubuntu-Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ layout: post
title: Useful command lines in Ubuntu that help using terminals
date: 2014-10-08 16:21
last_modified_at: 2017-03-01 17:59
categories: [Linux]
categories:
- Linux
author: chris
tags: [Ubuntu]
tags:
- Linux
- Ubuntu
- Command-line
permalink: /blog/linux/Useful-Ubuntu-Commands
redirect_from:
- /blog/2014/10/08/Useful-Ubuntu-Commands
- /blog/2014/10/08/Useful-Ubuntu-Commands
excerpt: A short note about my favorite terminal application and the commands to show running processes, get root permission for GUI file manager, find previous commands and execute a shell script.
css:
syntax: true
syntax: true
---

<!--more-->
Expand Down Expand Up @@ -63,6 +67,7 @@ sudo apt-get install terminator
- `ps -A`

For more infomation, please find from:

- [Show All Running Processes in Linux using ps/htop commands - nixCraft](https://www.cyberciti.biz/faq/show-all-running-processes-in-linux/)
- [How to Manage Processes from the Linux Terminal: 10 Commands You Need to Know - How-To Geek](https://www.howtogeek.com/107217/how-to-manage-processes-from-the-linux-terminal-10-commands-you-need-to-know/)

Expand Down

0 comments on commit 6e6c725

Please sign in to comment.