VLC Streaming

Here is my setup to use VLC running on a laptop with a webcam as a simple CCTV system that can stream to your mobile. VLC was installed on a laptop running Ubuntu 14.4. The webcam …

SSH Handy Shortcuts

File/Disk Browsing Lists summary size (-s) in Gb/Mb/Kb (-h) units for all sub-directories of the current path (./*) # du -sh ./* Show everything, human readable file sizes, in a …

Mount SMB in QNAP

# mount.cifs //Server/Share /mnt/win7/test -o username=xxx,password=xxx This command will mount the folder ‘Share’ hosted on ‘Server’ into the nix folder …