Hey, you guys got a BI/Data guy (i can't say expert, yet, lol), if needed. ETL, OO, Web Dev, and BI/Data work. Thats my fortay. O, and minor work with business rules engines (ehhh, you probably shouldn't ask about that)
How were you able to break into software engineering? Im currently doing sysadmin/helpdesk work but I'm close to my comp sci degree.Always saw this thread, but never thought to enter it. Looks like some good knowledge is being shared here.
I have a little over 5 years in the industry in the Software Engineering field. I'm tied to my current gig for another year and a half, but after that I will be exploring the market to see what I could be doing.
How were you able to break into software engineering? Im currently doing sysadmin/helpdesk work but I'm close to my comp sci degree.
Also, i have a question for the IT brehs..I have a new gig coming up which pays nearly 4k a month. This is more than I currently make. Only problem is the new gig only gives a paltry 40 hrs of paid vacation a year...with no sick leave. My current job gives 3 weeks combined PTO and vacation...
The new gig looks like the job will be more fun and less stressful than working at a MSP in helpdesk but that 40hrs year is killing it for me. Makes me wonder how they treat their workers if they only give such small amounts of vacay time....
What do y'all think?
Also, i have a question for the IT brehs..I have a new gig coming up which pays nearly 4k a month. This is more than I currently make. Only problem is the new gig only gives a paltry 40 hrs of paid vacation a year...with no sick leave. My current job gives 3 weeks combined PTO and vacation...
The new gig looks like the job will be more fun and less stressful than working at a MSP in helpdesk but that 40hrs year is killing it for me. Makes me wonder how they treat their workers if they only give such small amounts of vacay time....
What do y'all think?
My job only gives me 40 hours of sick time (legally required by the city, i believe) and that's it. No PTO at all. It's also the lowest level tech job you can get while still calling it an IT job. The pay is also pretty damn low. But it's my first IT job and I only have A+, so I'll stick with it for now.40 hours?
dd if=/dev/dsk/c0t0d0s0 of=/dev/dsk/c0t1d0s0 bs=409600
Its not specifically Solaris, its *Nix. Research the dd command and you should find what you're looking forANy of you fukkwads in here talking all this sh!t Solaris certified? Or know Solaris really well? I'm pretty good myself but am not very familiar with this process so I need help real quick.
Please tell me what the fukk is wrong with this command. Cant see why it's not cloning as expected.
Code:dd if=/dev/dsk/c0t0d0s0 of=/dev/dsk/c0t1d0s0 bs=409600
When i enter this I would expect it to start cloning but the system just outputs "if=/dev/dsk/c0t1d0s0" and nothing happens.
This shyt is for a level 2 engineer. I would expect that to have a bit of clout...but i guess I'll see how it goes..My job only gives me 40 hours of sick time (legally required by the city, i believe) and that's it. No PTO at all. It's also the lowest level tech job you can get while still calling it an IT job. The pay is also pretty damn low. But it's my first IT job and I only have A+, so I'll stick with it for now.
Been keeping my eye out for a better job, but I'll really start looking for another gig during the Christmas holidays.
Ive looked it up on the oracle site and its correct. But for some reason it simply isnt dd'ing ths sh!t. It's not the slice either. I've tried others and same resultIts not specifically Solaris, its *Nix. Research the dd command and you should find what you're looking for
Is the target (if = input file) still mounted?Ive looked it up on the oracle site and its correct. But for some reason it simply isnt dd'ing ths sh!t. It's not the slice either. I've tried others and same result
Yes. I would assume it needs to be mounted in order to find itIs the target (if = input file) still mounted?
No. Unmount but dont eject. It should work thenYes. I would assume it needs to be mounted in order to find it
Correction: try "umount"Yes. I would assume it needs to be mounted in order to find it
Hmm.. had already shut it down and booted in single-user mode. I assumed that once i booed boot -s it would not have any disks mounted at that pointNo. Unmount but dont eject. It should work then
Instead of 'eject /dir/' use 'unmount /dir/'