Free(BSD)

Search for duplicated files

This will be short (but hopefully I will find more time to show entire process to search duplicated files together with some examples). In case you are searching for duplicated files I can recommend two software which actually rocks in openSource world

Azure

NFS issue, cannot be mounted or is not visible

The same kind of issue I have encountered numerous times while working across different environments and with various customers. The problem with NFS mounts connected from remote locations is so common. This issue extends beyond communication solely over WAN and also include connections between datacenters (DC) where we lack control …

Free(BSD)

Converting MOV File to Smaller Size: A Guide to Converting to MP4

If, like me, you happen to be recording your desktop, which is quite simple and convenient on any current operating system (including ChromeOS or MacOS), sooner or later you may run into a disk space issue. From time to time, when I’m working on new configurations or playing around with …

Free(BSD)

MacOS helpful tricks and some other findings.

MacOS in excellent, proven modern (but with long history) operating system. It is extremely stable – 50-60 days uptime shouldn’t surprise. It is with POSIX implementation, secure, standarised Unix. All the features implemented in that OS over the years should make most users happy, regardless advances or beginners.You can like …

Azure

gmail, filter forwarded email

If you need to have for some reason more than one gmail account (ie. working for more companies) but you are checking just one mailbox regularly then below is the solution that might work for you as it did for me. In that way, all incoming messages to your source …

Free(BSD)

lftp – advanced s/ftp/s client.

If you are dealing with ftp, ftps or sftp file transfer very likely you already have some favorite client for that purpose. I usually use FileZilla which works fantastic in graphical interface regardless it is on Linux/FreeBSD/MacOS or even Windows. For cli my first choice is lftp[1] whenever it is …

Free(BSD)

FreeBSD – network card statistics

FreeBSD as very mature OS has a lot of tools to gather all kinds of statistics. For network statistic the following console software can be used: systat -ifstat bmon netstat -1 iftop

Free(BSD)

convert jpg images into pdf file

It can be easly done with “convert” program. Should be widely available on the Linux system (I am using this on my debian which I could install without any problem). To convert jpg(s) file(s) into pdf you just simply need to go to the directory with the files and do …

Free(BSD)

Dodatek one-tab dla przeglądarki firefox.

Dodatki do przeglądarek to nie jest temat którym chciałbym się zajmować na tym blogu. Staram się, w szczególności ostatnio, izolować od mniej istotnych zadań, zwłaszcza związanych z tuningowaniem przeglądali czy swojego komputera.Jednak dodatek OneTab jest na tyle istotny w mojej codziennej pracy, że postanowiłem poświęcić temu krótki opis. OneTab można …

Free(BSD)

Easy setup freebsd jail for samba server.

FreeBSD jail is kind of chrooted, kernel buildin advanced funciton to create several environments in one operating system. All those environments are using the same kernel – but have they own IP spaces, disk space, users and application. By desing host users (root) can access disk space utilized by the …