Memcache Admin
To see what is going on in Memcache: More information: https://code.google.com/p/phpmemcacheadmin/
To see what is going on in Memcache: More information: https://code.google.com/p/phpmemcacheadmin/
If you are working in teams using different operating systems, it could happen, that you get files with unsuitable linefeeds in it. For me as a Linux user the bad guys are normally CRLF’s (Carriage Return and Line Feed @see https://en.wikipedia.org/wiki/Newline). To just convert the CRLF’s in a single file to LF you can use the […]
For some applications it is necessary to keep the file size of an PDF under a certain limit. For example for document uploads on some websites or to maintain the attachment file size limit of some email server. You can use the following shell script to have a schrink command (Source: https://dev.to/manishfoodtechs/shrinking-file-size-of-pdf-using-a-small-bash-script-2pd1). Usage Webservice to shrink […]
Disallow all User-agent: * Disallow: / Comments # Comments appear after the “#” symbol at the start of a line, # or after a directive User-agent: * # match all bots Disallow: / # keep them out
ISO-3166-1 alpha-2: BE BG CZ DK DE EE IE EL ES FR HR IT CY LV LT LU HU MT NL AT PL PT RO SI SK FI SE UK
You can connect to an SFTPÂ server via keyfile like that: $> sftp -v -o IdentityFile=”/PATH/TO/PUBLICKEYFILE(id_rsa)” -o Port=”10022″ user@host
Today I ran again into a common problem when dealing with cron based scipts that run concurrently. That’s why I had to lock shellscript process until it is finished before starting the next executing round. On Unix based systems like Linux you can achieve that with flock. flock binds a file descriptor to a certain lock […]
To Rename file to upper case or lower case (* == file selector): Convert to lower case file names Convert to upper case