GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How to remain organised? (https://gfy.com/showthread.php?t=1284286)

G-Unit01 11-12-2017 06:27 AM

How to remain organised?
 
Hi everyone,

I'm hoping to get some advice on how to keep organised and what are the best apps or tools to use?

I have a number of domains, projects, blogs running and I sometimes feel I lose track on monitoring the projects.

For example, being reminded to add new posts once a site's scheduled posts have finished, keeping track of costs of a project etc.

Looking forward to your input.

Barry-xlovecam 11-12-2017 09:25 AM

https://s18.postimg.org/412ndwgmh/post-it-monitor.jpg

Attempts at rigid organization have never worked for me, wither a calendar (other than for appointments) or some written plan.

I prefer to set tasks;
  1. Immediate with completion (times|dates)
  2. Intermediate goals with some working window.
  3. Short-term goals 12 months to 18 months.

Immediate can just be a mental list -- a weekly plan.
Intermediate goals I just make a directory and make subdirectories -- on a good USB so that it is portable between working machines.



I hate filling out forms -- like a chained monkey. I prefer to work with a series of tasks (topics to be explored), objects and notes that I design and personalize. The advantage is in back and forth work and future planning. You can organize your work how you best understand it.

Barry-xlovecam 11-14-2017 12:43 AM

you got me thinking about this :)

Code:

barry@paragon-DS-7:~/temporary/dairy$ mkdir -p $(date +"%Y/%m/%d")/posts
barry@paragon-DS-7:~/temporary/dairy$ mkdir -p $(date +"%Y/%m/%d")/coding
barry@paragon-DS-7:~/temporary/dairy$ mkdir -p $(date +"%Y/%m/%d")/phonecalls
barry@paragon-DS-7:~/temporary/dairy$ mkdir -p $(date +"%Y/%m/%d")/appointments
barry@paragon-DS-7:~/temporary/dairy/2017/11$  cd /home/barry/temporary/dairy/2017/11/14
barry@paragon-DS-7:~/temporary/dairy/2017/11/14$ ls -1F
appointments/
coding/
phonecalls/
posts/

barry@paragon-DS-7:~/temporary/dairy/2017/11/14$

A daily work directory -- LINUX :)

** here is a better version
Code:

mkdir -p $(date +"%Y/%m/%d")/appointments &&  touch $_/appointments.txt
this makes

/home/barry/temporary/dairy/2017/11/14/appointments/appointments.txt

Then to find something
Code:

barry@paragon-DS-7:~/temporary/dairy/2017$ grep -rni 'smith'
11/14/appointments/appointments.txt:1:John Smith 10:00 am
barry@paragon-DS-7:~/temporary/dairy/2017$

Linux Bash Scripting: How to create directories for each day of the current month ~ Shell Programming

this is interesting using calc could be tweaked ... this makes a directory structure for the whole month.

bns666 11-14-2017 02:28 AM

you don't get organized over night, you must have a proper approach of doing things within long term and that's how you become more efficient and organized.

plsureking 11-14-2017 06:04 AM

i recommend searching for that topic on youtube. then maybe search and watch related videos. if that doesn't help, start watching the trending videos. if you still can't get organized, you have a problem wasting too much time on youtube.

seriously tho, there's a lot of good time management videos on youtube.

#porncms

Cyber Fucker 11-14-2017 08:49 AM

Maybe excel spreadsheets could help in this task.

Ciprian Bitter 11-24-2017 07:28 AM

Quote:

Originally Posted by G-Unit01 (Post 22071884)
Hi everyone,

I'm hoping to get some advice on how to keep organised and what are the best apps or tools to use?

I have a number of domains, projects, blogs running and I sometimes feel I lose track on monitoring the projects.

For example, being reminded to add new posts once a site's scheduled posts have finished, keeping track of costs of a project etc.

Looking forward to your input.

First of all, you need to educate yourself, which is not an easy journey, but not impossible as well. For this, you need to adopt some basic principles, such as:
- focus on one thing and one thing only
- whatever comes up, handle it now (I know it is the opposite of the first, but if the first is in progress, set yourself a reminder so as to not forget about the second task)
- use a calendar tool (to know when something needs to be done and by what time) + reminders (if you're going to delay, just like in point 2, put a reminder some time in advance from the deadline, so that you have time to finish it)
- know your goals, break them down into small steps, try to create a fixed timetable (for example: 9:00 AM breakfast, 10:00 AM Gym, etc). This will become automatic to you in time
- try to automate or delegate processes, so that you can focus on other stuff and remain organized (clutter is not good)
- learn to say NO to stuff that doesn't help you achieve any of your goals

For me, a calendar and prioritisation techniques (like saying NO to crap) help remain pretty much organized. You might feel like a robot until you get used to this stuff, but in the mid-term you should be able to get a hang of it and still enjoy spontaneous life :)


All times are GMT -7. The time now is 06:01 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc