ubuntu

Stay ahead with the latest trends in custom software development. Explore how AI, automation, and cloud solutions are shaping the future of business technology.

Amazon – Ubuntu CPAN Perl Install

Amazon – Ubuntu CPAN Perl Install If you experiencing any issues with installing, upgrading or managing CPAN perl libraries on a refreshley deployed Amazon EC2 instance make sure you have your build essentials!! Run: sudo  apt-get install build-essential    
Continue Reading

Ubuntu Static IP tips with VM

Ubuntu Static IP tips with VM Ensure your DNS settings are configured to that of your service provider otherwise you will not obtain internet connectivity. Check your VM NAT network settings – the gateway is default as 192.168.149.2      not .1
Continue Reading

APE Server

Installing APE on Ubuntu Server 10.10 This small tutorial was made based on the ape-project install documentation. It summarizes things to help people get APE running on Ubunto ASAP.   This small tutorial was made based on the ape-project install documentation. It summarizes things to help people get APE running on Ubunto ASAP. Hope it […]
Continue Reading

Install Google Mod Speed on Ubuntu / Debian

Install Google Mod Speed on Ubuntu / Debian mod_pagespeed is an open-source Apache module that automatically optimizes web pages and resources on them. It does this by rewriting the resources using filters that implement web performance best practices. Webmasters and web developers can use mod_pagespeed to improve the performance of their web pages when serving […]
Continue Reading

RedHat vs Ubuntu – Useful Package Commands

RedHat vs Ubuntu – Useful Package Commands Task Red Hat/Fedora Ubuntu Refresh list of available packages Yum refreshes each time it’s used apt-get update Install a package from a repository yum install package_name apt-get install package_name Install a package file yum install package.rpm rpm -i package.rpm dpkg –install package.deb Remove a package rpm -e package_name […]
Continue Reading