Uploaded November 2025 | Updated September 2026, 2 weeks ago
Description:
In this tutorial, you will learn how to open any directory from the Terminal in Visual Studio Code (VS Code) using Code + Period.
Download VS Code:
code.visualstudio.com
Keyboard Shortcuts:
Code . (Code + Period)
Show All Commands (Shift + Cmd + P)
Show All Commands:
Install 'Code' command in PATH
In this tutorial, you'll learn:
What is Code + Dot?
How To Show All Commands (Shift + Cmd + P)
How to install Code Command in VS Code
How to uninstall Code Command in VS Code
How to Open Directories from Terminal in VS Code
Helpful Terminal Commands
——————
——————
✅ Chapters:
00:00 Intro: About The Tutorial
00:17 What is Code Dot?
00:29 Is Code Dot Enabled?
00:58 Show All Commands (Shift + Cmd + P)
01:14 Install Code Command
01:42 Open Directory in Terminal
01:57 Helpful Terminal Commands
02:30 Open Folder in VS Code (Old Way)
02:58 Open Folder in VS Code (Using Code Dot)
03:16 Uninstall Code Command
03:39 Reinstall Code Command
——————
🪜 How To Open VS Code Using Code + Dot in Terminal:
Confirm Code Dot is Enabled
Open Project Directory in Terminal
Enter Code + . (if VS Code opens, then it is enabled)
Show All Commands (Shift + Cmd + P)
Click 'Install 'Code' command in PATH' to install Code + Dot
Open directory in Terminal
Press Code + Period and VS Code will open
——————Resources———————
➜Gear I Use: mikemurphy.co/resources
➜Adobe After Effects: mikemurphy.co/adobe
➜Terrapin Textures: terrapintextures.com
➜ Adobe Audition Course (Domestika): mikemurphy.co/domestika
➜Amazon Influencer Store: amazon.com/shop/mikemurphyco
➜See All My Gear: mikemurphy.co/podgear
➜ Get Adobe Creative Cloud: mikemurphy.co/adobe
➜ Screenflow: mikemurphy.co/screenflow
➜ Website: mikemurphy.co
➜ Podcast: mikemurphy.co/mmu
➜ Instagram: instagram.com/mikeunplugged
➜ X: http://x.com/mikeunplugged
➜ YouTube: mikemurphy.co/youtube
Amazon Associates Disclosure:
Mike Murphy is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
#visualstudio #vscode #terminal #ai
Description:
In this tutorial, you will learn how to open any directory from the Terminal in Visual Studio Code (VS Code) using Code + Period.
Download VS Code:
code.visualstudio.com
Keyboard Shortcuts:
Code . (Code + Period)
Show All Commands (Shift + Cmd + P)
Show All Commands:
Install 'Code' command in PATH
In this tutorial, you'll learn:
What is Code + Dot?
How To Show All Commands (Shift + Cmd + P)
How to install Code Command in VS Code
How to uninstall Code Command in VS Code
How to Open Directories from Terminal in VS Code
Helpful Terminal Commands
——————
——————
✅ Chapters:
00:00 Intro: About The Tutorial
00:17 What is Code Dot?
00:29 Is Code Dot Enabled?
00:58 Show All Commands (Shift + Cmd + P)
01:14 Install Code Command
01:42 Open Directory in Terminal
01:57 Helpful Terminal Commands
02:30 Open Folder in VS Code (Old Way)
02:58 Open Folder in VS Code (Using Code Dot)
03:16 Uninstall Code Command
03:39 Reinstall Code Command
——————
🪜 How To Open VS Code Using Code + Dot in Terminal:
Confirm Code Dot is Enabled
Open Project Directory in Terminal
Enter Code + . (if VS Code opens, then it is enabled)
Show All Commands (Shift + Cmd + P)
Click 'Install 'Code' command in PATH' to install Code + Dot
Open directory in Terminal
Press Code + Period and VS Code will open
——————Resources———————
➜Gear I Use: mikemurphy.co/resources
➜Adobe After Effects: mikemurphy.co/adobe
➜Terrapin Textures: terrapintextures.com
➜ Adobe Audition Course (Domestika): mikemurphy.co/domestika
➜Amazon Influencer Store: amazon.com/shop/mikemurphyco
➜See All My Gear: mikemurphy.co/podgear
➜ Get Adobe Creative Cloud: mikemurphy.co/adobe
➜ Screenflow: mikemurphy.co/screenflow
➜ Website: mikemurphy.co
➜ Podcast: mikemurphy.co/mmu
➜ Instagram: instagram.com/mikeunplugged
➜ X: http://x.com/mikeunplugged
➜ YouTube: mikemurphy.co/youtube
Amazon Associates Disclosure:
Mike Murphy is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
#visualstudio #vscode #terminal #ai









