MAC application

MAC system application software and MAC usage tutorials and techniques, etc.

MAC application Programming development

FastScripts 3.3.8-1967 Script calling tool

FastScripts is a script calling tool on the Mac OS platform,Let users quickly execute AppleScript or shell scripts through menus in any application,Users can customize shortcut keys for any script in the menu and edit scripts through convenient shortcut keys.。 FastScripts is a quick script calling tool,Placed on Menubar,The submenu contains various types of scripts,FastScripts loads all Scripts in the Library/Scripts directory by default,Select “Create xxx Scripts Folder” to create a script folder named after the current program.,You can put the script in it and call it at any time,also,FastScripts can also set shortcut keys for each script。
MAC application Network tools

LuLu version 2.5.1 (Firewall software)

LuLu is an open source firewall tool for macOS。Can block outgoing network connections for any app,until you give us your permission。While LuLu is designed to detect malware generally by flagging unauthorized network connections,But it can also be used to prevent macOS components or third-party applications from transmitting information to remote servers。 feature 100% Free no ads,no time trial,No missing features。 it doesn't track、Spy or spy on you - because that's just pure evil! The full source code for open source LuLu is available on GitHub。This transparency allows anyone to audit their code,or understand exactly what's going on。 Protection LuLu is designed to alert you when unauthorized network connections are attempted。therefore,It can often detect malware,or to block legitimate applications that may transmit private data to remote servers。 Simple "do one thing",Get it done! ” LuLu is designed to be as simple as possible。certainly,This means that complex features may not be available,But it also means it's easier to use and has a smaller attack surface! Business Friendly Wondering what network events are detected? Or rules added by your users? LuLu provides a simple mechanism to subscribe to such events,and open、Store data like rules in an easily digestible way。 Network monitoring by design,LuLu only monitors outgoing network connections。Apple's built-in firewall does a great job of blocking unauthorized incoming connections。 Rules Currently,LuLu only supports "process level" rules,This means that the process (or application) is either allowed to connect to the network,or be banned。As is the case with other firewalls,This also means that if malicious code abuses legitimate (allowed) processes to perform network operations,this will be allowed。 single user currently,LuLu can only be installed for a single user。A future version may allow multiple users to install it on the same system。 DEFENSE YOURSELF What Legitimate Attackers/Security Experts Know,Any security tool that is specifically targeted,can be easily bypassed - even if the tool uses advanced self-defense mechanisms。This self-defense mechanism is often complex to implement,It's almost always in vain in the end。therefore,LuLu has (currently) few self-defense mechanisms implemented by design。For example,An attacker can enumerate all running processes to find the LuLu component responsible for displaying alerts and terminate it
MAC usage tutorial MAC application

How to convert English version of Sketch to Chinese:Tutorial on switching between Chinese and English in Sketch

Sketch for Mac is a powerful vector drawing design tool for mobile applications,For web and mobile designers,Much easier to use than Photoshop! So,How to convert the English version of Sketch to Chinese? The following is a detailed tutorial on switching between Chinese and English in Sketch,Let’s take a look! How to switch the Chinese version of Sketch to the English version Open Terminal。 Enter the following command and press Enter key: bash copy code defaults write com.bohemiancoding.sketch3 AppleLanguages ​​'("en-US")' How to switch the English version of Sketch to Chinese Open Terminal。 Enter the following command and press Enter key: bash copy code defaults write com.bohemiancoding.sketch3 AppleLanguages ​​'(zh-CN)' Go through the above steps,You can easily switch language settings in Sketch。Hope this tutorial is helpful!
MAC application Text editing

iA Writer 7.1.4 text editor

