TechNow Tamil

TechNow Tamil Welcome to Technow Tamil,
Here you can find Linux, Windows, PostgreSQL, Cloud Services, Cybersec and Docker tutorials & troubleshootings.

Subscribe to our Youtube Channel:
https://www.youtube.com/channel/UCWyVC4etRZHeNChsbaRfrCA Linux Enthusiast | Continuous Learner | IT Infrastructure Specialist
Welcome! Here you'll find practical tutorials and troubleshooting guides on Linux, Windows, PostgreSQL, Cloud Services, Cybersecurity, Docker, and more. With over 11 years of hands-on experience, I specialize in solving real-world IT infras

tructure challenges. I began my career as a Desktop Support Engineer, and fueled by my passion for Linux, I pursued and completed the RHCSA certification and RHCE course. My learning journey didn't stop thereβ€”I’ve also completed training in PostgreSQL DBA, Docker, and Kubernetes, and I’m continually expanding my skills in Linux and open-source technologies.
πŸ“¬ Need help with any of these technologies? Feel free to reach out!

02/05/2026

Linux administrator job interview preparation course tamil | Free

26/03/2026
21/03/2026

Day 6/20: Read Files in Terminal

Commands covered:
cat file.txt- Display entire file content
cat -n- Show with line numbers
head- First 10 lines of a file
head -n 5-First N lines you specify
tail-Last 10 lines of a file
tail -n 3- Last N lines you specify
tail -f-Live log monitoring (real-time!)
wc-1-Count total lines in file

tail -f is used on every production server for live log monitoring!

17/03/2026

Day 5/10: cp, mv & rm Commands ⚑

Commands covered:
cp file.txt backup.txt - Copy file
cp -r dir1/ dir2/ - Copy directory
mv old.txt new.txt - Rename file
mv file.txt /tmp/ - Move to another dir
rm file.txt - Delete (no recycle bin!)
rm -r mydir/ - Delete directory
rm -i file.txt - Safe delete (asks first)
cp -v src dst - Verbose copy

⚠️ NEVER run rm -rf / on any server!

πŸ’‘ Always use rm -i for important files!

πŸŽ“ Full course in Tamil - β‚Ή299 | Link in bio

Old Notebook 😊Mar 2022Notes prepared for my Linux Training session!Behind every class... There are hours of preparation!...
14/03/2026

Old Notebook 😊
Mar 2022

Notes prepared for my Linux Training session!

Behind every class... There are hours of preparation!

11/03/2026

Day 4/10: mkdir & touch Commands ✨

Commands covered:
mkdir project - Create a directory
mkdir -p a/b/c - Nested dirs in one shot!
touch notes.txt - Create empty file
touch f1.txt f2.txt - Multiple files
mkdir -m 755 secure - With permissions
mkdir logs backups - Multiple dirs
tree - View directory structure

πŸ’‘ mkdir -p is a lifesaver - creates parent dirs automatically!

πŸŽ“ Full course in Tamil - β‚Ή299 | Link in bio

10/03/2026

Day 3/10: cd Command Mastery πŸ“‚

Commands covered:
cd /home - Go to specific path
cd .. - Go back one level
cd ~ - Jump to home directory
cd - - Toggle between last 2 dirs
cd /var/log - System logs
cd /etc - Config files directory
cd /tmp - Temporary files

πŸ’‘ Pro tip: cd ~ and cd (empty) both take you home!

πŸŽ“ Full course in Tamil - β‚Ή299 | Link in bio

09/03/2026

Day 2/10: ls Command Variations πŸ“

List contents in Terminal using ls command.

Commands covered:
ls - Basic listing
ls -l - Long format with permissions
ls -a - Show hidden files
ls -la - The MOST used combination!
ls -lh - Human readable sizes
ls -lt - Sort by time
ls -lS - Sort by size
ls -R - Recursive listing

πŸ’‘ Interview tip: "How to see hidden files?" β†’ ls -a

πŸŽ“ Full course in Tamil - β‚Ή299 | Link in bio

16/01/2026

Hardware RAID

Get Linux Commands Book Free,Watch this video to get Linux Commands Book:https://youtu.be/I6lVRSovTMc
11/02/2023

Get Linux Commands Book Free,
Watch this video to get Linux Commands Book:
https://youtu.be/I6lVRSovTMc

Get Free Linux Administrator Book, In this book Linux command with examples followed by screenshots are available & This book will be updated frequently base...

Address

Tiruchirappalli

Alerts

Be the first to know and let us send you an email when TechNow Tamil posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to TechNow Tamil:

Share