Run file without execute permission
$ /lib64/ld-2.17.so ./chmod +x ./chmod
Copy permissions from other file
$ getfacl /bin/ls | setfacl --set-file=- thefile
Change permissions with rsync
$ rsync thefile tmp/thefile --chmod=ugo+x
$ /lib64/ld-2.17.so ./chmod +x ./chmod
$ getfacl /bin/ls | setfacl --set-file=- thefile
$ rsync thefile tmp/thefile --chmod=ugo+x
Thymeleaf Add css file Add css files from static folder into templates files
Informations NGRX – Reactive State for Angular Original Post is here. Github repo has the code snippets at choopage’s GitHub repo. Recipes Chaining […]
Github hints Repository — Quick setup .. or create a new repository on the command line …or push an existing repository from […]
Routing and Navigation Basic Angular Router configuration Create a routing module that is ‘visible’ to all components in your app With Angular […]
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.