http://gromaudio.com/support/ipd3-faq.html
Category Archives: Computer geek stuff
syncing data between file servers
To get the UnRaid file server synced with the Nas4Free ZFS file server, I will use rsync.
as reference, I played with these commands already to push data from the NAS4Free server to the UnRaid server.
Rsync “Work” folder sync.
rsync -r -a -v -e ssh /mnt/Pool01/work root@192.168.8.224:/mnt/user/work/
Rsync – “photo” folder sync.
rsync -r -a -v -e ssh /mnt/Pool01/media/photo/ root@192.168.8.224:/mnt/user/photo/
Rsync – “music-unsorted” folder sync.
rsync -r -a -v -e ssh /mnt/Pool01/media/music-unsorted/ root@192.168.8.224:/mnt/user/multimedia/music-unsorted/
Rsync – “music” folder sync.
rsync -r -a -v -e ssh /mnt/Pool01/media/music/ root@192.168.8.224:/mnt/user/multimedia/music/
Restarting the ESXi 5 Management console
Computer case database
I love it when someone else beats me to it.
A list of computer cases (sorted by mobo size) along with their vitals.
http://www.overclockers.com/forums/showthread.php?t=682587
login to remote ssh without passwords
I know this will come in handy again:
MN DAR Display
Displaying New Album Releases ; wordpress plugin
The album release data is stored in a database that is populated daily (the part that populates the database already works). With each daily update, older releases need to have cover art verified (that a non-zero file exists) and that a link to amazon.com MP3 or CD store exists. If not, update that information.
The data display will happen in parts. One will be a widget, and the other will be a page.
– Widget simply displays chronological list of latest albums.
— List of albums to be scrollable (small scrollable area in CSS) and display latest 10-20 releases (with date delimitation)
— Table view of albums. Cover photo, with 2 rows of info to the left. Further to the left, audio preview of album from Amazon.
– The page content (which will be driven by a shortcode) will be a scrollable, paginated list (AJAX driven?) of the albums released in chronological order. Larger album cover view then the widget.
— Have multiple shortcodes to display several things? Like list of albums, Featured album?
— Sortable list option. Sort by Genre?
— Preview link to Amazon player (if album is available on amazon)
TRIM support in Linux (specifically openSUSE)
http://en.opensuse.org/SDB:SSD_discard_(trim)_support
Adding the option “discard” to the fstab line for option settings is the trick. This only works with ext4 and xfs file systems
From my existing opensuse 12.1 install:
/dev/disk/by-id/ata-KINGSTON_SNV425S264GB_07TA50002211-part3 /home/ ext4 acl,user_xattr,noatime,discard 1 2
CATIA stretching view
Running catia in virtualbox on a widescreen messes up the view in catia for some reason.
Found this post which explains what needs to be done in windows to correct this problem.All four Environmental Variables need to be set.
UnRaid on ESXi 5.0 server
Setting up UnRaid on an ESXi 5.0 server
Changing drive letter in Win command prompt
I had to google this a second time, which means I should document it for future use.
in the command prompt on a windows machine, to change to a network drive, purely entering the drive letter will not work.
Preceding the network drive letter, /D must be entered, so for example for drive M, you must type “cd /DF:\”