forked from devsonket/devsonket.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvagrant.json
More file actions
286 lines (286 loc) · 10.8 KB
/
Copy pathvagrant.json
File metadata and controls
286 lines (286 loc) · 10.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
{
"id": "vagrant",
"title": "ভেইগ্র্যান্ট চিটশিট",
"slug": "vagrant-vm-cheat-sheet",
"description": "ভেইগ্র্যান্ট - ভার্চুয়াল মেশিন তৈরি ও ব্যবহার করার অন্যতম সমাধান",
"colorPref": "#1563FF",
"contents": [
{
"title": "প্রাথমিক কমান্ড সমূহঃ",
"items": [
{
"definition": "Vagrant install",
"code": "sudo apt install vagrant"
},
{
"definition": "Vagrant এর ভার্শন চেক করা",
"code": "vagrant -v, --version"
},
{
"definition": "Vagrant এর কমান্ড সম্পর্কিত হেল্প এর জন্য",
"code": "vagrant -h, --help"
},
{
"definition": "Vagrant দ্বারা নতুন একটি মেশিন তৈরি করার জন্য আপনার কাঙ্ক্ষিত ডিরেক্টরি থেকে নিচের মত কমান্ড চালান",
"code": "vagrant init hashicorp/precise64"
},
{
"definition": "আপনার প্রোজেক্টে নতুন বক্স যোগ করার জন্য",
"code": "vagrant box add <box name>"
},
{
"definition": "Vagrant মেশিন চালু করার জন্য",
"code": "vagrant up"
},
{
"definition": "Vagrant মেশিনে ssh চালু করার জন্য",
"code": "vagrant ssh"
},
{
"definition": "Vagrant মেশিনে ssh চালু করার জন্য",
"code": "vagrant ssh"
},
{
"definition": "Vagrant মেশিনে ssh বন্ধ করার জন্য",
"code": "logout অথবা CTRL+D"
},
{
"definition": "Vagrant মেশিন বন্ধ করার জন্য",
"code": "vagrant destroy [name|id]"
},
{
"definition": "সকল Vagrant মেশিনের স্ট্যাটাস দেখা",
"code": "vagrant global-status"
},
{
"definition": "Vagrant deploy কনফিগার",
"code": "vagrant push"
}
]
},
{
"title": "বক্স রিলেটেড সাব-কমান্ড সমুহ",
"items": [
{
"definition": "নতুন বক্স যোগ করার জন্য",
"code": "vagrant box add <box name>"
},
{
"definition": "বক্স সমূহের লিস্ট দেখার জন্য",
"code": "vagrant box list"
},
{
"definition": "বক্স সমূহের outdated লিস্ট দেখার জন্য",
"code": "vagrant box outdated"
},
{
"definition": "পুরনো ভার্সনের বক্স সমুহ রিমুভ করার জন্য",
"code": "vagrant box prune"
},
{
"definition": "একটা একটা করে বক্স সমুহ রিমুভ করার জন্য",
"code": "vagrant box remove <box name>"
},
{
"definition": "একটা একটা করে বক্স সমুহ রিমুভ করার জন্য",
"code": "vagrant box remove <box name>"
},
{
"definition": "কোন বক্স কে রিপাকেজিং করার জন্য",
"code": "vagrant box repackage <box name> <provider> <version>"
},
{
"definition": "বক্স আপডেট করার জন্য",
"code": "vagrant box update"
}
]
},
{
"title": "ক্লাউড রিলেটেড সাব-কমান্ড সমুহ",
"items": [
{
"definition": "ক্লাউড Auth লগিন",
"code": "vagrant cloud auth login"
},
{
"definition": "ক্লাউড Auth লগিন চেক করার জন্য",
"code": "vagrant cloud auth login --check"
},
{
"definition": "ক্লাউড Auth লগিন টোকেন ব্যবহার করার জন্য",
"code": "vagrant cloud auth login --token <tokenID>"
},
{
"definition": "ক্লাউড Auth লগ আউট",
"code": "vagrant cloud auth logout"
},
{
"definition": "ক্লাউড Auth WhoAmI চেক করার জন্য",
"code": "vagrant cloud auth whoami [TOKEN]"
},
{
"definition": "ক্লাউড বক্স তৈরি করার জন্য",
"code": "vagrant cloud box create ORG_NAME/BOX_NAME"
},
{
"definition": "ক্লাউড বক্স মুছে ফেলার জন্য",
"code": "vagrant cloud box delete ORG_NAME/BOX_NAME"
},
{
"definition": "ক্লাউড বক্স দেখার জন্য",
"code": "vagrant cloud box show ORG_NAME/BOX_NAME"
},
{
"definition": "ক্লাউড বক্স আপডেট করার জন্য",
"code": "vagrant cloud box update ORG_NAME/BOX_NAME"
},
{
"definition": "ক্লাউড প্রভাইডার তৈরি করার জন্য",
"code": "vagrant cloud provider create ORG_NAME/BOX_NAME PROVIDER-NAME VERSION [URL]"
},
{
"definition": "ক্লাউড প্রভাইডার মুছে ফেলার জন্য",
"code": "vagrant cloud provider delete ORG_NAME/BOX_NAME PROVIDER-NAME"
},
{
"definition": "ক্লাউড প্রভাইডার দেখার জন্য",
"code": "vagrant cloud provider update ORG_NAME/BOX_NAME PROVIDER-NAME VERSION [URL]"
},
{
"definition": "ক্লাউড প্রভাইডার আপডেট করার জন্য",
"code": "vagrant cloud provider upload ORG_NAME/BOX_NAME PROVIDER-NAME VERSION BOX-FILE"
},
{
"definition": "ক্লাউড পাবলিশ করার জন্য",
"code": "vagrant cloud publish ORGANIZATION/BOX-NAME VERSION PROVIDER-NAME [PROVIDER-FILE]"
},
{
"definition": "ক্লাউড এ কোন কিছু খোঁজার জন্য",
"code": "vagrant cloud search QUERY"
},
{
"definition": "ক্লাউড ভার্শন তৈরি করার জন্য",
"code": "vagrant cloud version create ORG_NAME/BOX_NAME VERSION"
},
{
"definition": "ক্লাউড ভার্শন মুছে ফেলার জন্য",
"code": "vagrant cloud version delete ORG_NAME/BOX_NAME VERSION"
},
{
"definition": "ক্লাউড ভার্শন রিলিজ করার জন্য",
"code": "vagrant cloud version release ORG_NAME/BOX_NAME VERSION"
},
{
"definition": "ক্লাউড ভার্শন রিভক করার জন্য",
"code": "vagrant cloud version revoke ORGANIZATION/BOX-NAME VERSION"
},
{
"definition": "ক্লাউড ভার্শন আপডেট করার জন্য",
"code": "vagrant cloud version update ORG_NAME/BOX_NAME"
}
]
},
{
"title": "Snapshot বিষয়ক কমান্ড সমুহ",
"items": [
{
"definition": "Vagrant মেশিনের snapshot নেয়ার জন্য",
"code": "vagrant snapshot"
},
{
"definition": "Vagrant মেশিনের snapshot পুশ করার জন্য",
"code": "vagrant snapshot push"
},
{
"definition": "Vagrant মেশিনের snapshot পপ করার জন্য",
"code": "vagrant snapshot pop"
},
{
"definition": "Vagrant মেশিনের snapshot সেভ করার জন্য",
"code": "vagrant snapshot save [vm-name] NAME"
},
{
"definition": "Vagrant মেশিনের snapshot রিষ্টর করার জন্য",
"code": "vagrant snapshot restore [vm-name] NAME"
},
{
"definition": "Vagrant মেশিনের snapshot লিস্ট দেখার জন্য",
"code": "vagrant snapshot list"
},
{
"definition": "Vagrant মেশিনের snapshot ডিলিট দেখার জন্য",
"code": "vagrant snapshot delete NAME"
}
]
},
{
"title": "অন্যান্য কমান্ড সমুহ",
"items": [
{
"definition": "Vagrant মেশিনের রানিং ওয়েব সার্ভার শেয়ার করার জন্য",
"code": "vagrant share"
},
{
"definition": "Vagrant মেশিন VMWare দিয়ে চালু করার জন্য",
"code": "vagrant up --provider=vmware_fusion"
},
{
"definition": "Vagrant মেশিন AWS দিয়ে চালু করার জন্য",
"code": "vagrant up --provider=aws"
},
{
"definition": "Vagrant মেশিন কানেক্ট করার জন্য",
"code": "vagrant connect NAME"
},
{
"definition": "Vagrant মেশিনের গ্লোবাল স্ট্যাটাস চেক করার জন্য",
"code": "vagrant global-status"
},
{
"definition": "Vagrant এ কোন রানিং মেশিনকে হল্ট করার জন্য",
"code": "vagrant halt [name|id]"
},
{
"definition": "Vagrant এ কোন রানিং মেশিনকে হল্ট করার জন্য",
"code": "vagrant halt [name|id]"
},
{
"definition": "Vagrant এ প্যাকেজ চেক করার জন্য",
"code": "vagrant package [name|id]"
},
{
"definition": "Vagrant এ পোর্ট চেক করার জন্য",
"code": "vagrant port"
},
{
"definition": "Vagrant এ পাওয়ার শেল চালু করার জন্য",
"code": "vagrant powershell"
},
{
"definition": "Vagrant এ রিমোট ডেক্সটপ ক্লায়েন্ট চালু করার জন্য",
"code": "vagrant rdp"
},
{
"definition": "Vagrant মেশিনকে রিলোড করার জন্য",
"code": "vagrant reload"
},
{
"definition": "Vagrant মেশিনকে resume করার জন্য",
"code": "vagrant resume [name/id]"
},
{
"definition": "Vagrant মেশিনকে resume করার জন্য",
"code": "vagrant resume [name/id]"
},
{
"definition": "Vagrant মেশিনকে suspend করার জন্য",
"code": "vagrant suspend [name|id]"
},
{
"definition": "Vagrant মেশিনকে validate করার জন্য",
"code": "vagrant validate"
}
]
}
]
}