Pear OS 9.3 发布,高仿 mac 系统
我们都知道苹果 OS X 和 iOS 操作系统的设计都非常讨好人,但基本上只能购买 Mac 或 iPhone 、 iPad 等设备才能体验它们。不过,今天被我发现了一款可以在PC上安装的精美仿苹果风格免费系统!
Pear OS ( 梨子系统 ) 是一款来自法国的免费 Linux 操作系统,又名 RedPear 。最大的特色的界面设计风格与苹果的 OS X 非常相似,系统设计简洁易用,一些细节处理得也较好。它和之前推荐过的 Elementary OS 一样,均是基于 Ubuntu 修改而来的,因此安全性、稳定性、兼容性方面的表现都不错,如果你想体验一下苹果 设计 风格的 Linux,那么梨子值得一试……
「2015-10-14更新:新版本基于 Ubuntu 14.04 LTS 打造」
Pear OS (RedPear) 系统截图:
Pear OS 8 系统主界面截图
Pear OS 中文版 - 精美的仿苹果风格的免费 Linux 发行版:
如果 苹果 风格是你的菜,那么 Pear OS 8 就非常适合你了,它的界面设计得很漂亮,主界面底部拥有和 OS X 一样精美实用的 Dock 工具栏。由于是基于 Ubuntu 衍生而来的,它的软件兼容性良好。而且 Pear OS 还预装了一系列实用工具,如 Clean My Pear 2、MyPear 6、Pear PPA Manager 等。大家从截图感受下吧……
Pear OS 安装界面截图
安装过程中的设置部分跟 iOS 非常相似啊!
Pear OS 8 桌面 (iOS7主题)
系统信息
类似 Mac OS X 中的 LaunchPad
Pear OS 应用中心
Pear OS 8 自带多国语言支持(可以下载安装简体中文),安装好系统之后可以进入设置界面选择语言。不过中文汉化还有些小问题 (不够彻底),如果英语还好的话直接用英文版吧。
此外, Pear OS 8 还提供了 Pear Cloud 云服务,可以将你的PC与网络连接到一起,它能 同步 你的联系人、文档、音乐、照片等,这样你就能在任意一台PC上打开、添加、删除、修改你的个人数据。
Pear OS 8 演示视频: http://v.youku.com/v_show/id_XNjM2MTQ0OTc2.html
视频是在 Linux 下用 VirtualBox 虚拟机安装 Pear OS 8 录制的,大家可以从中看到 Pear OS 8 的样子
写在后面:
总的来说, Pear OS 8 虽然借鉴了苹果的 设计 ,但做得还算不错,整体做得比较简洁,易用较好,而且系统的性能也不错。对于喜欢折腾操作 系统 或者喜欢尝试各种 Linux 发行版的同学可以试试吧
https://sourceforge.net/projects/pearlinux/files/

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Laravel simplifies HTTP verb handling in incoming requests, streamlining diverse operation management within your applications. The method() and isMethod() methods efficiently identify and validate request types. This feature is crucial for building

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:
