PDA

View Full Version : Best Tools for Managing Linux Server?


Rikon
07-16-2015, 01:33 PM
I see a lot of great tools here on EQEMu, but most are for windows. Are there any good tools that Linux users can leverage?

provocating
07-16-2015, 02:25 PM
The PeqEditor?

Everything I do is either in the PeqEditor, HeidiSQL or Notepad++. Those are the only tools I have ever needed.

Rikon
07-16-2015, 03:07 PM
The PeqEditor?

Everything I do is either in the PeqEditor, HeidiSQL or Notepad++. Those are the only tools I have ever needed.

Thanks! Just making sure there isn't some hidden tool.

N0ctrnl
07-16-2015, 03:51 PM
Since neither HeidiSQL nor Notepad++ are Linux tools, a couple things you might consider:

phpMyAdmin - While this isn't great for larger operations (because it's web-based and memory constraints come in), it's really good for general DB operations. Make sure you secure it.

MySQL Workbench - Not quite as good as HeidiSQL or Navicat, but workable on Linux at least.

Sublime Text - Pretty good text editor (if you can't/won't use vi/vim)

provocating
07-16-2015, 04:11 PM
I was just referring to if your server is linux. I think more people run Linux servers with a Windows workstation than running both as Linux. PhpMyAdmin works but for many things I just do not like it, it can be painstaking.

N0ctrnl
07-16-2015, 07:34 PM
I'm with you as far as the majority of the DB operations using phpMyAdmin, but it's pretty handy to get in and do one-off stuff when you're, well, wherever. :)

I've always had a Linux server with mostly Windows boxes on the client side (since that's what EQ runs on, after all), but I've done a bit on the Linux side too and just figured I'd share. I didn't mean to disparage you in any way. :-D

Rikon
07-17-2015, 07:42 AM
I was using my Macbook for a client until Workbench was untenable for me. Now back to PC for Heidi. Sounds like I need to get the PEQEditor up and running. Much obliged.

provocating
07-17-2015, 08:48 AM
PeqEditor can do most of what I need. When it cannot I just drop to doing queries.

rhyotte
07-17-2015, 10:58 AM
Geany -- http://www.geany.org/
Is a nice text editor,

Dbeaver -- http://dbeaver.jkiss.org/
Is a nice universal database manager,
Have a quick look via the website TechRepublic -- http://www.techrepublic.com/blog/linux-and-open-source/two-features-of-dbeaver-that-every-database-manager-should-know/

and of course EOC -- http://www.eqemulator.org/forums/showthread.php?t=38780
Is a nice EQEmu editing tool!