iA Writer 7.1.4 is a minimalist text editor designed for content creators,The following is a detailed introduction to it: one、Software Features Minimalist Design: iA Writer 7.1.4 abandons cumbersome interface elements,Let text take center stage,Help users immerse themselves in a pure creative world。 No layers of menus and complicated settings,Everything is most intuitive、Presented in the most concise way。 Markdown format support: Full support for Markdown format,Make document structure clear at a glance,Write more clearly and fluently。 Users can easily embed links in plain text、picture、Tables and text files,And check the display effect through preview。 Smart syntax highlighting and auto-completion: Provides intelligent syntax highlighting,Help users quickly identify grammatical errors。 Autocomplete function can speed up the user's creative process,Improve writing efficiency。 two、Core Features Focus Mode: iA Writer 7.1.4 offers unique focus mode,This mode hides all interface elements that may interfere with writing.,Leave only a blank piece of paper and a keyboard,Let users focus more on writing。 in focus mode,Everything outside the current sentence or paragraph fades from the user's view,Helps users stay focused and continue output。 Cloud sync: Supports seamless Dropbox and Google Drive sync functionality,Ensure that users’ documents are always with them safely and securely。 This is undoubtedly a huge boon for users who often need to process large amounts of documents.。 Document library management: Provides integrated document library management capabilities,Users can easily access all texts by swiping right,No need to switch back and forth between folders。 This makes it easier for users to manage and organize their documents。 Export options: Supports exporting documents to HTML、Multiple formats including Microsoft Word (.docx) and PDF,Meet the different needs of users。 Users can also create custom templates for previewing、Print and PDF export。 three、Other features Night mode: Provides night mode with inverted color matching,Convenient for users to write at night。 syntax control: Help users improve their writing through in-depth analysis of the grammatical structure of text。It can find adjective redundancy、verb weakening、Issues such as noun repetition and misuse of connectives,Make users’ text cleaner and neater。 Real-time statistics: Provides reading time statistics and sentences、Word and character count statistics and other functions,Help users better understand writing progress and content quality。 Four、System requirements and updates...
MAC usage tutorial MAC application

Detailed explanation of Mac computer file batch recovery techniques

My Apple laptop accidentally deleted all the files in "All My Files",What should I do if everything is moved to the trash? Found no batch recovery,Can only be restored one by one。Don't worry,Mac can only batch restore files in the same folder,Unable to batch restore files in different folders。The editor below will introduce how to batch restore Mac files。 step one:View files in the Trash When there is only one file in the Trash,You can see the menu option "Replace";But if there are multiple files,There is no such option。 Step 2:Open "Automatic Operation" 1. Click the launch pad at the bottom of the screen,Find the "Other" folder。 2.Enter "automatic operation"。 Step 3:Create a new automatic operation service 1. Select "Service" in the pop-up page,Then click the "Select" button in the lower right corner。 Step 4:Add AppleScript command 1. Find "Run AppleScript" in the left menu bar。 2.Enter the following command: tell application “Finder” set theItems to items of trash repeat with anItem in theItems move anItem to home end repeat end tell 3. Click the black triangle button in the red box in the upper left corner to execute the command。 Step 5:Handling error prompts If an error is prompted when executing a command,Just change "trash" in the command to "trash": tell application “Finder” set theItems to items of 废纸篓 repeat with anItem in theItems move anItem to home...
MAC application Network tools

SecureCRT 9.4.1-3102 cracked version (Old SSH client)

SecureCRT client for Windows,Mac and Linux,It combines rugged and reliable terminal emulation with the powerful encryption of the SSH (Secure Shell) protocol,Extensive authentication options combined with data integrity,Securing network management and end-user access。 The downloaded compressed package contains DMG files suitable for both ARM and INTEL platforms.。Please download and unzip the compressed package and select the corresponding DMG installation according to your Mac system.。
MAC usage tutorial MAC application

10a convenient method,Let Mac and iPhone work together seamlessly

