Top X+1 things to do after installing Zorin OS 16

That is a good suggestion and they are very similar.
That thread is covering a particular video guide and it's suggestions, whereas this one is aimed toward user suggestions. Merging them may also get confusing as the timestamps of the postings would really spread them out through the thread.
There is a splinter thread to this one, also... on Discussing the topics of this thread, since it was getting pretty filled by non-suggestions.

1 Like

You can try out apt-fast. apt-fast is a shell script wrapper for “apt-get” that improves updated and package download speed by downloading packages from multiple connections simultaneously. If you frequently use terminal and apt-get to install and update the packages, you may want to give apt-fast a try. Install apt-fast via official PPA using the following commands:

sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get install apt-fast

Then head over to here for help with configuring it.

6 Likes

A post was merged into an existing topic: Discussing Top X+1 things to do after installing Zorin OS 16

Please reserve comments regarding posts in this thread to the Discussing Top X+1 things to do after installing Zorin OS 16 or Troubleshooting Top X+1 things to do after installing Zorin OS 16 if you are having issues.

Disable EXT4 Journaling

If you are using an SSD or NVMe drive I recommend you turn off journaling. EXT4 is a journaling filesystem. Meaning it keeps track of changes on your system (app installs, config changes, new files of all types) in case something gets corrupt or interrupted. This doesn't sound like a bad thing, but this is done every few minutes. If you are using your system all day, it won't be long before you use a few thousand writes to the drive. This is important in SSD and NVMe drives because they are limited to a certain number of read and write operations. To reduce the number of writes the system is doing, we can disable this feature. By disabling the feature you increase the chance of corrupt files if you have to hard reset your system. I would make sure everything is working and you have no freezes prior to executing this step.

This must be done with the partition unmounted, so you will need to boot back into the live image or, take note of the /dev/ in disks before rebooting, and you can press 'c' at the grub menu to perform this operation.

Once everything is setup and working properly, reboot and press 'c' at the grub menu. You will be given a command prompt. Here you will type:

tune2fs -O ^has_journal /dev/<drive-n-partition-id>

What is this doing? tune2fs is a built in command that allows you to adjust features available for the partition/drive.
The -O (that is a capital O) tells the command that you want to change an option.
The ^ in front of has_journal tells the command that you are disabling/removing the feature attached to it....in this case, has_journal.
The last part is the patition/disk that you are changing.
An example for my drive, being NVMe is:

tune2fs -O ^has_journal /dev/nvme0n1p4

After you boot into Zorin again, you can run the terminal and the following command to ensure it is disabled:

sudo debugfs -R features /dev/<drive-n-partition-id>

You will get the following output:

As you can see, has_journal is not in the listing.

2 Likes

Some folks don't recommend turning off the journaling.
Here is what they say:
https://forums.linuxmint.com/viewtopic.php?t=293779

They also posted:

8 posts were merged into an existing topic: Discussing Top X+1 things to do after installing Zorin OS 16

The considerable range in the lifetime of an SSD is related to different storage technologies:

  • Single-level cell SSDs (SLC) have a particularly long life, although they can only store 1 bit per memory cell. They can withstand up to 100,000 write cycles per cell and are particularly fast, durable, and fail-safe.
  • Multi-level cell SSDs (MLC) have a higher storage density and can store 2 bits per flash cell. They are more cost-effective than the SLC type but can only tolerate up to 10,000 write cycles per cell.
  • Triple-level cell SSDs (TLC) can hold 3 information bits per memory cell. However, at the same time, life expectancy can drop to 3,000 memory cycles per cell.
  • Quad-level cell SSDs (QLC) accommodate 4 information bits per cell. Reduced costs, more storage capacity, and higher storage density are also associated with a shorter service life with this type of device. Manufacturers usually only guarantee 1,000 write or erase cycles per cell.

Although the range in SSD life spans is considerable, all SSD types have a sufficiently high life expectancy with moderate use (with some limitations, including for QLC SSDs).

So in addition to what is posted above you have to consider this as well. They say 10 years is the long end of a avg user

I thought about the cost of my SSD and the breakdown over its lifetime to be fair for cost and replacement within that range fair

3 Likes

Ok. I don't have idea how it works. I choice a app Line and what next? I don't know where to login. It forward me to webbrowser this app. How start this line app? Maybe because tutorial on this webbrowser talking to much but don't show how funcionally using that.

It is confusing...yes. I checked it out. I don't think it would work in Ferdi. I can't even understand where it would work. There is a chrome extension. Do you even use it?
Check wikipedia to know more about Line....

Most services work only in Eastern Asian countries.

Line can installed with wine but maybe also some another idea on websides. I remember some software in linux can run app mobile.

I saw that Pop!_OS Shell is already mentioned in this thread. But while you are at it, I can highly recommend also installing Pop_OS! Launcher. It used to be part of Pop!_OS Shell but now you need to install it separately and it works great on Zorin

If you have ever run Pop!_OS you know how powerful the launcher is. It's like search on steroids. With the launcher, you can:

  • Launch applications
  • Open specific menus in Settings
  • Perform searches on specific websites (ex. google system76)
  • Perform calculations using the prefix: = (ex. =5+7+6)
  • Search recent files using the prefix: d: (ex. d:FileName)
  • Open file folders using one of two prefixes: / or ~/ (ex. ~/FolderName)
  • Run a command using one of three prefixes: t: or : or run (ex. run top)
  • Show launcher features by typing a question mark

Follow the tutorial here to install the Launcher

6 Likes

I followed the steps mentioned in the link but i am unable to find the launcher after installation .
can you help me with that please

You should be able to open the app menu (z icon on the taskbar) and type the name of the application in the search bar. If it doesn't show you may want to remove it and try again. Sometimes new applications are not visible until after a restart.

yeah rebooting fixed the issue
Thanks!

There is an upgrade for pipewire, that automatically switches from and to hsp/hpf during calls from the A2DP profile and back after, for bluetooth devices. Use the following to add the repository from the terminal:

sudo add-apt-repository ppa:pipewire-debian/wireplumber-upstream

Then you can install it with:

sudo apt install wireplumber

31...(I think?)
Install GNOME Sushi (for nautilus only)
It has the same function as the Mac OS like "Quick Look" feature which comes handy when you are looking for an image or pdf but the thumbnail is too small or the file manager could not create the thumbnail. It creates a preview for the file when you click on the file and press space bar. When you press the space bar again, it closes the preview.
It works with images, pdfs, most text document formats and videos too!!

The guide by Joey Sneddon of OMG! Ubuntu:

32...

1 Like

If you install Nemo (which i believe i recommended earlier) , you get a preview window in the file explorer on the right (similar to windows xp or windows 7 file explorer) when clicked. If you insist on sticking with nautilus, then emperor's suggestion is very useful. Personally, i don't care for using something that needs extensions for functionality (running KDE desktop with Nemo).

1 Like
  1. Install Zsh and
    Customize your shell with oh-my-zsh (change shell theme etc)
    and install plugins like autosuggestions zsh-syntax-highlighting

33....

2 Likes
  1. Install SysMonTask

Linux system monitor with the compactness and usefulness of Windows Task Manager:


6 Likes

A better alternative for sysmontask :wink:

1 Like