Mounting NTFS (windows filesystem) on Linux with ntfs-3g or ufsd
You can mount ntfs a couple of different ways in linux. Here is how you do it with ufsd or ntfs-3g. ufsd needs a kernel module installed. ntfs-3g can just be installedRead More…
You can mount ntfs a couple of different ways in linux. Here is how you do it with ufsd or ntfs-3g. ufsd needs a kernel module installed. ntfs-3g can just be installedRead More…
Wait you thought Samba and SMB and CIFs are all the same thing? Well kind of. The are all part of the same protocol that allows file sharing, and gives you theRead More…
Check for line endings with od (also you can use other hex tools with -c option – which is the Printable Characters format)
1 |
od -c file |
DOS: \r \n (carriage return and a newline) CRRead 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:
1 2 3 4 |
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 of any type isRead 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…