Useful tips for everyday
Why does my ethernet cable take so long to connect? If it’s not the port that’s making your ethernet connection slow, the cable you’re using…
How do I see all members of a group? To see the list of group members: Tap in the bottom right of Facebook and tap…
Is it safe to remove old Linux kernels? All unused Linux kernel takes disk space on Ubuntu server, hence you must delete them from the…
How do I configure DNS suffixes? In the Internet Protocol (TCP/IP) Properties dialog box, click the Advanced button. Click the DNS tab in the Advanced…
What is Sshpass? What is sshpass? The sshpass utility is designed to run SSH using the keyboard-interactive password authentication mode, but in a non-interactive way.…
What does Ctrl +Backspace do? What is Ctrl + Backspace keyboard shortcut for? General description for this shortcut: Deletes the word left to the cursor.…
What is the ack command? Ack is designed as a replacement for 99% of the uses of grep. Ack searches the named input FILEs (or…
How do I delete everything off a USB stick? WARNING: Erasing the USB device will delete all content on the device. Connect the USB storage…
Why should you place an Internet facing server in a DMZ? Businesses place applications and servers that are exposed to the internet in a DMZ,…
How do I run laravel project in Homestead? Getting up and running with Laravel using Homestead cd /c/sites. composer create-project –prefer-dist laravel/laravel my-laravel-project. cd my-laravel-project.…