I have a folder and I have set GID on it like this: chmod -R g+s I also set r/w perms like this: chmod -R 2774 But the problem is that newly created files inside this folder do not keep 2774 permissions so the GID is useless for me because […]
Blog
So I bought a new desktop PC with a BD Writer (Asus BW-16D1HT). The thing is that although reads DVDs, when a I try to install a game (Age of Mythology DVD ROM) it crashes Windows Explorer and do nothing. I’ve already install the game in my laptop and its […]
I am trying to use VMware instead of VirtualBox to run my VMs. Host:Windows10, Guest: CentOS7. I am using PuPHPet to create the required vagrant files, but whichever file system I choose, Default, NFS, SMB or RSync vagrant up always tries to mount NFS shared folders and fails. I believe […]
I am working with numbers sheet and I want to create a keyboard shortcut so that when I press a button the script searches for the number “1” in column I, when it finds the number “1” it will increase the number by “1” [add 1 or +1] to the […]
As a programmer, it can feel like you know something well enough to be dangerous. For some situations, this is fine. All you need to know are these three methods in this programming language. Other times we want to develop expertise. In this article, we’ll cover ways to advance your […]
This is an extensive overview of the jQuery.each() function — one of jQuery’s most important and most used functions. In this article, we’ll find out why and take a look at how you can use it. What is jQuery.each() jQuery’s each() function is used to loop through each element of […]
It’s not much, but I’m proud nonetheless; my first plugin for PHPStorm has been released on the Jetbrains Marketplace. The motivation for this release stems from a long-standing issue I’ve encountered in my workflow where if I am working on a composer-based project that uses several composer-based modules (attaching other […]