SV650.org - SV650 & Gladius 650 Forum



Idle Banter For non SV and non bike related chat (and the odd bit of humour - but if any post isn't suitable it'll get deleted real quick).
There's also a "U" rating so please respect this. Newbies can also say "hello" here too.

Reply
 
Thread Tools
Old 02-02-10, 01:00 PM   #31
scooby2102
Guest
 
Posts: n/a
Default Re: UNIX (AIX) job in London

Quote:
Originally Posted by Davadvice View Post
I was begining to think that we were all geeks on here.

I used UNIX for the first time in anger(done it as a student before) 4 weeks ago and it was a total nightmare. we had to use VI and i decided to build the ctl file on my xp box and use ftp to upload. the other members of my team still fart about with VI. they wonder how i get my data in to the oracle box so fast !! i'm not telling
yep, gotta agree there dava, if in doubt, forget vi or ed, ftp the file, edit with notepad, put file back, nice n' easy, especially if there's loads of mods to hosts files or summat like that
  Reply With Quote
Old 02-02-10, 01:09 PM   #32
SoulKiss
Member
Mega Poster
 
SoulKiss's Avatar
 
Join Date: Jul 2006
Location: Sunny Croydonia
Posts: 6,124
Default Re: UNIX (AIX) job in London

Quote:
Originally Posted by scooby2102 View Post
yep, gotta agree there dava, if in doubt, forget vi or ed, ftp the file, edit with notepad, put file back, nice n' easy, especially if there's loads of mods to hosts files or summat like that
Utter rubbish...

vi used properly is a VERY powerful tool, comparing it to notepad is like comparing Rossi's race bike with tractor.

Just because you cant be bothered to learn it properly, dont blame the tool if you cant use it.

As for your suggestion, thats fine, unless of course the program you are re-writing the file, doesn't like Windows/DOS style line-feeds...
__________________
Sent from my PC NOT using any Tapatalk type rubbish!!

█╬╬╬╬()i¯i▀▀▀▀▀█Ξ███████████████████████████████)
SoulKiss is offline   Reply With Quote
Old 02-02-10, 01:11 PM   #33
ophic
Member
Mega Poster
 
ophic's Avatar
 
Join Date: Jan 2004
Location: Whyteleafe
Posts: 3,395
Default Re: UNIX (AIX) job in London

Quote:
Originally Posted by SoulKiss View Post
As for your suggestion, thats fine, unless of course the program you are re-writing the file, doesn't like Windows/DOS style line-feeds...
That's ok, just load it into vi and convert it...
__________________
Silver SV650SK3, Fuel exhaust
ophic is offline   Reply With Quote
Old 02-02-10, 01:11 PM   #34
timwilky
Member
Mega Poster
 
timwilky's Avatar
 
Join Date: Mar 2004
Location: Not in Yorkshire. (Thank God)
Posts: 4,116
Default Re: UNIX (AIX) job in London

Ah young man, the folly of youth.

What happens when you are presented with a locked down system, only you and a console. If you need to make changes, learn to use the tools that will always be available.

Of course people have their own workrounds. that is the beauty of linux, if you don't like a command name, give it an alias, if it doesn't do what you want, write it yourself or steal somebody elses.

I used to alias VMS type commands to their unix equivalent. Then over time I reversed and built command procedures/symbols etc to emulate unix commands under VMS etc.

But, when somebody has bodged a config file and you have to boot single user mode or off a cd etc you need to know the base tools
__________________
Not Grumpy, opinionated.
timwilky is offline   Reply With Quote
Old 02-02-10, 01:19 PM   #35
Davadvice
Guest
 
Posts: n/a
Default Re: UNIX (AIX) job in London

i get round that by using a app called text-pad it allows to save as unix file format apparently.
I don't dissagree that vi is powerfull but there are far easier options out there now with syntax highlighting and debuging assistance.

the guys i work with use sql+ i use Toad or pl/sql editor it's just easier to read and has more functionality. when i was in college the tutors asked us to use notepad to do html i said no and used a editor that hilighted the html. i don't understand why use somthing that is clearly more difficult to use.

