Useful tips for everyday
How do I fix Dev sda1 clean? To check the file system on your Ubuntu partition… boot to the GRUB menu. choose Advanced Options. choose…
What command outputs your current path? The pwd command is a command line utility for printing the current working directory. It will print the full…
When to use semicolons, colons, and dashes? This handout explains the most common uses of three kinds of punctuation: semicolons (;), colons (:), and dashes…
How to sync directories in real time using lsyncd? 1. One liner lsyncd examples to real time sync directories and files 2. Configure lsyncd config…
What is shared and Unbindable mount points? A shared mount point is a member of peer group. Each of the member mount points in a…
How do I turn off mouse acceleration gnome? Recent Gnome versions (3.22 and newer) come with ‘hidden’ mouse acceleration settings. By installing Gnome Tweaks (Gnome…
How do you Ctrl C in shell script? Ctrl+C sends a SIGINT signal. Assuming 888 is your process ID. Note that kill 888 sends a…
How do I fix a merge tag in MailChimp? If it still seems like merge tags aren’t working, try to send a test email to…
What 3 things do you need to be successful? Three factors that influence success are visualization, believe and action. Visualization. This is the critical step…
How do I set properties in PowerShell? The Set-ItemProperty cmdlet changes the value of the property of the specified item. You can use the cmdlet…