| bio | website | viewpointzero.blogger.com |
|---|---|---|
| location | Riga, Republic of Latvia | |
| age | 37 | |
| visits | member for | 3 years, 11 months |
| seen | Mar 15 at 16:02 | |
| stats | profile views | 16 |
Experience:
Sysadmin — ~ 8 years total, Win, Linux, HP-UX, MySQL, PostgreSQL.
Programmer — ~1 year as main job, custom web development projects every other year or so: Python, Java, Javascript, C++, PHP, etc. [as long as it is not Lisp, it can be learned easily], associated technologies: HTML, XML, CSS, etc.
IT Project Manager — 3 years total
CIO(?) — 6 years now
|
Mar 30 |
awarded | Popular Question |
|
Mar 10 |
awarded | Taxonomist |
|
Jan 3 |
answered | How to forward internal domain queries to external DNS |
|
Jan 3 |
comment |
Assigning a public IP on Windows Server 2008 R2 Sorry for the stupid comment, but these things can get overlooked sometimes: are the NICs connected correctly? ie. NIC for external network should go into your ISP's router modem and NIC for internal to your internal network switch. |
|
Jan 3 |
comment |
How to speed up Drupal 7 with remote DB (not DNS resolving) Thank you for the answer. Since I needed a solution quickly (and you can see the question is rather an old one), I simply accepted that PHP is extremely bad with remote databases and moved the SQL server to Drupal VM. Maybe some other people who experience the same problem will try out your solution and comment/vote here. |
|
Nov 29 |
awarded | Autobiographer |
|
Oct 28 |
awarded | Popular Question |
|
Oct 19 |
awarded | Popular Question |
|
May 11 |
comment |
How Do I Set Up a Subdomain with a Separate Webhost and Domain Registrar? Yes, that would seem to indicate this. |
|
May 10 |
answered | Database of services and related information for various Linux distributions |
|
May 10 |
answered | “open files” ulimit: controlling via limits.conf |
|
May 10 |
revised |
How Do I Set Up a Subdomain with a Separate Webhost and Domain Registrar? missed fixing the domain; added 24 characters in body |
|
May 10 |
answered | How Do I Set Up a Subdomain with a Separate Webhost and Domain Registrar? |
|
May 10 |
answered | How to auto chown/chgrp files after FTP upload? |
|
May 10 |
comment |
How to auto chown/chgrp files after FTP upload? you can do chmod u+s as well, which should set the user, too, when executed on directory. it is referenced also in several places on web, but doesn't actually seem to work when i tested it right now. |
|
May 10 |
comment |
Permission Denied trying to execute a .conf file. Yep .conf files on Linux are 99% simple text files that you edit with any Linux text editor, or copy them to windows machine, edit there and copy back. |
|
May 10 |
comment |
High memory even tho no traffic OOM issues might also indicate that the web pages use more memory than apache and/or php or whatever platform you are using has configured. In that case you just need to configure the respective system to allow more memory per page serving/script run. |
|
May 10 |
answered | All services are down |
|
May 10 |
comment |
How to speed up Drupal 7 with remote DB (not DNS resolving) Thank you. Mysql tuner just recommended to increase size of some buffers and pools, which I did. That didn't help. Memcache sounds like a plan, will try to implement it, thanks. |
|
May 9 |
comment |
How to speed up Drupal 7 with remote DB (not DNS resolving) Yes those queries are from loading a random page. I just checked and loading front page actually does around >1000 queries! :-O |