Skip to main content

Top 6 Terminal Commands User Should Know

When you start thinking of Terminal, then most of the times you imagine that a hacker is sitting in front of their system and then trying to break into an FBI database. In actual, it’s just a simple device that can make using your Mac much more easily.
By saying this, I don’t mean to say that learning about Terminal commands is easy but using them is very easy. Here how:
  1. Restart your Mac Automatically After it Freezes
Mac is reliable, but they have been known among the youth to freeze up on occasion frequently. If you don’t want to deal with having force shutdown manually then after that you can use this Terminal command to make- OS X instantly reboots on freeze.
•    sudo system setup -setrestartfreeze on
commands
  • Check for Software Updates
If you’d get app updates as soon as possible so that you use this command to have to check it daily instead of the default Mac App Store checks for updates on a daily basis.
•    Defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 1
  • Change Screenshot File Type
You can switch to either BMP, GIF, JPG, PDF, or TIFF if you don’t like that screenshots get saved as PNG files on your Mac. To your desired file extension be sure to change the ‘png’.
•    Defaults write com.apple.screencapture type -string “png”
  • Screenshot Location Need to be Changed
Only swapout the ‘/folder location’ part with the whole location you want so that you can avoid screenshots cluttering up on your desktop.
•    Defaults write com.apple.screencapture location /folderlocation
  • All Hidden Files and Folders Should be Shown
There is no option to view hidden files and folders in Mac OS X until and unless you know the location, but by using the Terminal command you can make all them visible.To again hide them, change ‘true’ to ‘false’.
•    Defaults write com.apple.finder AppleShowAllFiles -bool true
Important-For immediate changes, hold ‘Alt’ on your keyboard, then right-click on Finder in your Dock and after that click on ‘Relaunch’.
  • Individually Hide or Unhide Files and Folders
You can unhide file and folder on your Mac if you don’t want to see every hidden file and folder, For instance, The Library folder which most of the users want to hide.
•    chflagsnohidden ~/Library/Hope, you found something helpful for yourself and for your friends too.
Graccey Leio is a self-professed security expert; she has been making the people aware of the security threats. Her passion is to write about Cybersecurity, cryptography, malware, social engineering, internet and new media. She  writes for Norton security products at norton.com/setup

Comments

Popular posts from this blog

How to Troubleshoot TP-Link Router Error Code 5008?

TP-link is the best router for connecting your device from the internet which is easily available in the market. The TP-link is the Chinese company manufacturing computer networking based products and sell them across the globe. It was first launched in the year 1996 by two Chinese brothers. The company started its first international expansion in the year 2005. However, the Tp-link products consist of wireless routers, mobile phones, ADSL, DSLR, routers, switches and many more. Therefore, due to the variety of products it is popular among the users and most demanded router to connect with the internet. Though, it is not always flawless and shows some technical errors which users can’t be able to solve. However, one such error is TP-Link router error code 5008. But this error code is quite common and encounters by lots of TP-Link users. Nevertheless, the TP-Link router error code 5008 is commonly caused by incorrectly, or wrong configured system settings, or it might occur due ...

How to Get Rid of Samsung Printer Error Code 11-1313?

Printers are the most used device which has been used by multiple of users across the globe. It helps users in printing all document into a piece of paper within seconds and in pocket-friendly prices. However, these days printers are offered by many different brands, in all the brands, Samsung is the renowned name for offering advanced features and a wide range of printers around the world. Apart from various models and advanced technology features, it’s customer service team is highly trained and experienced. Although Samsung is a reliable and most trusted brand for serving the best quality product and anyone can access the Samsung printers without any difficulty. Many times, while operating the Samsung printer users might face trouble with the error code 11-1313 which displays and your printer immediately stops working. Generally, this error caused due to misconfigured system files which creates the registry errors within the operating system. Nevertheless, this printer error c...

Find a Printer's IP Address on Windows or Mac

Knowing the IP Address of a printer becomes essential when it is not connecting to your computer. If your computer fails to detect a printer, in this case with the printer's IP address you can find the printer and connect it to your computer. Here are some easy ways to find the IP address of a printer. Way 1: Finding the IP address on the Printer itself In some printers, you can find its IP address on itself, but it depends on the brand of the printer. Here is how to find the IP address of a Printer on the printer itself. Open 'System' menu. Find the network settings under Options, Preferences, or Wireless Settings. You may find the IP address here at the top of the network settings window. If not, then you may have to open 'View Wireless Details' submenu first. Although in most cases router assigns the IP address to the devices that connects to the network, so you can't set the IP address manually. Way 2: Find the IP address in Windows Contr...