DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

ec2-user, apache and WordPress user:group permissions on Amazon Linux 2

November 12, 2020 Arvind KumarLinux/Unix, WordPressLeave a Comment on ec2-user, apache and WordPress user:group permissions on Amazon Linux 2
wordpress logo

There is a very (in)famous permissions glitch or settings if you host your WordPress website on Amazon Linux instance. If you keep user:group permissions to default ec2-user:apache then you are able to login to sftp and download upload files just…

Read More→

Searching array elements with regex in Mongodb collection

July 24, 2020 Arvind KumarMongodbLeave a Comment on Searching array elements with regex in Mongodb collection

Mongodb works Javascript way. Every mongodb collection is a JSON object containing all kinds of Javascript objects such as boolean, arrays, objects and strings. In this example I am saving two different fields to my categories collection. searchableName – for…

Read More→

Transfer files via ssh from your server to Dropbox

May 31, 2020July 19, 2020 Arvind KumarLinux/Unix, Miscelleneous, ToolsLeave a Comment on Transfer files via ssh from your server to Dropbox

Server to Dropbox – Sometime it is tedious to download files from your server and then uploading to your dropbox via sync since it takes long time. In this post I will show you how you can quickly transfer files to…

Read More→

Making new object property reactive in Vue.js

April 7, 2020April 9, 2020 Arvind KumarMiscelleneous, VuejsLeave a Comment on Making new object property reactive in Vue.js
vue

The link given below shows us the example of using mutations and actions and Vuex store https://www.telerik.com/blogs/so-what-actually-is-vue-set for simpler examples if you are not sure what they are. Problem: We have a “databases” array which is updated via mutation and…

Read More→

Introduction To Flexbox

March 26, 2020March 26, 2020 Deepika MeyanHTML and CSS
introduction to flexbox

Flexbox is a new and revolutionary way to manage blocks. Conventionally, blocks are managed via defining display: block for vertical blocks and display: inline or display: inline-block for horizontally placing blocks. By block, we mean by element here. Flexbox provides…

Read More→

How to Find Out Top Directories and Files (Disk Space) in Linux

February 11, 2020February 19, 2020 Arvind KumarLinux/Unix1 Comment on How to Find Out Top Directories and Files (Disk Space) in Linux

As a Linux administrator, you must check time to time which files and folders are eating more disk space. It is very necessary to find the unnecessary junks and free up them from your hard disk to avoid overrunning the…

Read More→

10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories

February 11, 2020February 19, 2020 Arvind KumarLinux/UnixLeave a Comment on 10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories

The Linux du (abbreviation of “Disk Usage”) is a standard Unix/Linux command which is used to check the disk usage of files and directories. The du command has many parameters that can be used to get the results in different…

Read More→

How to prevent hotlinking on Nginx and Apache

February 2, 2020February 19, 2020 Arvind KumarMiscelleneous, WordPressLeave a Comment on How to prevent hotlinking on Nginx and Apache

Hotlinking is bad – It could be quite annoying and concerning when someone copies full link to a media source such as an image or video on your website and uses that link to embed an image or video on…

Read More→

Simplest way to create and include a helper functions file in Laravel

January 27, 2020February 19, 2020 Arvind KumarLaravelLeave a Comment on Simplest way to create and include a helper functions file in Laravel

Helper functions are time saving tools in any application. Laravel comes with many built-in useful PHP functions which may include Array & Objects functions, String functions, URL functions and many more. Please see the complete list before you decide to…

Read More→

Useful functions in Laravel and its Usage explained

January 27, 2020January 27, 2020 Arvind KumarLaravelLeave a Comment on Useful functions in Laravel and its Usage explained

There are many useful “helper” PHP functions in Laravel. According to documentation, “Many of these functions are used by the framework itself; however, you are free to use them in your own applications if you find them convenient.”

Posts navigation

1 2 … 35 Next

Recent Posts

  • ec2-user, apache and WordPress user:group permissions on Amazon Linux 2
  • Searching array elements with regex in Mongodb collection
  • Transfer files via ssh from your server to Dropbox
  • Making new object property reactive in Vue.js
  • Introduction To Flexbox
Copyright © All rights reserved.
Blog Kit by WP Charms