![]() |
Need a reliable grunt with some LAMP knowledge
Don't have to be able to code, but you need to be able to at least find your way around php files. Know how to get around a server from the command line, do simple installs. Know some css, some html.
I need someone reliable and cheap to do various odd work from time to time, shit I don't wanna and in some cases can't do. bernie4366 on skype. |
cheap != reliable
|
It does if a reliable person needs the money. Why the fuck am I seeing all these nicks who've supposedly been in the biz since 2001 or 2003 posting like they started working this business last week? Are all these just old accounts that got sold?
|
i have a guy in india, how much are you willing to pay ?
is it per job or per month deal ? |
Quote:
|
Open up a SSH session as user that is the owner of the files
Code:
cd ../path/to/start/the/recurse user manual command $ man find cat <FILENAME> nano (or server editor you want to use) <FILENAME> edit the file and save. example: Code:
barry@{}:~/www$ find $PWD -type f -name "*.php"|more |
I have a lot of contacts with developers ranging from grunts to extremely proficient in PHP/MySQL, JavaScript, Ajax, etc. Depending on what you need I can point you in the right direction. Of course if you just need someone to FTP/SSH and do some minor work I can assist if you need. *I can do complex work as well, but most of my time is devoted to a new project that I'm launching in Jan.
If you do hire a grunt worker - be sure to backup important files and directories. I'm sure you know this already, but I have seen people have their entire site screwed up because of some noob developer. |
You mean like
Code:
barry@{}:~/www/pushstate$ mkdir t Really, you just need working backups if you are just editing a production site's directory recursively. If you break something you can overwrite the bad file with a copy of from the backup directory. Doing this from a full site backup takes too long :2 cents: |
True, working backups are a must.
Another useful tool is 'find'. For example if you hire a freelancer to make a few minor changes it is good to know exactly what files were modified: Through SSH: find /pathtodirectory/public_html/ -type f -mtime -2 This will show all files modified within the last 2 days. It's a useful little command. |
I've lost the plot of this thread.
|
All times are GMT -7. The time now is 09:15 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123