I'm a mechanic to trade and for me using a bog standard screw driver to get out a tight screw out instead of getting the snap-on one is like chalk and cheese. why make it harder.
  Reply With Quote
Old 02-02-10, 01:22 PM   #36
Grinch
Guest
 
Posts: n/a
Default Re: UNIX (AIX) job in London

Which screwdriver you calling vi then, cus its more like the snap-on on to me.
  Reply With Quote
Old 02-02-10, 01:29 PM   #37
CheGuevara
Member
 
Join Date: Mar 2009
Posts: 478
Default Re: UNIX (AIX) job in London

Quote:
Originally Posted by Davadvice View Post
the guys i work with use sql+ i use Toad or pl/sql editor it's just easier to read and has more functionality. when i was in college the tutors asked us to use notepad to do html i said no and used a editor that hilighted the html. i don't understand why use somthing that is clearly more difficult to use.
The developers I work with insist on using gui tools to write their code (sql, pl/sql). I'm sure it's easier on them, but when it comes time for me to deploy it into our production database (Oracle) I find no end of formatting errors, and the scripts don't run unless I use the same tool they wrote it on.

Good code should run on the command line without me having to remove extra lines, spaces etc. Lazy developers are the biggest thorn in my side. If they insist on devloping in Toad or SQL Developer, then they should at least test to ensure it runs on the command line and fix it if not.
__________________
- K9 SV650S: Hel brake lines, carbon end can
- SZR660: The project...
- K5 SV650S: K7 GSXR750 front end, ZX6RR shock, GB Moto rearsets, Hel brake lines, Renthal risers, Tuono bars, V-Rod headlamp, "JMV" belly pan ~SOLD~ (wonder where it is now)
CheGuevara is offline   Reply With Quote
Old 02-02-10, 01:33 PM   #38
Sudoxe
Guest
 
Posts: n/a
Default Re: UNIX (AIX) job in London

Quote:
Originally Posted by ophic View Post
That's ok, just load it into vi and convert it...
Then you will see:
line^M

you want dos2unix to fix that...
  Reply With Quote
Old 02-02-10, 01:36 PM   #39
Davadvice
Guest
 
Posts: n/a
Default Re: UNIX (AIX) job in London

well i don't have to ask for my stuff to be deployed. so no concerns for me. those blasted devs!!
  Reply With Quote
Old 02-02-10, 01:36 PM   #40
timwilky
Member
Mega Poster
 
timwilky's Avatar
 
Join Date: Mar 2004
Location: Not in Yorkshire. (Thank God)
Posts: 4,116
Default Re: UNIX (AIX) job in London

Yes, I use IDEs for my development, far too many

Visual Studio
Eclipse
Oracle Jdeveloper etc.

I also use a 10 year old windows editor because it can display in hex/ascii etc and most important for me cut/paste in columns and not just lines.

Horses for courses. of course the specialist tools make life easier, that is why somebody invented them. However, you also need to be able to work from base principles.

So all you have available is a CLI :- a dumb terminal or putty shell. You have no fancy tools. I have managed unix boxes in china across 64K vsat links. even an X session is a non starter. it is cli or nothing.

still no point in arguing. Those who need to be able to do the job, know their tools. Those that don't, dont get the job
__________________
Not Grumpy, opinionated.

Last edited by timwilky; 02-02-10 at 01:41 PM.
timwilky is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A few from London. RobH13 Photos 9 16-01-10 11:34 PM
Anyone want to join me on a trip to London...from London? Kinvig Idle Banter 13 18-11-07 10:09 PM
Going UNIX Scooby Drew Idle Banter 21 07-10-06 10:31 AM
Unix Sysdamin wanted PBx Idle Banter 1 20-04-06 11:42 AM
What to see in London? greshaki Soho Massive 6 30-03-06 04:42 PM


All times are GMT. The time now is 09:21 AM.


Powered by vBulletin® - Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.