惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
F
Fortinet All Blogs
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
B
Blog RSS Feed
I
InfoQ
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
H
Help Net Security
L
LangChain Blog
M
MIT News - Artificial intelligence
Y
Y Combinator Blog
aimingoo的专栏
aimingoo的专栏

Latest news

LG G6 vs. LG G5: I compared the latest OLED TV models, and it's a surprisingly tough choice I saw the 'MacBook Pro for Linux users' for the first time, and it's a legit Windows threat I'm putting Motorola above Samsung when it comes to flip phones - and won't think twice I got an early look at ChatGPT Images 2.0, and it's impressive - with one exception I compared Thread, Zigbee, and Matter - here's the best smart home setup for you Scaling agentic AI demands a strong data foundation - 4 steps to take first 5 Apple products explain my optimism for John Ternus as the next CEO This Motorola phone deal comes with free Bluetooth trackers and earbuds - how it works Can a near infrared laptop light boost my mood? I tried it to find out This free app makes journaling so easy that I've managed to do it for 3 months I tested Surfshark's new Dausos VPN protocol - here's how it compares to WireGuard How to easily encrypt your files on an Android phone - for free I'm not giving up on DJI cameras yet - not when they can upset my GoPro like this Why I'm recommending last year's phones over 2026 models - with one exception This powerful Gemini setting made my AI results way more personal and accurate After testing this HP laptop, I get why its 'boring' design is adored by business users The best TV antenna of 2026: Expert tested Your old iPad or Android tablet can be your new smart home panel - here's how Apple's original AirTag still tracks effectively, and you can get a 4-pack for its best price ever T-Mobile will give you an iPad for $99 when you sign up for a new line - here's how How to qualify for Apple's education discount - and get a $499 MacBook Neo for school T-Mobile will give you a Samsung Galaxy Watch 8 for free - how to get yours Prolonged AI use can be hazardous to your health and work: 4 ways to stay safe Verizon will give you a free iPad or Apple Watch with your next iPhone - how the deal works The best laptops of 2026: Expert tested and reviewed I hid 4 Bluetooth trackers (including AirTags) to test their reliability - here's how Android rivals compared I stopped using my iPhone's hotspot after testing this 5G router - and that won't change The best Kindles in 2026: Expert recommended Does Best Buy price match? Everything to know about matching prices online and in-store The best WordPress hosting services of 2026: Expert tested and reviewed
5 ways I make Zorin OS faster and better than it already is
Jack Wallen · 2026-05-06 · via Latest news
zorinherolaptop
Jack Wallen/ZDNET

Follow ZDNET: Add us as a preferred source on Google.


ZDNET's key takeaways

  • Zorin OS is a fantastic and popular Linux distribution.
  • With just a bit of tweaking, you can optimize it to fit your needs.
  • These tweaks can be done by anyone and are free.

If I ever switch from Pop!_OS, my distribution of choice will be Zorin OS. It's clean, easy to use, reliable, and it offers plenty of customization options that let me make it truly mine. I can make Zorin OS look better, run faster, and function more efficiently. And with the release of Zorin OS 18.1, the developers have created what I believe is the best OS on the market.

Also: Linux Mint vs. Zorin OS: I've tried both Windows alternatives, and here's my winner

If you're a Zorin OS user, you might be interested in some of the optimizations I like to apply to the OS. If so, read on.

1. Make it faster

Who doesn't want a faster computer? One of the best ways to speed up Zorin OS is to enable Zram, which is a Linux kernel module used to create a compressed block device in RAM that allows for faster data access and efficient memory usage. Zram is like a much faster swap space, and the improvements are noticeable.

To enable Zram, install the necessary tool with:

sudo apt-get install zram-config

When that installation is completed, enable Zram with:

sudo systemctl enable --now zram-config

Next, you'll need to disable the swap file. First, open your fstab file with:

sudo nano /etc / fstab 

Note: There are no spaces between etc, /, and fstab in the above command.

In that file, comment out the /swap line like this:

#/swap

Save and close the file.

Also: My favorite Zorin OS settings and why you'll love them too

Disable swap with:

sudo swapoff /swapfile

Reboot your system.

Zram is now active, and your machine should show improved performance, especially when several apps are open and running.

2. Stop the startups

When you log in, certain apps automatically start. Some of those apps are necessary, while others may not be. To enable/disable startup apps, do the following:

Open the desktop menu and search for Startup Applications.

Look at the list of startup apps and remove any you don't want.

Zorin OS 18.1.

This is a freshly-installed instance of Zorin OS, so there aren't many startup apps.

Jack Wallen/ZDNET

Reboot your system so the changes take effect.

Keep in mind that you don't want to disable a necessary app. For instance, you'll want to keep the SSH Key Agent, so you can use Secure Shell.

3. Hot corners

I love hot corners. I can assign specific actions to each corner of my display, so all I have to do is move the cursor to one of the corners, and whatever action I've assigned happens. It's efficient, and it's simple.

Also: I'm a Linux power user, and this distro made me rethink what an operating system can be

The only caveat to Zorin OS is that it only offers a single hot corner. To get multiple hot corners, you need to install a GNOME extension that adds the feature. The extension is called Custom Hot Corners Extended. To install the extension, you'll need to either install Firefox or the Extension Manager (both of which can be installed from within GNOME Software). My preferred method is using the Extension Manager.

Zorin OS 18.1.

Install the CHC-E extension to enable multiple hot corners.

Jack Wallen/ZDNET

Once installed, you can go back to the Installed tab, click the gear icon associated with CHC-E, and then customize the hot corners to your specifications. 

4. Auto delete temp files

Your computer saves temporary files in /tmp for 10 days and /var/tmp for 30 days. Because some temporary files can include sensitive information, I prefer to have them automatically deleted. Not only can it prevent accidental exposure of sensitive information, but it can also free space.

Zorin OS 18.1.

You can also manually delete the temporary files from here.

Jack Wallen/ZDNET

With Zorin OS, you can configure the automatic deletion of these files in Settings > Privacy & Security. Click the On/Off slider for Automatically Delete Temporary Files and then set the delete period you want. I typically set the delete period for one day.

5. Using the auto tiling feature

If you're not accustomed to a tiling window manager, this might not appeal to you. For me, tiling window managers are incredibly efficient, and I even like it when those windows are automatically tiled.

Automatic tiling means that when you open a new window, it will automatically be placed on your desktop in a tiling manner. For example, if you open the first app, it will automatically be placed on the right half of the screen. Open a second window, and it'll take up the left half. The only caveat to Zorin auto tiling is that when you open a third window, it opens a floating app (meaning it can be moved and placed where you want).

Zorin OS 18.1.

If you've never experienced a tiling window manager, you're missing out.

Jack Wallen/ZDNET

You can manually tile the next apps if you want, but I do wish Zorin would make it such that the auto tiling would work the same as, say, Hyprland.

Also: I struggled with Hyprland for months, until this Arch-based distro fixed it

Either way, the tiling window feature is a must for those who want their desktops to be optimized for efficiency and speed.

Open Source