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: Thunderbird change time format from 24Hr to12Hr
In Terminal gsettings set org.gnome.desktop.interface clock-format '12h' In Thunderbird Edit --> Setting --> Date and Time Formatting...
Chris Speed
May 27, 2023
1 min read
How To: Docker: Install Docker Compose
Installing Docker Compose sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname...
Chris Speed
Jan 3, 2023
1 min read
How To: Install nginx server & enable TLS Support
sudo apt update sudo apt install nginx Setting up Virtual Host cd /etc/nginx/sites-enabled sudo "${EDITOR:-vi}" tutorial server { listen...
Chris Speed
Jan 3, 2023
2 min read
bottom of page