Linux for your taste (sorry Naw :D) (12 Viewers)

What OS do you use?

  • Windows

  • Linux

  • Mac

  • Other


Results are only viewable after voting.

Martin

Senior Member
Dec 31, 2000
56,913
And what is the plan after you finish the studies?
Do you have a job guarantee and do you plan to have a fulltime job which requires waking up early in the morning, going to work etc, or will you work from home?
Most work is the regular 9-5 gimmick, in fact by title I'm an engineer although some people say that software engineering isn't really engineering because our methods are too primitive (which is true). Anyway, think engineer in terms of job profile.

These are probably silly questions but i'm not familiar with these things and i know some people who work with computers and they earn a lot sitting on their chair at home and wearing their pijamas.
There are those, yes. The "IT" field as a whole is pretty big, there are people doing all kinds of things, some jobs are more informal than others. And because everything we do is on a computer, and because [almost] all computers are connected to the internet, it doesn't matter as much where you work physically.

I had a job working at a university a couple of years ago where I was sitting home half the time.
 

Buy on AliExpress.com

V

Senior Member
Jun 8, 2005
20,110
  • V

    V

Yes well, there's nothing stopping anyone from having fun at someone'e expense :disagree: I bet if I put your name on 'pedia you'd feel a little silly yourself.
Don't feel silly, I think it's pretty cool, you're like a celebrity. Please don't open one about me though. :D

Have any idea who wrote it?
 

sateeh

Day Walker
Jul 28, 2003
8,020
Most work is the regular 9-5 gimmick, in fact by title I'm an engineer although some people say that software engineering isn't really engineering because our methods are too primitive (which is true). Anyway, think engineer in terms of job profile.
Ppl are trying to change that and start crediting the profession more. It will never be engineering per say but maybe in a different capacity.
There are those, yes. The "IT" field as a whole is pretty big, there are people doing all kinds of things, some jobs are more informal than others. And because everything we do is on a computer, and because [almost] all computers are connected to the internet, it doesn't matter as much where you work physically.

I had a job working at a university a couple of years ago where I was sitting home half the time.
exactly and thats what a lot of people don't get. There are people who i work with in "IT" but don't know as expected about computers. Especially jobs such as Business Analysts.
 

JCK

Biased
JCK
May 11, 2004
125,390
I don't really like it but I can live with it. The thing that I dislike most is the panel. It's really horrible compared to 3.5's panel.
 

Martin

Senior Member
Dec 31, 2000
56,913
Static ip or dynamic? In the latter case
# dhclient <iface>
should do it, where iface is the network interface, called eth0 most likely. Check "/sbin/ifconfig"
 

Martin

Senior Member
Dec 31, 2000
56,913
i like to setup a static IP of 192.168.1.23, even though the router assigns an external IP of 59.95.xxx.xxx.
I'm talking about the internal ip though. If it has a dhcp service then you just run a dhcp client and get your ip address set up. Otherwise you have to know these things:
- The ip address
- The network mask
- The gateway
- The dns server

The first two determine what ip you have and what (how big) the network is. The gateway tells you where to send packets destined for outside this network (ie. the internet). And the dns server tells you where to send dns lookups.

In my case, this is how it looks:
- 192.168.1.12
- 255.255.255.0
- 192.168.1.1
- 192.168.1.1
 
Apr 15, 2006
56,640
well, i edited /etc/network/interfaces and added ip, netmask and gateway in there. i remember the last time i had to mess with this, i had to enter my gateway into the resolv.conf file to get it to work. i did it this time, and it didnt work! i tried 'ifconfig eth0 down' and 'ifconfig eth0 up' also, but that didnt help.


HELP!
 

Users Who Are Viewing This Thread (Users: 0, Guests: 10)