Copy files and folders using SCP
< 1 min read To copy a file from Server to your local computer, local to server or server to server, use the command below To copy a …
< 1 min read To copy a file from Server to your local computer, local to server or server to server, use the command below To copy a …
< 1 min read To 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 read To 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 read When 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 read Last 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 read When 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 read Nassec, 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 read If 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 read Buying 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 read There are certain situations when you unknowingly add files to git and you try to remove those files later on by adding the names …