We use cookies and similar technologies to improve your experience, analyze site traffic, and personalize content. By clicking "Accept All", you consent to our use of cookies. You can manage your preferences or learn more in our Privacy Policy.
Privacy & Cookie Settings
We respect your privacy and give you control over your data. Choose which cookies you want to allow:
These cookies are necessary for the website to function and cannot be disabled. They are set in response to actions made by you such as setting your privacy preferences, logging in, or filling in forms.
These cookies help us understand how visitors interact with our website by collecting and reporting information anonymously. This helps us improve our services.
Providers: Google Analytics, Plausible Analytics (privacy-friendly)
These cookies are used to track visitors across websites to display relevant advertisements and measure campaign effectiveness.
Providers: LinkedIn, Twitter/X, Reddit
These cookies enable the website to remember choices you make (such as your language preference or region) to provide enhanced, more personalized features.
Your Privacy Rights
Right to Access: You can request a copy of your personal data
Right to Deletion: You can request deletion of your data
Right to Object: You can object to processing of your data
Right to Portability: You can request your data in a portable format
Is your site crawling during peak hours? We analyze the hidden limits of shared hosting environments, from inode caps to CPU throttling, and explain why upgrading to a VPS with guaranteed RAM and SSD storage is the only viable path for professional deployment in Norway.
RAID is not a backup. Learn how to script automated, off-site backups using rsync and MySQL dumps while adhering to Norwegian data retention laws. A guide for sysadmins who value their sleep.
It's 2010, yet many developers still rely on slow disk I/O for session management. Discover how switching to Redis 2.0 improves latency for Norwegian users and why persistence beats Memcached.
Is your database locking up under load? We dissect my.cnf, Linux kernel schedulers, and storage latency to squeeze every drop of performance out of MySQL 5.1 and 5.5.
With Oracle's acquisition of Sun and the release of PostgreSQL 9.0, the database landscape has shifted. We analyze read/write performance, replication strategies, and why hardware I/O matters more than your SQL dialect.
Stop guessing why your server crashed. We dive deep into configuring Munin for trending and Nagios for alerting on CentOS 5, ensuring you spot performance bottlenecks before they become outages.
Client-side tracking misses 30% of your traffic. Discover how to deploy AWStats for forensic-level log analysis, why I/O performance dictates parsing speed, and how to keep your data compliant with Norwegian privacy laws.
It's 2010. RAID cards fail. Human error happens. If you are relying on manual tarballs, you are already dead. Here is how to automate your disaster recovery strategy in a Norwegian context.
Is the Digg effect killing your shared server? We analyze the technical bottlenecks of shared hosting environments versus the isolation of Xen-based VPS technology. Learn why serious Norwegian traffic demands root access.
Is Apache's mod_php strangling your RAM? We dive deep into the newly integrated PHP-FPM in PHP 5.3.3, Nginx reverse proxy configurations, and tuning opcode caches for massive concurrency.
Stop suffering from noisy neighbors and 'burst' RAM limits. A deep dive into Xen paravirtualization, why it beats containers for stability, and how to configure DomU instances for maximum throughput in the Norwegian market.
Is your Apache server choking on process forks during peak traffic? Learn how to deploy Nginx as a reverse proxy to handle thousands of concurrent connections while keeping your data strictly within Norwegian borders.
With the release of Firesheep, open Wi-Fi is no longer safe. Learn how to deploy a hardened OpenVPN tunnel on a CoolVDS CentOS 5 VPS, configure IPTables masquerading, and secure your traffic against packet sniffers.
Is your Apache server choking on concurrent connections? Learn how to deploy Nginx as a reverse proxy to handle thousands of requests, reduce RAM usage, and improve latency for Norwegian users.
Is your Apache server choking on MaxClients? Stop throwing RAM at the problem. Learn how to deploy Nginx 0.8.x as a reverse proxy to handle thousands of concurrent connections while keeping your backend lean.
Your server load is spiking, but you don't know why. Learn how to wield `tail`, `awk`, and Apache logs to debug issues instantly, and why high I/O storage matters for logging.
Stop letting 'burstable RAM' and noisy neighbors destroy your MySQL performance. We analyze why Kernel-based Virtual Machine (KVM) is the only serious choice for production environments in Norway.
Stop script kiddies at the border. A battle-hardened guide to locking down CentOS and Debian servers using IPTables, SSH keys, and Fail2Ban. Essential reading for NIX-connected infrastructure.
With Oracle's acquisition of Sun shaking the open source community and PostgreSQL 9.0 introducing streaming replication, the database landscape has shifted. We benchmark the choices for high-performance hosting in Norway.
Stop relying on burstable RAM. This deep dive into Xen paravirtualization covers kernel tuning, dom0 isolation, and why hardware-backed isolation is the only way to guarantee stability for high-load clusters in Norway.
Stop reacting to downtime and start predicting it. We break down the complete integration of Nagios alerting and Munin trending on Linux, ensuring your Norwegian hosting infrastructure stays bulletproof against load spikes and hardware failure.
RAID is not a backup. In this deep dive, we explore scripting robust, automated offsite backups using rsync, mysqldump, and cron to satisfy Datatilsynet requirements and save your sanity.
RAID is not a backup. If you are relying on manual tarballs or local copies, you are one typo away from unemployment. Here is the battle-hardened guide to automated, consistent backups using rsync, cron, and a healthy dose of paranoia.
Public WiFi is a security minefield. In this guide, we bypass the dangers of unencrypted networks by deploying a production-grade OpenVPN tunnel on a Norwegian VPS, utilizing the protection of Datatilsynet and the speed of NIX.
With PHP 5.3.3 finally merging FPM into the core, the days of Apache mod_php bloating your RAM are numbered. We analyze the performance gains of switching to Nginx + PHP-FPM and how to tune your worker pools for low-latency delivery in Oslo.
Is your MySQL server choking under load? In 2010, the bottleneck is almost always the disk. Learn how to tune my.cnf, switch to InnoDB, and why hardware RAID matters for Norwegian hosting.
It is 2010. If you are still using standard FTP, you are broadcasting your root passwords in plain text. Here is the technical guide to implementing Chrooted SFTP on CentOS 5 and Debian Lenny to satisfy Datatilsynet requirements.
Tired of 'burst' RAM promises and noisy neighbors? We dissect why Xen paravirtualization is the superior choice over OpenVZ for mission-critical hosting in 2010.
Data loss isn't a question of if, but when. In this 2010 guide, we break down robust automated backup scripts using rsync and cron, specifically tailored for Norwegian infrastructure standards.
It is 2010, and using Apache Prefork for high-traffic sites is no longer sustainable. We explore how the newly integrated PHP-FPM in PHP 5.3.3 drastically reduces memory footprint compared to traditional mod_php.