Useful tips for everyday
What is ss command in Linux? ss command is a tool that is used for displaying network socket related information on a Linux system. The…
Is UEFI a replacement for BIOS? UEFI replaces the traditional BIOS on PCs. There’s no way to switch from BIOS to UEFI on an existing…
Can I mount a file? Mounting a file system creates a binding for the duration of the mount. The root directory of a file system,…
Why does grep give binary file matches? By Sumesh Murali posted Jul 01, 2014 02:47 AM. Normally, if the first few bytes of a file…
How to find the end of a line in grep? The $ anchor matches the end of a line. In addition to your question please…
How to find missing argument to-Exec Unix? find: missing argument to -exec The workaround is to use syntax {} additional parameters \\; which does work…
How do you pass a variable in a python script? Using getopt module Syntax: getopt.getopt(args, options, [long_options]) Parameters: args: List of arguments to be passed.…
How do you comment a single line in a shell script? A single-line comment starts with hashtag symbol with no white spaces (#) and lasts…
Does rsync work with SFTP? Transfer large files using an SFTP client or rsync using Drupal or WordPress for Pantheon. Instead, you’ll need to use…
How do I view contacts in a VCF file? Here’s how to do that: On your PC, open File Explorer (or Windows Explorer if you…