Useful tips for everyday
What does the dd command allow you to do? dd is a command-line utility for Unix and Unix-like operating systems, the primary purpose of which…
How do I use a different drive for Storage? To change the default drive for storing your apps in Windows 10: Click Start, and then…
What happens when writing to Dev null? It’s a special file that’s present in every single Linux system. However, unlike most other virtual files, instead…
Does unmounting delete files? The unmounting of a file system removes it from the file system mount point, and deletes the entry from the /etc/mnttab…
How to list all the files in a directory in Unix? You can use the ls command to list the files in any directory to…
Why is Clang not installed on FreeBSD 10.x? If you still have not found clang then it looks like it is simply not installed. It…
When to use Extended Globbing characters in zsh? If you do decide to use extended globbing, be aware of special characters in file names and…
How do I find a specific job opportunity? 9 Ways to Find a New Job Networking. Referrals. Job Boards and Career Websites. Job Fairs. Company…
How do I get more system reserved space? Go to Search, type disk management, and open Create and format hard disk partitions. Select the System…
What are lines in grep that contain brackets? Suppose I have lines like : Input file : 20140320 00:08:23.846 INFO 84] – anything in line…