Useful tips for everyday
Where are telnet commands used? Telnet Install Telnet if it is not already installed. Open the command prompt: Windows: Select Start. Choose Run or Search.…
How do I copy a file to all users desktop in Windows 10? How to make a desktop shortcut available for all users in Windows……
How do I search Linux history by date and time? Users set the HISTTIMEFORMAT variable. Bash uses its value to the format string to show…
How do I restrict SFTP? The simplest way to do this, is to create a chrooted jail environment for SFTP access. This method is same…
How do I reset my shell? Resetting Cloud Shell Check for personal files in the home directory: ls -a $HOME. Remove all files from your…
How do I turn on focus assist in Windows? Select Start > Settings > System > Focus assist, or, in the search box on the…
How to use xargs with SED in Bash? The last sed invocation uses the -f switch which accepts the sed commands via a file, the…
How can I find a broken package in Debian? To find a broken package on Debian with the Synaptic package manager, start by launching the…
How do I get my recovery partition back? How to… Step 1: Scan Hard Disk for deleted partitions. If partition was deleted the space on…
How to replace a pattern in a SED file? The syntax of sed command replacement is: $ sed ‘s/find/replace/’ file This sed command finds the…