Mac and iPhone work efficiently together,Give you a seamless cross-device experience。If you own these two Apple devices,Here are some great ways to make them work with each other: 1. Copy and paste content •Use Continuity’s universal clipboard feature,Easily copy and paste content between Mac and iPhone。Make sure both devices are logged into the same iCloud account,Bluetooth on,and enable switching in General in System Preferences or in the Switching option in Settings。 2.Recover tasks •Utilize the Handoff feature,Start a task on one device,Then continue on another device。For example,Typing in Notes on iPhone,Then continue editing on Mac。Handoff works with multiple apps,Such as Mail、Safari and Pages。 3. Share files、Web pages and more • Use AirDrop to quickly share files between Mac and iPhone、photo、Web pages, etc.。Make sure Wi-Fi and Bluetooth are turned on on both devices,And select AirDrop in the device's sharing menu.。 4. play music、Movies & TV Shows • Wirelessly stream content from your Mac to your iPhone via AirPlay,Or use software like Reflector to stream content from your iPhone to your Mac。Although Macs and iPhones cannot directly act as AirPlay receivers,But these tools can achieve similar functions。 5. Share your Internet connection •Set your Mac’s Internet connection as a Wi-Fi hotspot,Or enable personal hotspot on iPhone,Allow Mac to connect to iPhone's mobile data network。Tethering can be done via Wi-Fi、Bluetooth or USB cable。 6. Close Safari tab •After enabling iCloud sync,It's possible to close Safari tabs on iPhone on Mac。Make sure that in macOS System Preferences>“iCloud” and iOS “Settings”>Enable Safari sync in "iCloud"。 7. Unlock Mac using iPhone •Use third-party apps like Tether、FingerKey or Unlox (formerly MacID),Use your iPhone's passcode or Touch ID fingerprint to unlock your Mac。Another option is to use your Apple Watch for automatic unlocking。 8. Use your Mac’s keyboard to type on your iPhone • If the app on your iPhone supports iCloud sync,Can type on Mac,It will also be displayed simultaneously on the iPhone。Or use an app like Typeeto,Use your Mac keyboard as a Bluetooth keyboard for your iPhone。 9. Make and receive calls from your Mac • To receive and make calls on your Mac, make sure your Mac and iPhone are connected to the same network,and use the same iCloud and FaceTime accounts。Enable related options in FaceTime settings on macOS and Phone settings on iOS。 10. Send and receive SMS from Mac • After enabling the "Text Forwarding" feature,Can send and receive SMS via Mac。Make sure the corresponding phone number and email address are enabled in iMessage's settings。 Through the above methods,You can maximize Mac and iPhone synergies,Achieve a more efficient and smooth operating experience。
MAC usage tutorial MAC application

macOS “The software cannot be installed,Because it is currently unavailable from the software update server" Workaround

Some friends cannot install Apple developer tools command line tools,When installing, it will prompt "The software cannot be installed.,Because it is currently unavailable from the software update server",Let me teach you how to install it manually。 What are command line tools? Command Line Tools is a small standalone package from Apple,Available for macOS,Expanded the terminal with additional functionality。including but not limited to:svn、git、make、GCC、clang、perl、size、strip、strings、libtool、cpp、what、codesign and many other commands found in Linux。 For ordinary users of macOS,Mainly use its signature function,It is to sign unsigned applications/applications with invalid signatures.。Because Apple’s apps are not signed or have invalid signatures, they will basically crash and fail to run.。 Generally speaking,All you need to do is open the terminal,Then execute xcode-select --install in the terminal and the installer will open.,Then follow the prompts to install it。However, some users will report an error if their network cannot connect to the Apple server.:The software cannot be installed,Because it is currently unavailable from the software update server。 Solved once prompted:The software cannot be installed,Because it is currently unavailable from the software update server,You need to manually go to the Apple Developer Download Center to download the offline installation package of command line tools.。 Open the Apple Developer Center:https://developer.apple.com(The server of Apple Developer Center is not in China,So it will be very slow to open,wait patiently) Click Account on the far right side of the top navigation,Then log in to your Apple ID and open the Developer Download Center:https://developer.apple.com/download/more/ Search for command line tools (press the Enter key after typing in the search box) Select the version suitable for your macOS system。 10.15.x Command Line can be downloaded...