vatanmusic
Well-Known Member
خدا را شكر كه مسائله تون حل شد
موفق باشي پادينا جان
موفق باشي پادينا جان
توصیه درستی هستش. در واقع برای سایتهای جدی و مهم من هرگز از reseller خرید نمیکنم. گرچه، در مورد چنین سایتهایی من اصولا اکانت مشترک هم خریداری نمیکنم بلکه VPS میگیرم. راستی کسی که VPS با قیمت مناسب بفروشه سراغ ندارید؟یه توصیه
کاری ندارم از کدوم هاستینگ خرید می کنی
از رسللر خرید نکن
یا علی
راستی کسی که VPS با قیمت مناسب بفروشه سراغ ندارید؟
راستی کسی که VPS با قیمت مناسب بفروشه سراغ ندارید؟
ممنون از این که اطلاع دادید. آیا روی پلانهای شما، برنامههای دلخواه هم برای دسترسی شل فعال میشن (به طور خاص، Subversion رو میخوام)؟با سلام
تمام پلان های پارسوئیت دسترسی Full Shell دارد .
دستورات قابل اجرا :
. ساختن دایرکتوری
. حذف دایرکتوری
. تغییر دایرکتوری
. لیست محتوای دایرکتوری فعلی
. ls sorting
. سایز دایرکتوری
. ساختن فایل
. جابجا کردن فایل
. کپی نمودن فایل
. تغییر نام فایل
. حذف فایل
. یافتن فایل حاوی پترن خاص در نام آن ها
. میزان استفاده از دیسک
. باز کردن آرشیو فایل های زیپ
. چک کردن آپلود صحیح فایل
. دستورات جهت پشتیبانی از UTF8
. دستورات پایه ی SQL
بر روی پلان ها ها شما به 4 نوع Shell دسترسی خواهید داشت :
. bash
. tcsh
. zsh
. ksh
جهت اتصال و اعمال دستورات نیز می توانید از نرم افزار های رایگان :
. PuTTy
. WinSCP
و یا نرم افزار های غیر رایگان :
. SecureCRT
. SftpDrive
, ...
استفاده نمایید
می توانید جزئیات پلان ها را در تاپیک مربوطه ملاحظه نمایید :
- تاپیک مربوطه
برای جزئیات بیشتر نیز می توانید از ساپورت با محاوره ی انگلیسی که مشخصات آن در صورت تقاضا برای شما ارسال می گردد ، استفاده نمایید .
موفق باشید
پارسوئیت
اگر یک چیز جمع و جور و ارزون باشه شاید بگیرم.پس وي پي اس مي خوايد ؟
svn+ssh://{user}@www.yourdomain.ext/home/{user}/svn/{project}
Using an SSH tunnel
[LEFT]This walkthrough assumes username is myname, with a website at [URL="http://www.mysite.com/"]www.mysite.com[/URL], and that the repositories are in ~/svn starting with a project named myproject. You can choose your own directory names.
Step 1: Create the repository following the Repository section of this guide. Step 2: Download and install [URL="http://wiki.dreamhost.com/Subversion#GUI"]SVN client[/URL] [/LEFT]
Create Session Key
[LEFT]If you don't create the public session key, you will have to type your password in for every action in the browser and for every time TortoiseSVN connects to the server.
Start in your home directory
cd ~[/LEFT]
[LEFT]Generate the key set using the passphrase of your choice and put the public key in a .ssh directory (note: the name "rsakey" isn't required)
Write down your passphrase as you will need it later.
ssh-keygen -b 1024 -t rsa -N SomeLongTextForPassphrase -f rsakey[/LEFT]
[LEFT]Create the .ssh folder
mkdir .ssh
Move the public key inside of the folder and rename it.
mv rsakey.pub .ssh/authorized_keys
Change permissions on both the folder and file for security.
chmod 700 .sshchmod 600 .ssh/authorized_keys[/LEFT]
[LEFT]Download and install [URL="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html"]the Putty tools[/URL] (scroll down to the Windows-style installer). This is an SSH client with authentication tools. [/LEFT]
[LEFT]Download your "rsakey" file (your private key) from the server to your local machine (the rsakey should be in your home directory).
Use your Windows FTP client.[/LEFT]
[LEFT]Load it into the PuTTYgen tool (puttygen.exe) and enter your passphrase when it asks for it.
Use SSH-2 (RSA) which will be the default.[/LEFT]
[LEFT]Save it as a private key from PuTTYgen in a safe place as rsakey.ppk. [/LEFT]
Setup New Session
[LIST=1]
[*]Run PuTTY Pageant. Pageant will put an icon of a computer wearing a hat into the System tray.
[*][LEFT]Load a private key into it. Double click on the icon and then click on Private Key File. [/LEFT]
[*][LEFT]Type in the Passphrase. [/LEFT]
[/LIST]
[LIST]
[*]Run Putty and make a new session:
[LIST]
[*][LEFT]Hostname: [URL="http://www.mysite.com/"]www.mysite.com[/URL] [/LEFT]
[*][LEFT]Protocol: SSH [/LEFT]
[*][LEFT]Saved Sessions: mysiteSSH [/LEFT]
[*][LEFT]Connection->Data->auto-login username: myuser [/LEFT]
[*][LEFT]Connection->SSH->preferred protocol: 2 [/LEFT]
[*][LEFT]Connection->SSH->Auth->private key file: path\to\rsakey.ppk [/LEFT]
[/LIST]
[/LIST]
[LIST]
[*][LEFT]Click "Save" on the sessions panel to save this config. [/LEFT]
[/LIST]
[LIST]
[*][LEFT]Open PuTTY if you want to test your session. PuTTY will notice that Pageant is running, retrieve the key automatically from Pageant, and use it to authenticate. You can now open as many PuTTY sessions as you like without having to type your passphrase again. You may get a message saying, "The server's host key is not set in the registry." (Insert what this means here.) [/LEFT]
[/LIST]
[LIST]
[*]Now find your local project directory, and copy what you want to add to Subversion into a temporary directory (let's call it "ImportMe"), organizing it carefully -- it's smart to put your files in a "trunk" directory so that working with new branches and tags later is simple.
[/LIST]
[LIST]
[*][LEFT]Right-click on the ImportMe folder and select "Import..." from the TortoiseSVN submenu. You will be adding everything inside this folder into the root of the "myproject" repository. [/LEFT]
[/LIST]
[LIST]
[*][LEFT]In the import dialog, enter the URL of Repository like this. Replace "mysiteSSH" with the name of your PuTTY stored session and "myusername" with your real username. If you just want a straight SSH tunnel, we'd use [EMAIL="[email protected]"][email protected][/EMAIL] here instead of mysiteSSH: [/LEFT]
[/LIST][LEFT]svn+ssh://mysiteSSH/home/myusername/svn/myproject[/LEFT]
[LEFT]...and click "Okay". This will load your project files into the repository. [/LEFT]
[LIST]
[*]Next, check out the files you want to work with into your project directory (but make sure you aren't overwriting files when you check out or you'll get errors). This is the "SVN Checkout..." option in the folder context menu.
[/LIST][LEFT]Everything should be pretty self-explanatory from there on. [/LEFT]