![Hostinger VPS: How To Install Fail2Ban To Protect Brute Force Logins
Description:
In this tutorial, you will learn how to install and set up the security tool, Fail2Ban to protect your Hostinger VPS from suspicious activity and brute force login attempts.
What You Will Learn:
- How To Update OS Packages
- How To Install Fail2Ban
- How To Verify Fail2Ban Status
- How To Configure jail.local file
Hostinger VPS (affiliate link):
https://www.hostg.xyz/SHIDN
Use coupon code DISCOUNT7 for an additional 7% off
⭐ Resources Mentioned:
How To Set Up Fail2Ban (Hostinger Support Docs)
https://www.hostinger.com/tutorials/fail2ban-configuration
How to Secure Hostinger VPS with Firewall Rules:
https://www.youtube.com/watch?v=bjMGvwHKXyY
Install Fail2Ban
**Update OS Packages:**
apt-get update && apt-get upgrade
Install Fail2Ban:
apt-get install fail2ban
Email Support:
apt-get install sendmail
Verify Status:
sudo systemctl status fail2ban
Edit jail.local:
sudo nano /etc/fail2ban/fail2ban.local
Restart Fail2Ban:
sudo systemctl restart fail2ban
jail.local
[DEFAULT]
ignoreip = 127.0.0.1/8 ::1 YOUR.IP.ADDRESS
bantime = 1h
findtime = 10m
maxretry = 3
backend = auto
[sshd]
enabled = true
——————
🕒 Timestamps:
00:00 Intro: About The Tutorial
00:58 Update OS Packages
01:58 Install Fail2Ban
02:20 Add Email Support
02:42 Verify Fail2Ban Status
03:38 Edit jai.local Config (Nano)
04:52 Add IP Address
05:37 Nano: Write Out & Exit
06:10 Restart & Verify
06:50 Drill Down into Jail
07:34 Jail.Local Overview
——————
🪜 Step-By-Step:
1. Sign in to Hostinger VPS
2. Open VPS Terminal
3. Update OS Packages (apt-get update && apt-get upgrade)
4. Install Fail2Ban (apt-get install fail2ban)
5. Add Email Support (apt-get install sendmail)
6. Verify Status (sudo systemctl status fail2ban)
7. Edit jail.local file (sudo nano /etc/fail2ban/fail2ban.local)
8. Add Settings & Jail
9. Write Out & Exit Nano
10. Restart Fail2Ban (sudo systemctl restart fail2ban)
——————Resources———————
➜Gear I Use: https://mikemurphy.co/resources
➜Adobe After Effects: https://mikemurphy.co/adobe
➜Terrapin Textures: https://terrapintextures.com
➜ Adobe Audition Course (Domestika): https://mikemurphy.co/domestika
➜Amazon Influencer Store: https://www.amazon.com/shop/mikemurphyco
➜See All My Gear: https://www.mikemurphy.co/podgear
➜ Get Adobe Creative Cloud: https://mikemurphy.co/adobe
➜ Screenflow: https://mikemurphy.co/screenflow
➜ Website: https://mikemurphy.co
➜ Podcast: https://mikemurphy.co/mmu
➜ Instagram: http://instagram.com/mikeunplugged
➜ X: http://x.com/mikeunplugged
➜ YouTube: https://mikemurphy.co/youtube
Amazon Associates Disclosure:
Mike Murphy is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
#hostinger #vps #fail2ban Hostinger VPS: How To Install Fail2Ban To Protect Brute Force Logins](https://i.ytimg.com/vi/E0bRbhOgsVI/mqdefault.jpg)
