Check Line Ending Type with Hex tool like OD – EOL end of line character
Check for line endings with od (also you can use other hex tools with -c option – which is the Printable Characters format) od -c file DOS: \r \n (carriage return andRead More…
Check for line endings with od (also you can use other hex tools with -c option – which is the Printable Characters format) od -c file DOS: \r \n (carriage return andRead More…
SIDENOTE: if your searching by cifs, you should instead search by smb or samba. Cifs is an older version of SMB. Samba is the linux version of smb that talks with smbRead More…
My AXIS camera (AXIS M1011-W Network Camera) captures files into files that look like this: i15-07-24_00-50-11-70.jpg i15-07-24_00-50-11-90.jpg i15-07-24_00-50-12-10.jpg i15-07-24_00-50-12-30.jpg There are thousands of these images. The issue with lots of files ofRead More…
Once I learned about SoftEther VPN, I realized I was missing out on a lot. In this article I will show you how to setup a Client to Site VPN without needingRead More…
How to change the qualities of sickbeard / sickrage tvshows all at once via sqlite instead of going one by one thru the gui (in the gui you get there by goingRead More…
Most people dont understand, and dont really care to understand (as it doesnt affect them) the difference between a KiB and a kB. To them its all a kilobyte. you might ofRead More…
As per article: http://www.darkrune.org/blog/?p=213 We will make our sessions look like this: Via Kitty and Putty: Go to Window->Colours Start off with default colours and do this: * Default Foreground: 255/255/255 *Read More…
If you see ‘?’ mark files with ‘ls’ or ‘find’, most likely they are different lang chars (chinise,hebrew,japanes,russian) Im not just talking about ?, also im talking about chars like this é ForRead More…
This article is sectioned off weird, I apologize for that. But the information is still very good: * To find out how to download a full Normal website (or full domain ifRead More…
### — check properties of ssl files — ### openssl req -noout -text -in https1.csr openssl rsa -noout -text -in https1.key openssl x509 -noout -text -in https1.crt ### — check modulus —Read More…