Posts

Showing posts with the label computing

It happens.

Image

Computing

Image

Cloud computing - IAAS.

Image
Cloud computing what is it. It is a service of various types. Traditionally you have accessed a web server for your needs. There are actually many ways you can use "The Cloud" as a service (AAS). One that is becoming more prevalent is Infrastructure as a service (IAAS). Wikipedia defines it as: "In the most basic cloud-service model, providers of IaaS offer computers - physical or (more often) virtual machines - and other resources. (A hypervisor , such as Xen or KVM , runs the virtual machines as guests.) Pools of hypervisors within the cloud operational support-system can support large numbers of virtual machines and the ability to scale services up and down according to customers' varying requirements. IaaS clouds often offer additional resources such as images in a virtual-machine image-library, raw (block) and file-based storage, firewalls, load balancers, IP addresses, virtual local area networks (VLANs), and software bundles. IaaS-cloud prov...

Underused linux command.

Image
Most every software now a days is mouse or gui (graphical user interface) driven, but the real power comes when you can use the command line or what some people would call a dos environment. They are nothing alike. Even Microsoft, one of the biggest gui advocates is going back to the command line with MSWindows server 8 if what I am told is right.  Well, the Linux, Bsd, Unix, and other like operating systems never lost that advantage. (Note: you will need to be connect to the internet). One of the more popular variants of Linux uses a command called tasksel which can be invoked with: $ sudo tasksel What does that do for you do you ask? it allows you to install various environments with just a few keystrokes. The above command brings up a menu allowing you to choose what environment or package you want to install. This can be everything from choosing a desktop to installing a variety of servers. Package configuration     ┌───────────────────────┤ Software se...