Sponsored Content
Full Discussion: Best rules as a contractor
The Lounge What is on Your Mind? Best rules as a contractor Post 302754159 by Neo on Thursday 10th of January 2013 07:11:41 AM
Old 01-10-2013
Most of my career, over 95%, was as a self-employed person.

The formula is quite simple:
  • Honest, integrity, professionalism and honor above all.
  • Strong, current, relevant technical skills - always learning
  • Flexible, adaptive, and considerate to others and ideas
  • Hourly wages should be high enough for you to pay your own benefits, etc.

I also have a lot of experience on the other side of the equation, hiring contractors. I can tell you, for a fact, it is nearly impossible to find honest technical contractors who don't lie and fake their resume and references. In some countries, it is almost like resume cheating is the subculture norm.

I've even tried hiring "by the job" to do simple tasks like program some small code in PHP or HTML; and it is nearly impossible to get someone who can do a 1 hour job in less than three days or even weeks, LOL.

I've read so many "super duper" resumes, experts in this and that; but when I ask to just demonstrate some simple coding skills, the candidate falls apart with excuse after excuse.

So, to be a great contractor and make money is easy; if you are honest, skillful and all the things mentioned above.

Too many people are looking for shortcuts, they will lie and cheat and fake their skills on their resume and they struggle all their career. The people who just do the work, learn the skills, become experts, real experts, not fake ones; find that contracting is very easy (and rewarding!) and the money will flow and you will have a good life.

It's easy... their are no shortcuts, only hard work, honesty and integrity.

Without honor, all is lost.
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

rules?

What rules? I have been searching for hours on the internet and just cannot seem to find the command you would type to add a serial port or the file that specifies whether a filesystem shoudl be mounted at boot time or not............. (1 Reply)
Discussion started by: Xskwizitboi
1 Replies

2. Post Here to Contact Site Administrators and Moderators

Rules

https://www.unix.com/showthread.php?t=2971 Spelling Error. You 'Adhere' to rules, not adhear. (2 Replies)
Discussion started by: Tux
2 Replies

3. Post Here to Contact Site Administrators and Moderators

rules

rules are there but asking 2 questions out of 30 is surely understanable esp when the instructor gives an open book test and urged us to seek answers anywhere we can except from him directly. (2 Replies)
Discussion started by: vrn
2 Replies

4. Post Here to Contact Site Administrators and Moderators

Homework rules !

Why do you ask about prof info at homeworks forum..... do you contact to prof and tell him that this student asked for our help? I asked that because some of them are very strickt and conseder that as cheating (4 Replies)
Discussion started by: fwrlfo
4 Replies
FAKE-HWCLOCK(8) 					      System Manager's Manual						   FAKE-HWCLOCK(8)

NAME
fake-hwclock - Control fake hardware clock SYNOPSIS
fake-hwclock [ command ] [ force ] BACKGROUND
Many embedded Linux systems do not have a functional hardware clock. Either they simply don't have a hardware clock at all or they have a hardware clock but it is not usable (e.g. because Linux doesn't know how to use it or because no battery is present). This can lead to time moving backwards to some default value (often 1970) when the system is rebooted. Since lots of software assumes that time only moves forward this is a bad thing. NTP can (and should where practical) be used to sync with an external timeserver but it is not available early in the boot process and may be unavailable for other reasons. DESCRIPTION
fake-hwclock sets and queries a fake "hardware clock" which stores the time in a file. This program may be run by the system administrator directly but is typically run by init (to load the time on startup and save it on shutdown) and cron (to save the time hourly). If no command is given then fake-hwclock acts as if the save command was used. COMMANDS
save Save the time to the file. load Load the time from the file. If force is specified fake-hwclock will move the clock either backwards or forwards. Otherwise it will only move it forwards. FILES
/etc/fake-hwclock.data The file used to store the time /etc/init.d/fake-hwclock The init script used to run fake-hwclock on startup and shutdown /etc/default/fake-hwclock Settings file for the init script. /etc/cron.hourly/fake-hwclock Cron job used to save the time hourly ENVIRONMENT VARIABLES
FILE set the file used by fake-hwclock RETURN VALUES
1 is returned for invalid commands. 0 is returned in all other cases. BUGS
This approach can only provide a crude approximation of what a real hardware clock provides. Use of NTP or another method to keep the time in sync is strongly advised. Debian 5 April 2012 FAKE-HWCLOCK(8)
All times are GMT -4. The time now is 11:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy