Useful tips for everyday
What does the ls L command do? The simple command of ls -l means, to list files and directories. It has an option of -l,…
How do I count the number of items in a directory? To determine how many files there are in the current directory, put in ls…
How do I partition a 1TB hard drive? Method 1. Use Disk Management to partition 1TB hard disk Use “Windows+R” to open “Run”, type “diskmgmt.…
How do I get permission to delete a folder? To remove world read permission from a file you would type chmod o-r [filename]. To remove…
What is error code H10? Missing Required Scripts This error is thrown in a Node. js environment if you forget to set a start script…
How do I permanently change grub prefix? The process to do that is simple. on start menu, select run and type msconfig. set boot=(hd0,msdos6) set…
How do you get rid of line breaks? Remove Line Breaks in Word: Show Section Breaks Go to the Home tab and, in the Paragraph…
How will you start and close the application? Close the open program by doing one of the following: click the Close button in the upper-right…
Which is the default reject port in nftables? In a base chain it is equivalent to accept jump : Continue at the first rule of…
How to return from Grub prompt to the GRUB menu? If you press escape in grub menu you end up at the grub command prompt.…