Blogs



Linux Write to a File in Bash
Linux Write to a File in Bash

Bash में file को read और write करने के कई तरीके हैं। सबसे easy तरीका है ">" और ">>" का use करके file में write करना। ">" और ">>" का use करके आप Lin... Learn more

Linux touch command
Linux touch command

Linux में touch command operating system के लिए एक standard program है, जिसका use करके file के timestamp create , change और modify करने के लिए किया... Learn more

Linux ls command and it's options
Linux ls command and it's options

Linux में ls command का use directories या directory contents को list करने के लिए किया जाता है। By default यह सभी visible files और directory को lis... Learn more

Linux uname command Example | Linux get OS Info
Linux uname command Example | Linux get OS Info

linux में uname command का use system information को print करने के लिए किया जाता है। uname के साथ कई commands होती है जैसे uname --kernel-name, un... Learn more

Linux Basic Commands With Examples In Hindi - Part 1
Linux Basic Commands With Examples In Hindi - Part 1

linux commands को linux shell में execute करते हैं , basically shell एक program है जो users से command receive करता है और इसे OS को process करने के... Learn more

What is Linux In Hindi
What is Linux In Hindi

Linux कोई Operating System नहीं है। यह एक सिर्फ एक Kernel है जो कि GNU (GNU's Not Unix ) के साथ मिलकर Operating System बनता है। Learn more

Linux chmod File Permission
Linux chmod File Permission

Files की ownership और permissions का concept Linux ने UNIX और MINUX से inherit किया है । Linux में normally 3 types के users होते हैं जिनके लिए हम ... Learn more

How to setup MongoDB In Laravel : Laravel with MongoDB
How to setup MongoDB In Laravel : Laravel with MongoDB

Hot to setup MongoDB In Laravel : Laravel with MongoDB Learn more

Laravel MySQL Best Pratice : Laravel Tips And Tricks
Laravel MySQL Best Pratice : Laravel Tips And Tricks

laravel में हम chunk , chunkById , pluck etc कई सारे functions का use करके हम extra time बचा सकते हैं। इस blog में कुछ ऐसी tips और tricks के बारे म... Learn more

Features of Laravel 9 : What is new in Laravel 9
Features of Laravel 9 : What is new in Laravel 9

Laravel 9 कई नए features जैसे minimum PHP v8.0 version, controller route groups, a refreshed default Ignition error page, Symfony mailer integratio... Learn more