by H.Thirukkumaran | Aug 8, 2017 | tip of the day
You can use aggregate classes in PHP using magic methods __call and __callStatic..
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Use may_pluralize to display plural form of a word in error messages.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To rename a file in Linux use mv command and move the file within the same directory with a different name. There is no rename command in Linux
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To create an empty file in a directory use the touch command. This can be useful during deployment where your application might expect a file to be present already in the folder before it runs.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Use the shred command to first fill the files with junk content and then delete it. This is the secure way to delete files containing sensitive information in Linux
Recent Comments