Posts

Showing posts with the label machine

Starting slackware 14.2 in a virtual machine.

Image
Started with Slackware linux and decided to go back and look at it.  In this case, I plan to use qemu to build a virtual machine. You will need to have a stable internet access for this project. You also need to have a fast machine with over a gig of memory.  You will not need to download and burn a cd or dvd.  You will need a floppy, usb, cd, or a network interface card that supports gpxe (ipxe). You will want to go to romomatic,net to build your image to put on your boot device. Though with Qemu you can just use the image without creating boot media,  Though I do recommend using 256 megabytes of ram. Be sure to set up the virtual drive for your install. Once you have everything the way you want then you can launch the install. Eventually you will get to a login and the you can start the the good old install; AAh, at home again. ------------------------------------------------------------------------------------------------------- Slackwar...

Running a hosted computer in your browser.

Image
What? You can not run a hosted computer in your browser. Actually you can now the virtual machines have advanced so much that instead of the output of the virtual machine just going to a window on your computer, it can be re-directed to a web browser.  So if you have software for your older obsolete machines, you can in a lot of cases still run that software. This is especially important for those old games you still can not put down.  One the web based machines we like to run is the good old Commodore 64. So when the better half wants you to move onto new equipment, just let her know you need a web server for biz reasons. She does not have to know. Older computers are nice, but it would be even nicer if you could run multiple operating systems and be able to get to them from anywhere. Done. There are now several emulators that can run pc software such as Linux, BSD, and some of the proprietary operating systems.  A good example would be say at a kiosk where you ...

How hosting companies rake in the dough.

Image
It seems amazing how hosting companies can have sites so cheap sometimes. Not knowing what goes on behind the scenes, you might think you have a whole computer just for your web site. It could be that way for more premium site rates. Amazon and all the major sites do two things. What they do is two fold. They use one set of hardware to set up what is known as virtual machines. One computer can emulate one or more additional machines. You do not have to purchase additional hardware to have another computer to set up a web site.  Almost like getting a computer for free. The second thing they can do is have what is known as virtual hosts. That is you can run many websites with only one computer. So every time a hosting company signs up someone to use their equipment for having a web site, it is almost like free money as it does not cost them any additional money to host your site (unless their equipment is at full capacity). For example, we love to have virtual web hosting. You c...

Get your mac back, Jack!

VMware Fusion users can now install Leopard, Snow Leopard in VMs!! as per: http://arstechnica.com/apple/news/2011/11/vmware-fusion-users-can-now-install-leopard-snow-leopard-in-vms.ars?utm_source=rss&utm_medium=rss&utm_campaign=rss

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...