erol.name
  • Linux
  • Windows
  • Retro gaming
  • C64
  • Mobile
  • Raspberry Pi

erol.name

Category: Linux

tips’n’tricks

Posted on 09. 06. 201018. 04. 2017

Stop HDD drives waking up in mythbuntu

I wanted to have my RAID5 array to go to standby after 10 minutes of inactivity. I achieved this with:

/sbin/hdparm -S120 /dev/sd[a-i]

But my drives were waking up from their standby because I had mythtv-backend configured with UPNP support. Continue reading “Stop HDD drives waking up in mythbuntu”

Posted on 04. 06. 201018. 04. 2017

SSH tunnel trough proxy in Putty

In putty enter hostname or IP address and port on Session page.

In Connection > Proxy settings enter company proxy IP and port set it as HTTP proxy.

In Connection > SSH check enable compression and version 2. Continue reading “SSH tunnel trough proxy in Putty”

Posted on 21. 01. 201018. 04. 2017

Fix annoying clicking sound in (K)Ubuntu Karmic Koala

After testing new Kubuntu on my laptop I have noticed this annoying click just after sound is played. It seems that soundcard goes to sleep if it is not used to save power. To leave sound card enabled and to get rid of this sound you need to edit alsa-base.conf file.

Continue reading “Fix annoying clicking sound in (K)Ubuntu Karmic Koala”

Posted on 29. 11. 200918. 04. 2017

Grow 3TB RAID5 to 6TB with XFS in Linux

First you need to add to your RAID device /dev/md0 new hdd partition (/dev/sde1, /dev/sdf1/dev/sdg1) in this case /dev/sdg1:

mdadm --add /dev/md0 /dev/sdg1

Then you need to grow your RAID device to the new number of disks X(4,5,6):

mdadm --grow /dev/md0 --raid-devices=4

Continue reading “Grow 3TB RAID5 to 6TB with XFS in Linux”

Posted on 17. 01. 200818. 04. 2017

How to merge video files under Linux

I generally dislike when movies are divided in two or more parts, although it’s just one more click to load 2nd or 3rd file, I prefer joining them together. Up until recently I was using avimerge tool fromtranscode package to do all of my merging, just because it was so simple to do with:

avimerge -i inputfile1.avi inputfile2.avi -o outputfile.avi

Continue reading “How to merge video files under Linux”

Posts pagination

Previous page Page 1 … Page 20 Page 21 Page 22 Next page

Recent Posts

  • Zip individual files by extension in separate zip file with the same filename and zip extension
  • Libretro vs MAME romset mapping
  • Sort du output by folder size
  • Mount Nextcloud as drive in Windows WebDAV
  • Check MD5 hash of file in Windows 10 from command line

Recent Comments

  • simone on Manually add files and folders to ownCloud
  • erol on How to additionally clean-up Kodi MySQL database from unwanted entries
  • John on How to additionally clean-up Kodi MySQL database from unwanted entries
  • jackd on Switch axis in pifba retropie emulator configuration
  • polv on Select and hide unmounted drive icons from Xfce desktop

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2007-2024 by Erol Tahirović