B
B
BonBon Slick2020-12-26 00:35:57
Career in IT
BonBon Slick, 2020-12-26 00:35:57

How to value yourself or how much is my time worth?

It is not enough to know a lot, as well as solve problems, even complex ones, but they can be as useless as those books that lie on the shelves and collect dust. So, by what criteria can you reasonably evaluate yourself, in terms of a developer.

I remember there was a social security for the office, the first question I was asked was what an interface is and what it consists of. Having 4 years of development experience at that time, at first such a question is embarrassing, because you expect some kind of catch, as if the interlocutor wants to hear something specific, and not primitive, he was, I think it was just a test of reaction rather than knowledge, but the share doubts that somewhere there is a catch, yet he sowed.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
L
Lazy @BojackHorseman IT Career, 2020-12-26
@BonBonSlick

the price of your time is your income for this period. those. zero
and your score, i.e. the real value of the product you made... hmm.. zero

P
Puma Thailand, 2020-12-26
@opium

Stupidly, the assessment of how many hours a person has worked in the industry works well The
question is, of course, without a catch, purely to weed out unnecessary people.
Just like OOP asks about polymorphism.

S
Saboteur, 2017-02-20
@saboteur_kiev

This error indicates that the php script located here:
/var/www/www-root/data/www/xndaasdqfjqwm7b.xn--p1ai/vendor/yiisoft/yii2/helpers/BaseFileHelper.php
seems to be trying to create a folder ( mkdir( ) line 488)
So which folder are you giving permissions to?
Look in the code / logs, what folder he is trying to create and where and there already and assign rights.

L
L0k1, 2017-02-20
@L0k1

I suspect that the problem is in the

C
CityCat4, 2017-02-20
@CityCat4

Doesn't the non-Latin folder name bother you? There are systems that are very nervous about names

V
Victor Taran, 2017-02-21
@shambler81

in 99% of cases, this is not an understanding of the entire Linux rights system
. In your case, these are most likely the owners of files and groups.
By mime 777, the file also has an owner and group
1. replies that this user will fall into the first seven
, the second for the second
3, respectively, all left
rights the files really look like this
. In your case, you operate with the 777 mask itself,
but do not forget that you are not even the same user.
And the Apache can for example not have the rights to create in this directory.
So do ls - l
see the rights
Next change the owner to the correct one
like this
In your case, most likely it is www-data:www-dataeither apache:apache
-R -recursively
The command is potentially dangerous and always write it with the full path and not "." Painfully smartly, she changes her rights.
Further, if everything is decided, then do not work from the root, but from the user from which the site works.
Well, or change the rights constantly.
But if it doesn't work, then you need to know about a few more points
. There are additional rights and even utilities that restrict, say, specific things, for example, allowing only to append. Or forbidding deleting anything in this directory but allowing you to create . this is a different story.
In any case, you ls -la the current directory and the same list with the valid
There are also specific php view mods that disable everything except 644 755 up to 777 ;).

Y
Yaroslav, 2017-02-22
@yaror

Is there no typo?
Permissions 777 or 0 777?
Should be with zero, in octal system)
Also, as an option, maybe some ACLs hang on the parent folder? What does this command say:
getfacl <folder-name-in-which-you-create-a-subfolder>?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question