I have Linux(CENTOS 7) server in Vultr. I was working with Vesta Panel and now i want to delete it. But I really can't find what happens if I delete it. Folders, databases etc.
I need to just delete vesta panel and keep the wordpress websites. There are two ftp port, two user and password. One of I can see my other ".net core" projects one of is for vesta panel folders(wordpress folders).
I am really confused. How can i do it? How can I delete Vesta Panel? How can I see wordpress folders and other project folders with just one ftp port?
If you delete vestacp, I'm afraid that your website may get problems. I have not did this, but I guess vestacp control dns, ftp accounts, mysql, php, etc...
Related
I've got a saved profile from Thunderbird, with an IMAP account and lots of mail. I want to import that into Thunderbird Portable so I can read the mail and package it up for other reviewers (it's a forensics job, so the original profile is on a copy of a hard drive).
My procedure is to open a fresh Thunderbird, close it, then copy the contents of the originals's xxxxxx.default folder into the Data\Profile folder of TB (I find that if I don't open and close it first, I don't get the user addons and themes). When I open Thunderbird now I can see their account with all the mail, IMAP folders, themes, addons etc. The problem is that when I close and reopen it, the account settings are still there but all the mail is gone.
All the data from the mail is still there in the data\profile\ImapMail\$account\ folder. I've done comparisons of the before and after state of the folders with Winmerge and can't see anything glaringly obvious that'd make it not show. The original is from Linux and I'm working on Windows 10 but I've had the same problem in the past when both systems have been the same. Taking the account online isn't an option. I've tried choosing 'Work offline' and 'Download and Sync Now'.
Any ideas anyone?
Edit: just to clarify, when I open it after it's been closed, I can no longer see the email or list of IMAP folders. I can however search for mail successfully.
Try moving the IMAP files into an POP account. Thunderbird POP accounts don't re-download everything after a profile move.
I'm really new with Eclipse. I'm a programmer and i have 2 site that i work on.
One is setup with a GIT.. so when i edit a file, i commit the change et the file is send to my server.
For the other site, i use Notepad ++, and when i edit my files, i use filezila to send it to the server..
My question, is, can i use Eclipse to edit the file and then send it via FTP ?
So i will not need Notepad++ and Filezilla anymore!
Here what i did: i create a new project (local), so i can edit the file in Eclipse. But to send it via FTP i see this topic How do I add FTP support to Eclipse?
and i created my connection with Remote System! And everythings works..
But the problem is, what i have to do to 'commit' or 'upload' my edited files ?
Because if y right click on my project, and i go hover de TEAM, only 2 options appears: Apply Patch, Share Project
There is no commit or send or upload...
What should I do?
RES works a little differently than the Team plugins. You have to use the RSE perspective and create a connection to your FTP server. Then you can interact with files through that connection (not through the Team menu).
See this video for a demonstration; it's an older version but should be close enough to get you going.
It is a habit that I have for editing files online . As far as I have many working websites and I don't want to backup all the files located on them but only those that I have edited through FTP client software .
What is the best way to have a version tracker for files ? Something like Github
I am not cool with editing files (websites) on localhost and move them to online mode. I am looking for a way to synchronize both local and web files in order to have the latest version of special files.
What about trying something like WinSCP or setting up XAMPP and working locally pushing to bitbuckket or github then once done working uploading all the files through FTP. WinSCP is for windows and allows you to edit the files without having to download them, edit them, reupload them. It allows you to edit them while they are live. However, XAMPP way is a better way to go if you plan to work on other peoples websites at any point in time.
I have been using Netbeans for several months now and like it a lot. I am trying to enable a way to create a project which accesses live files on my server to make changes. When I create a project using a remote source, it starts downloading all the server files to my computer. This would be just fine, except for the fact that (a) the server has a few gigs of files on it and (b) there are two of us that will be making changes on the server.
In the past, I have worked with IDEs that just open an FTP or SFTP connection and will download the file you want to edit, and then upload that file back to the server when you save it. Preferably, this is what I would like Netbeans to do.
I have tried adding a FTP folder in Windows, but Netbeans won't open it. I have tried using Swish and setting up an SFTP folder, and Netbeans won't find the Swish folder altogether.
On a side note, I understand what I am doing is horrible practice, but it is a small site and I am usually the only one working on it. I haven't worked on the website in the past several weeks and just thought it would be easier to get access directly than re-downloading the entire server's worth of code/images/videos/etc. Any help would be appreciated.
NetBeans does not support what you want to do. However, if you put your site under Subversion/Git (revision control), you could check out the content, modify it locally and push modification back remotely.
This would also help avoiding code clashes when your friends work on your website too.
Actually Netbeans supports this for php projects.
Just choose :
PHP Application from remote server
(but git is the best solution anw as it gives you version control as well but the above is useful if you want your server files to be updated when you just press ctr+s)
I have a PHP project in NetBeans with remote files (over sftp). When I create, modify anything these changes happening both locally and on my web server. However when I'm trying to delete a file or a folder it gets erased only locally. What could be the problem?
Permissions seems to be ok, all files belong to the user I'm using to access the server.
I'm using Netbeans 6.9.1, default configuration, all updates installed.
Netbeans does not have a synchronization function. It is limited to downloading and uploading files. What you can do is to use some external tool, for example WinSCP is capable of synchronizing local and remote directories.
I read what you wrote... but I think it could be a permissions problem.
I also use NetBeans and when I delete a file from the project window it first erase it locally and then syncs with my server.
I login through sftp (using vsftp) as root, which is a bad thing, but you could try this too to be sure if it's a permission issue.
You mistakenly turned off the settings. Please follow these steps:
Right click on the project name
Select properties
From the list of the left select 'Run configuration'
On the left almost down, look for the setting 'Upload files:'
Make sure you set that to 'On Save'
All the best man