Header Image - We Provide Solid Removal Solutions

Monthly Archives

5 Articles

How to solve intermittent WiFi disconnection on Mac?

by removeos_admin

WiFi disconnection is very frustrated, how can we deal with it?

2

The reasons that cause WiFi disconnection on Mac include:

1. The router is interfered by external factors or its signal is weak.

2. Incorrect settings of Mac networking.

3. Unsafe app has been used for network freeloading, which resulted in setting modification by the unsafe app.

Corresponding solutions are as follows:

1. Change the position of the router.

2. Open “Network” from “System Preferences”, click “Automatic”, select “Edit locations…”, click “+” to add a new network site, and reboot the Mac.

3. Restore the router to its factory settings, and call the network provider to unbound the media access control code.

Additionally, if the Mac used to get impacted badly, there may be some problem with its network card. But most of the time, intermittent Wifi disconnection on Mac is caused due to router setting modification by unsafe factors.

Access NTFS read-write functions on macOS Sierra

by removeos_admin

This has been tested successfully on macOS Sierra. I put NTFS in another disk partition (also works for mobile HDD). There are many similar articles on the Internet, but none of them said the test was successful, probably because of different system versions. I couldn’t index NTFS disk, even after we tried to recreate system index, there were still missing files for unknown.

Return to the subject, here are the steps:

1. Open the Terminal, enter the following command to view disk information – your partitions under Name (Mine are C, D, E, F).

diskutil list

21

2. Check /etc/fstab files – fstab is a text file, which should be empty if it hasn’t been modified. This file is used to configure file system, and all your plug-in partitions must be in this file, otherwise they won’t be added the next time you start up. You’re suggested using Notepad to modify, just enter the this command:

sudo nano /etc/fstab

Then enter the system password (it will skip if no password has been set), you will see the file content.

3. Type the following commands. The “C, D, E ,F” represent my NTFS partitions, just replace them with your partition names, each line for one partition. Use \404 to replace blank space in your volume labels if there is any. When you finish typing in these commands, press ctrl + X, and the Notepad will ask you whether to save it. Chooose “yes” and exit.

LABEL=C none ntfs rw,auto,nobrowse

LABEL=D none ntfs rw,auto,nobrowse

LABEL=E none ntfs rw,auto,nobrowse

LABEL=F none ntfs rw,auto,nobrowse

22

4. Eject the mobile HDD/Plug in the computer, use an uninstall tool for removal, then successively add them in the disk utility.

5. Enter the following command to mount the disk volume lables (If you can’t perform this step, it may not be seen in Finder).

sudo In -s /Volumes ~/Desktop/Volumes

Surprise! Workflow updated to resupport Chrome

by removeos_admin

1

Workflow, a few days ago, released an update to fix bugs and resupport Google Chrome and Pocket. Before this, after Apple acquired Workflow, users discovered that they couldn’t operate Chrome and Pocket on this app. This update also added two features for Apple Music.

After Apple acquired Workflow, this app remained on the App Store, and Apple has allowed part of the users to apply for refund. Although team of the app said there wouldn’t be any update in the near future, Apple just brought us this little surprise still.

Workflow 1.7.4 update allows users to continue using Google Chrome and Pocket. For example, users can open particular URL on Chrome using the app. On Pocket, items can be added to the reading list, and items can be obtained from the reading list.

Additionally, this update provides Add and Remove for Apple Music’s Up Next, plus a series of actions, the automation will be able to create an Up Next playlist quickly.

Workflow can be downloaded from the iOS App Store for free on iPad and iPhone.

Steps to clear all user log files on Mac

by removeos_admin

21

The logging system of macOS is very elaborate that i can monitor and log various system level and app level functionality, including app crashes, problems, and internal errors with apps.

Here you can learn how to access the raw log files and clear these user level logs from your Mac. But this is aimed at advanced Mac users instead of the average or novice users.

To be perfectly clear, these logs are almost entirely crash and error logs for particular apps. Despite what some third-party utilities may claim, removing user level logs is not a necessary task and nor should this be encouraged.

How to clear user logs from macOS

You’re suggested backing up your Mac before doing this.

1. From the Mac finder, pull down the “Go” menu and select “Go to folder”

2. Enter the following directory path exactly, including the tilde:

~/Library/Logs

3. Selectively choose the logs you want to inspect or delete, or alternatively you can select and trash them all

22

4. Empty the Trash

Please note that you may not restore any meaningful disk space by deleting log files, which may take up just a couple of megabytes or maybe even just kilobytes. And doing this will not speed up your Mac.

Feature of Office was designed on Mac

by removeos_admin

2

In Windows, Clippy can help PC users with their Microsoft Office software. Despite it’s meant to be good, it’s not favored by everyone. “You’re writing, need some help?” This prologue of Clippy is the biggest reason that Microsoft Office users don’t like it.

Since 1997, we could see Clippy automatically appear in Microsoft Office, until 2001, it’s no longer a default feature of the software. Microsoft even made fun of Clippy in the ads of new Office software to emphasize the convenience of their new product. In the 2007 version and higher, Microsoft Office has completely terminated the Clippy help system.

Recently the designer of Clippy, Kevan Atteberry, mentioned this work in the interview of Motherboard, retrospecting many interesting things and the process of designing Clippy back in the old days. He said there were 250 designs to choose in total, and Microsoft, designers and social psychologists of Stanford University together made the decision of choosing his design. None of them thought it would be disliked by users.

But the most unexpected is that since Clippy was chosen, Atteberry never saw it himself. You might have guessed it: Atteberry designed Clippy on Mac, which he works with all the time without using Windows, so he hasn’t gotten a chance to see Clippy.