Useful tips for everyday
How many extensions can a file have? A file name can have no extensions, a single extension, or more than one extension. More than one…
Can you format a flash drive without losing data? Part 3: Is It Possible To Format USB Flash Drive Without Losing Data? Yes, it is…
Why is my Linux computer not booting at all? Linux does not usually give as many problems when starting as Windows, since, badly, even if…
Is Dev null fast? Output to /dev/null is implemented in the kernel, which is pretty bloody fast. The output pipe isn’t your problem now, it’s…
Is there a way to remap keyboard shortcuts? Now, whenever we want to use any keyboard shortcut such as cut, copy, paste, or anything that…
How do you tell which hard drive is which? look on hardware tab, it lists ALL disks/drives on computer. Go through them one by one,…
What does the .bashrc file do? bashrc file is a script file that’s executed when a user logs in. The file itself contains a series…
Can I install applications on an external SSD? It’s not guaranteed to work, but it generally works just fine. An application whose data is entirely…
How do I permanently mount a Windows share? open ‘Terminal’ and enter the following commands: install cifs utilities. create mount points for windows shares and…
Can a file have multiple group owners? You can only have one group as owner. However using access control lists you can define permissions for…