Jump to content

Change
HostCell.net Shared Hosting plan

Important Announcement!

Welcome to Hostcell 2.0! If you are an existing member and have trouble logging in please reset your password! If you are still having trouble, contact us on admin@hostcell.net and we can reset the password for you!


Web Development under linux


15 replies to this topic

#1
OFFLINE   tomkoskz

    Member

  • Members
  • 18 posts
What programs do you use for editing pages in a linux enviroment?

HostCell.net Shared Hosting plan

#2
OFFLINE   sidhosti

    Advanced Member

  • Members
  • 102 posts
gedit's pretty good. I use it on my linux virtual machine. It depend on what your writing in html? php?

#3
OFFLINE   HCN-willyhsv

    Advanced Member

  • Support Team
  • 1,858 posts
vi That is the second time I got to use that today... LOLz

#4
OFFLINE   Saint

    Exceedingly Senior Member

  • Members
  • 1,954 posts

Quote

vi That is the second time I got to use that today... LOLz
Veni, VIdi, VIci... Julius Caesar got to use it twice in one sentence! Seriously, though, folks, vi is the original and best Unix editor. (Some say!)

#5
OFFLINE   HCN-willyhsv

    Advanced Member

  • Support Team
  • 1,858 posts
Ahhh, yes, Caesar might have got to use it twice, but, using it capitalized like that will cause a: bash: VI: command not found or equivalent :D

#6
OFFLINE   HCN-SeriesN

    Advanced Member

  • Administrators
  • 1,221 posts
Hey dont forget nano! The easiest!

#7
OFFLINE   the_reaper

    Advanced Member

  • Members
  • 481 posts
i usually go with emacs or gedit in my ubuntu virtual box. i've tried vi and nano, but they didn't seem to like me :s

#8
OFFLINE   HCN-SeriesN

    Advanced Member

  • Administrators
  • 1,221 posts
Well these are for gnome (gui) linux. But for command line?

#9
OFFLINE   the_reaper

    Advanced Member

  • Members
  • 481 posts

Quote

Well these are for gnome (gui) linux. But for command line?
emacs can be command line (i've used it in a ssh connection to the computer science server at my university). same with gedit.

#10
OFFLINE   HCN-SeriesN

    Advanced Member

  • Administrators
  • 1,221 posts
Never played with emac. But thought gedit was for gui. Gonna give a try tonight with my new ssh2

#11
OFFLINE   the_reaper

    Advanced Member

  • Members
  • 481 posts

Quote

Never played with emac. But thought gedit was for gui. Gonna give a try tonight with my new ssh2
i wouldn't suggest getting/using emacs. it's actually kinda hard to learn to use (eg. to save you gotta use ^x ^s, instead of just ^s).

#12
OFFLINE   HCN-SeriesN

    Advanced Member

  • Administrators
  • 1,221 posts
I use vi and nano. Going to start learning on my development server

#13
OFFLINE   HCN-willyhsv

    Advanced Member

  • Support Team
  • 1,858 posts
Really, the desktop you have installed does not make a difference. You can run all the Gnome stuff from the KDE desktop. And you can call them all from the command line. But if you want GUI based, then GVIM is the way to go ;) At least in my opinion.... then again, I am an old dog that dont like new tricks (unless they are of the hooker type... LOL).

#14
OFFLINE   HCN-SeriesN

    Advanced Member

  • Administrators
  • 1,221 posts
learning the editor :)

#15
OFFLINE   nowting

    Member

  • Members
  • 14 posts
Dw8 you?

#16
OFFLINE   radio

    Newbie

  • Members
  • 5 posts

View Posttomkoskz, on 06 July 2011 - 07:16 PM, said:

What programs do you use for editing pages in a linux enviroment?

I used to do develop in vi, and synchronize my local files to the web server with ftp, but now I prefer to use Aptana Studio to edit the file directly on the web server. By the way, it is also available for WIndows and Mac OS X.