logo

Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

सर्वर पर फ़ाइलों को अनआर्काइव कैसे करें

05/09/2025, by Ivan

कंसोल (SSH) के माध्यम से फ़ाइलों को अनआर्काइव करना

1. SSH के माध्यम से अपने सर्वर से कनेक्ट करें

ssh username@your-server-ip

username और your-server-ip को अपने वास्तविक SSH क्रेडेंशियल्स से बदलें।

2. डायरेक्टरी पर जाएँ

cd /path/to/your/archive

3. सामान्य आर्काइव प्रकारों को निकालें

.zip फ़ाइलें

unzip filename.zip

.tar फ़ाइलें

tar -xvf filename.tar

.tar.gz या .tgz फ़ाइलें

tar -xzvf filename.tar.gz
# या
tar -xzvf filename.tgz

.tar.bz2 फ़ाइलें

tar -xjvf filename.tar.bz2

.gz (एकल फ़ाइल कंप्रेशन, tar.gz नहीं)

gunzip filename.gz

टिप: यदि आप किसी विशेष डायरेक्टरी में निकालना चाहते हैं, तो tar के साथ -C /destination/path/ विकल्प का उपयोग करें:

tar -xzvf filename.tar.gz -C /path/to/extract/

cPanel के माध्यम से फ़ाइलों को अनआर्काइव करना

1. cPanel में लॉगिन करें

  • https://yourdomain.com/cpanel पर जाएँ

  • अपने cPanel क्रेडेंशियल्स दर्ज करें

Login in cPanel
cPanel में लॉगिन करें

2. फ़ाइल मैनेजर खोलें

  • Files सेक्शन पर जाएँ

  • File Manager पर क्लिक करें

File Manager in cPanel
cPanel में फ़ाइल मैनेजर

3. आर्काइव लोकेशन पर जाएँ

  • उस डायरेक्टरी पर ब्राउज़ करें जहाँ आपकी आर्काइव फ़ाइल संग्रहीत है

और फ़ाइल आर्काइव अपलोड करें:

Upload archive
cPanel में आर्काइव अपलोड करें

4. आर्काइव को एक्सट्रैक्ट करें

  • आर्काइव फ़ाइल (जैसे .zip, .tar.gz) पर राइट-क्लिक करें

  • Extract चुनें

  • एक पॉपअप पूछेगा कि सामग्री कहाँ निकाली जाए – आप पथ बदल सकते हैं या डिफ़ॉल्ट का उपयोग कर सकते हैं

  • Extract File(s) पर क्लिक करें

cPanel extract archive
cPanel में आर्काइव एक्सट्रैक्ट करें

✅ एक्सट्रैक्शन के बाद, एक परिणाम विंडो दिखाएगी कि कौन सी फ़ाइलें निकाली गईं।