Notes by woolf

Displaying keyword search results 1 - 7
Created by woolf on December 29, 2011 11:18:11    Last update: December 29, 2011 11:18:11
Use the expand command to extract files from a .cab file: expand [-r] source [destination] [-d source.cab ... Option Description [-r] Renames expanded files. [destination] Specifies where files are to be expanded. If source is multiple files and -r is not specified, destination must be a directory. destination can consist of a drive letter and colon, a directory name, a file name, or a combination of any of these. [-d source.cab] Displays a list of files in the source location. Does not expand or extract the files. [-f:files] Specifies the files in a cabinet (.cab) file that you intend to expand. You can use wildcards (* and ?). source.cab Specifies the files to expand. source can consist of a drive letter and colon, a directory...
Created by woolf on July 31, 2011 12:30:20    Last update: July 31, 2011 12:30:20
The DNS (Domain Name System) server uses port 53 (UDP and TCP). From Wikipedia : DNS primarily uses User Datagram Protocol (UDP) on port number 53 to serve requests. DNS queries consist of a single UDP request from the client followed by a single UDP reply from the server. The Transmission Control Protocol (TCP) is used when the response data size exceeds 512 bytes, or for tasks such as zone transfers. Some operating systems, such as HP-UX, are known to have resolver implementations that use TCP for all queries, even when UDP would suffice.
Created by woolf on June 25, 2011 10:55:08    Last update: June 25, 2011 10:57:15
My C drive was seriously fragmented with about 20% free space. So I ran the built-in Windows disk defrag utility. To my surprise it doesn't work at all! I tried to defragment multiple times and every time it comes back without doing much work. Then I realized that perhaps it didn't know how to get the job done and needed some help. Here's the list of things I did to help the defragmentor out: Relocate the paging file to a different drive and reboot. If the paging file ( pagefile.sys ) is seriously fragmented, it can't be defragmented, and in turn it blocks other files from being defragmented. If you only have one drive (C:), try to make it smaller or eliminate it entirely for...
Created by woolf on June 18, 2011 21:21:56    Last update: June 18, 2011 21:34:56
I haven't test these. They are collected for reference only. With mencoder, from HOWTO: Convert and write AVCHD (.mts) to DVD with Linux mencoder -oac copy -ovc lavc -of mpeg -mpegopts fo... With HandBrake (GUI): Transcoding AVHD (Cannon HF100 .mts) into a usable open format (MKV w/ FFMPEG) With ffmpeg & WinFF (GUI and command line): How to convert Canon .mts video files to other formats in Ubuntu With mencoder, from Transcoding AVCHD (.mts or .m2ts) files using mencoder on Linux (no deinterlacing): # 1 pass mencoder $file -o ./$file.avi -oac cop... With ffmpeg, from Stuttering playback of canon MTS files #!/bin/bash for i in "$i"*.MTS; do name="${i%.*... #!/bin/bash for i in "$i"*.MTS; do name="${i%.*... With mencoder, from [MEncoder-users] problems with AVCHD (.mts) + Deinterlace...
Created by woolf on May 15, 2011 14:35:58    Last update: May 15, 2011 14:36:47
Assign IP adrress and network mask: sudo ifconfig eth0 192.168.183.5 netmask 255.255.2... Add default gateway: sudo route add default gw 192.168.183.2 Add name server: " sudo vi /etc/resolv.conf " and add: nameserver 192.168.183.2
Created by woolf on May 15, 2011 14:18:54    Last update: May 15, 2011 14:19:49
/etc/resolve.conf : DNS server configuration. Example: search localdomain nameserver 192.168.183.2 /etc/hosts : map hostname to IP address locally instead of using DNS, often take precedence over DNS. Example: 127.0.0.1 localhost 127.0.1.1 myserver #... /etc/nsswitch.conf : system databases and Name Service Switch configuration file. Example: # /etc/nsswitch.conf # # Example configurati... /etc/sysconfig/network (for Fedora, Redhat, CentOS): specify network configuration - static IP, DHCP, NIS, etc. /etc/network/interfaces (for Ubuntu): specify network configuration - static IP, DHCP, NIS, etc. Example: auto lo iface lo inet loopback auto eth0...
Created by woolf on January 20, 2009 03:54:48    Last update: January 21, 2009 03:31:18
Name URL Comments Media Player Classic (MPC) http://sourceforge.net/projects/guliverkli/ (MPC) http://www.codecguide.com/ (K-Lite Codec Pack) K-Lite Codec Pack bundles MPC and is installed with windows installer KMPlayer http://www.kmplayer.com/forums/index.php Korean media player. Windows platform ZOOM Player http://www.inmatrix.com/ Windows 98 / Windows NT4 SP5 or newer VLC media player http://www.videolan.org/vlc/ Cross platform, works on Windows, Mac OS, BeOS, Linux, BSD