Blogs1 - 6 of 6 recent posts for tag:"admin tasks"
Sponsored
HDNet = The Reason HDTV Was Invented

Call your cable/sat provider and ask for HDNet

HD.net
23
Jul
2008
Operation Money Suck… a.k.a. Time Management For Marketers

46 days ago by admin

I remember hearing an interview with copywriting great John Carlton talking about how he and the legendary, late Gary Halbert used to focus all their marketing and copywriting efforts on sucking money out of their customers. John called this “Operation Money Suck”. It sounds crude, but my understand ...

Kikabink News - kikabink.com/news · Rank: 72,187 · 2 references

16
Mar
2008
Lisa Taliga Launches The 5 Key Steps

176 days ago by admin

Lisa Taliga Launches The 5 Key Steps Lisa Taliga has launched The 5 Key Steps . According to Lisa Taliga, A VA carries out a range of different secretarial, creative and admin tasks from their own home with a variety of clients, using their own computer and equipment. By the way, this has nothing to ...

Internet Marketing ... - internetwondersezine.com · Rank: 132,596 · 43 references

30
Sep
2007
Apache crashes whenever an account is created or deleted ? I’m running ...

344 days ago by Abee

RedHat 7.3 shipped with a broken psmisc rpm that turned a SIGUSR into a SIGPWR, which kills apache instantly with no logging (sigpwr says that the power went off and to close everything as fast as possible) You can fix it by upgrading to the latest fixed RPM: root@server [~]# cat /etc/redhat-release ...

GalaxieServices.com - galaxieservices.com/blog

How to authorize a remote IP to relay throught Exim

344 days ago by Abee

Create a file with your host IP or IPs and named it something like /etc/privaterelay i.e 192.168.0.2 192.168.3.4 Next, located the following entry at the top of the /etc/exim.conf file: hostlist relay_hosts = lsearch;/etc/relayhosts : \ localhost and change it to this: hostlist relay_hosts = lsearch ...

GalaxieServices.com - galaxieservices.com/blog

Access denied for user ‘root’@'localhost’

344 days ago by Abee

root@server [~]# mysql ERROR 1045 (28000): Access denied for user ‘root’@'localhost’ (using password: YES) root@server [~]# Make sure root pass is in /root/.my.cnf This is usually the first root pass the box was given once cpanel is installed. If it still does not work, you will need to reset the my ...

GalaxieServices.com - galaxieservices.com/blog

CentOS 4.3 not recording the last OpenSSH login (lastlog not working)

344 days ago by Abee

I recently had an issue where my server was not recording the last login time and IP address when you logged in via SSH. I believe I ran into this bug. To fix, I added a single line to my /etc/ssh/sshd_config file: UseLogin yes Now the server properly records the last login date, time, and IP addres ...

GalaxieServices.com - galaxieservices.com/blog