IBM Compatible vs Mac Clones; The nostalgic era of legal Mac Clones Computers, the era without the Apple Computer monopoly; This has been just a few years before the turn of the century, between 1995-1999


It was, the magazine PC-KYPRIAKO a Cyprus 🇨🇾 magazine for computers in Greek I started to read at the age of 14 years old from 1989-1990… learned my first computer experience, but without a PC, only by reading this Journal. Later in 1992, I got my first PC, an IBM-compatible MS-DOS Computer, 80386/i386, I think without a mouse!!! (since MS-DOS OS and Not MS-Windows OS). Two years later I upgraded the RAM & the OS to Windows 3.1 and started on Windows Office and Draw Apps like Word, Excel, and CorelDraw. I got a ballpoint mouse too.

In the mid-1990s, the personal computer market was dominated by IBM-compatible machines, but there was also a small but thriving market for Macintosh clones. These were computers that were legally licensed to run Apple’s operating system, from 1995+ but were made by third-party manufacturers instead of Apple itself. This was a unique period in the history of personal computing, and it’s worth taking a closer look at how it all came about.

In the early days of personal computing, Apple was one of the most innovative and successful companies in the industry. The original Macintosh, released in 1984, was a groundbreaking machine that set the standard for user-friendly graphical user interfaces. However, despite its initial success, Apple soon found itself struggling to compete with the much larger IBM-compatible market. By the early 1990s, Macintosh sales had stagnated, and the company was in danger of being marginalized.

To boost sales and increase market share, Apple decided to license its operating system to third-party manufacturers. This was a bold move, as it meant giving up some control over the hardware and software ecosystem that had made Apple successful in the first place. However, the hope was that by expanding the market for Macintosh-compatible machines, Apple could regain its position as a major player in the personal computing world.

The first company to take advantage of Apple’s licensing program was a company called Power Computing, which released its first Macintosh clone in 1995. The Power Macintosh line of computers was a huge success, offering consumers a wider range of choices at lower prices than Apple’s machines. Other companies soon followed suit, including UMAX, Motorola, and DayStar Digital.

At the time, many people thought that the Mac clone market was the future of personal computing. Apple’s market share was still relatively small, and the clones seemed like a viable way to expand the Macintosh ecosystem. However, things didn’t quite work out that way. Although the clones were popular among consumers, they were not successful enough to bring Apple back to dominance. They may have hurt the company more than they helped it.

One of the biggest problems with the Mac clone market was that it created a fragmented hardware and software ecosystem. Because there were so many different manufacturers making different types of Macintosh-compatible machines, software developers had a hard time creating software that would work reliably across all of them. This meant that the Macintosh ecosystem became much less attractive to developers, who were already more focused on the larger IBM-compatible market.

Another problem was that the Mac clones were often seen as inferior to Apple’s machines. Although they were cheaper, they were also less reliable and less well-designed. This meant that even Mac users often preferred to stick with Apple’s machines, rather than switch to a clone.

In the end, the Mac clone market was short-lived. By the late 1990s, Apple had regained some of its momentum with the release of the iMac and other popular machines. At the same time, the market for IBM-compatible machines was starting to shrink, as consumers began to shift their focus to newer devices like smartphones and tablets.

Looking back on this era, it’s clear that the Mac clone market was an interesting experiment in the history of personal computing. Although it didn’t succeed, it showed that there was a demand for a wider range of hardware options in the Macintosh ecosystem. And who knows – if things had gone differently, we might be living in a world today where Mac clones are just as common as IBM-compatible machines.


MacOS Alternatives in History & Now:

1

Mac Clones Computers 🖥️ [1995 – 1999]

The hardware had Apple hardware Specifications and ran MacOS.

2

Mac Hackintosh Computers 🖥️ [200X – 2023]

Hardware has IBM/Windows Specifications (Not all hardware is compatible with this process*, you have e.g. built a PC in the case with compatible parts like Intel processor, etc. AMD usually does not work) but runs MacOS.

3

MacOS VMs on MacOS using VMware, VirtualBox, or Parallels** 🖥️ [200X – 2023]

Hardware Apple Mac, host MacOS, running Guest MacOS isolated OS.

4

MacOS VMs on Windows or Linux using VMware, or Virtual Box*** 🖥️ [2006 – 2023]

