How to copy files and folders using SCP between server and local
< 1 min readThe SCP (Secure Copy Protocol) command is a powerful and secure way to transfer files between your local computer and a remote server or …
< 1 min readThe SCP (Secure Copy Protocol) command is a powerful and secure way to transfer files between your local computer and a remote server or …
< 1 min readTo create custom helper functions in Laravel, you can create a custom helper.php file on the app folder and load it using the composer …
< 1 min readTo get the SQL query from the query builder in Laravel as string, you can use the toSql() method on the query builder instance. …
< 1 min readWhen using the Laravel default Form class to render Forms in blade. You can add the [‘disabled’] array in the last of the form …
2 min readLast weekend I decided to make one of my Twitter accounts a little more active by posting a random article from the website at …
< 1 min readWhen you have stored files privately in Amazon s3 which you want to make public only for selected users for a limited amount of …
3 min readNassec, a cybersecurity startup based in Kathmandu, on Sep 10, 2020 pre launched their first product, “ReconwithMe” a web application vulnerability scanner, for Beta …
< 1 min readIf you want to rename a local branch even if you have already pushed it to remote, follow the following steps. Rename your local …
2 min readBuying Domain Name and hosting in Nepal surely was a hassle due to lack of proper International Gateways. We had to rely on Friends …
< 1 min readThere are certain situations when you unknowingly add files to git and you try to remove those files later on by adding the names …