top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
Log In
JCS & Associates Inc.
Home
About
Members
More
Use tab to navigate through the menu items.
All Posts
How To
Linux
React
Virtual Box
Eror
Search
How to Add an Existing User Account to a Group in Linux
usermod -a -G examplegroup exampleusername usermod -a -G sudo plex
Chris Speed
Apr 29, 2020
1 min read
How To Find The Process ID Of A Program And Kill It
ps aux | grep -i x11vnc sudo kill -9 process_id Reference: It's FOSS. "How To Find The Process ID Of A Program And Kill It.",...
Chris Speed
Apr 24, 2020
1 min read
Virtual Box: Install & How to Commands
Update the package lists for upgrades and new package installations: sudo apt update Install necessary dependencies: sudo apt install -y...
Chris Speed
Sep 9, 2019
1 min read
bottom of page