100 Linux commands are commoly use-7

আমরা সাধারণত SSH এর মাধ্যমে বিভিন্ন সার্ভার, রাউটার, ফায়ারওয়ালে লগইন করার জন্য পাসওয়ার্ড ভিত্তিক অথেন্টিকেশন পদ্ধতি ব্যবহার করি। কিন্তু বিভিন্ন অ্যাটাক (Brut force, Dictionary, Session hijack) জনিত কারণে পাসওয়ার্ড ভিত্তিক…

Continue Reading100 Linux commands are commoly use-7

Linux Commands are Commonly Use – 20 (W, X, Y, Z)

'' কমান্ড ব্যবহার করে কোন কমান্ড কোন ডিরেক্টরি থেকে রান করে সেটা জানা যাবেঃ [root@desktop ~]# which useradd /usr/sbin/useradd [root@desktop ~]# which ping /usr/bin/ping নোটঃ লিনাক্সে যত কমান্ড আছে সব…

Continue ReadingLinux Commands are Commonly Use – 20 (W, X, Y, Z)

Linux Commands are Commonly Use – 19 (W, X, Y, Z)

➡181. 'which' কমান্ড ব্যবহার করে কোন কমান্ড কোন ডিরেক্টরি থেকে রান করে সেটা জানা যাবেঃ [root@desktop ~]# which useradd /usr/sbin/useradd [root@desktop ~]# which ping /usr/bin/ping নোটঃ লিনাক্সে যত কমান্ড আছে…

Continue ReadingLinux Commands are Commonly Use – 19 (W, X, Y, Z)

Linux Commands are Commonly Use – 18 (V, W)

➡171. 'vgcreate' কমান্ড ব্যবহার করে নতুন Volume Grup (VG) তৈরি করা যায়ঃ[root@desktop ~]# vgcreate /dev/sdb /dev/sdc /dev/sdd নোটঃ এখানে ‘/dev/sdb, /dev/sdc, /dev/sdd’ আলাদা আলাদা হার্ডডিস্ক।➡172. 'vi/vim' কমান্ড ব্যবহার করে যে…

Continue ReadingLinux Commands are Commonly Use – 18 (V, W)

Linux Commands are Commonly Use – 17 (U, V)

➡161. 'uptime' কমান্ড ব্যবহার করে সিস্টেম কখন থেকে চালু আছে এবং কয় জন ইউজার লগইন করে, পাশাপাশি লোড (CPU Usages) আছে জানা যাবেঃ[root@desktop ~]# top 07:15:33 up 2:28, 2 users,…

Continue ReadingLinux Commands are Commonly Use – 17 (U, V)