Hardware IBM/Windows, host Windows 10/11 OS, running Guest MacOS isolated OS.


————notes————

* You must do your research for hardware compatibility.

** You must get a good Mac, as VMs usually need additional hardware resources like RAM over +16GB and an Intel processor over +4 cores.

*** You must do your research again for hardware compatibility, and get a good PC, as VMs usually need additional hardware resources like RAM over +16GB and an Intel processor over +4 cores.


————links————

The Macintosh Clones

https://everymac.com/systems/mac-clones/index-mac-clones.html
https://hackintosh.com/

Virtualization on a Mac (Apple.com)


https://www.makeuseof.com/tag/macos-windows-10-virtual-machine/


Why Ubuntu Studio OS is the Best Linux Distribution

Ubuntu Studio is a free and open-source Linux distribution that is designed for content creators, musicians, and other multimedia professionals. It is based on Ubuntu and has all the benefits of Ubuntu, Kubuntu, and other Ubuntu flavors. In this blog post, we will discuss why Ubuntu Studio OS is the best Linux distribution and how it can benefit content creators who are also programmers.

A. Ubuntu Studio is based on Debian, which is known for its stability and security. As a result, Ubuntu Studio inherits all the benefits of Ubuntu, Kubuntu, and other Ubuntu flavors. This includes access to a wide range of desktop environments, an app store, and other useful features. You can customize Ubuntu Studio to suit your needs, and it is easy to use even if you are not familiar with Linux.

B. Ubuntu Studio has more pre-installed apps than any other Linux distribution, and it includes a range of apps for content creation. For example, it has video and audio editing apps like Ardour and Audacity, image, and photo editing apps like GIMP and Darktable, eBook and desktop publishing apps like Scribus, and internet applications like Firefox and Thunderbird. It also includes a range of office FOSS apps like LibreOffice, making it a complete package for content creators.

C. Ubuntu Studio can be easily modified and extended for usage on additional programming tasks. You can install additional text/code editors, IDEs, and emulators for software development, making it the perfect choice for content creators who are also programmers. Ubuntu Studio is also compatible with popular programming languages like Python, C++, and Java, making it a flexible and versatile platform for development.

In conclusion, Ubuntu Studio OS is the best Linux distribution for content creators, musicians, and other multimedia professionals. It is free and open source, making it accessible to everyone. With its wide range of pre-installed apps and the ability to be extended for additional programming tasks, Ubuntu Studio is the absolute perfect choice for content creators who are also programmers. Whether you are a professional or a hobbyist, Ubuntu Studio OS can help you unleash your creativity and take your content creation to the next level.

And all this for free!

Linux CLI Terminal: Free Memory & Free Disk Space

How to Check Free Memory Space on Linux

========

How to Check Free Memory Space on Linux [Terminal]

==================================

Method 1: Using meminfo

cat /proc/meminfo

grep MemTotal /proc/meminfo

=================
=================

Method 2: Using free, top and Other Commands
1
Typing free in your command terminal provides the following result:
free
2
Use:
top
htop
3
Provides general information about processes, memory, paging, block IO, traps, and CPU activity.
vmstat

=================

How to Check Free Disk Space on Linux

========

How to Check Free Disk Space on Linux [Terminal]

==================================

Method 1: Using df 
The df command stands for disk-free and quite obviously, it shows you the free and available disk space on Linux systems.
1
With -h option, it shows the disk space in human-readable format (MB and GB).
df -h
2
View the disk usage with more details like filesystem type and blocks, you can use the command:
df -T
3
Shows the file system's complete disk usage even if the Available field is 0
df -a 

=================

Method 2: Using du, ls, and Other Commands
While df command is quite popular and should be enough for the use case, there are other alternatives that you can try including:

du -h → Shows disk usage in human-readable format for all directories and subdirectories.
du -a →Shows disk usage for all files.
du -s Provides the total disk space used by a particular file or directory.
ls -al →Lists the entire contents, along with their size, of a particular directory.
stat <file/directory> →Displays the size and other stats of a file/directory or a file system.
fdisk -l →Shows disk size along with disk partitioning information (may require sudo privileges).
dust  → An interesting alternative to the du command written in Rust, available for Arch Linux in the repositories. For other Linux distros, you can refer to its GitHub releases section.

=================