Tag: Linux

mktorrent-GUI [standalone torrent maker]

mktorrent-GUI

mktorrent-GUI is a GUI frontend to the console-based mktorrent tool. There don’t seem to be any decent standalone torrent file creators on Windows. There is MakeTorrent, but that was last updated in 2004 and doesn’t support more modern features like private flags. My frontend aims to address these shortcomings and expose all of the functionality of mktorrent to the user via an easy-to-use interface.

CURRENT VERSION: 1.38

mktorrent screenshot

DOWNLOAD LINK: http://www.box.net/shared/5x71t882x3

Of particular interest to hardcore torrenters is the batch mode feature. If a directory is specified as a source, mktorrent-GUI will scan one level deep for subdirectories and automatically create a torrent for each subdirectory. All of the usual features such as comments, piece size and the private flag can be set.

PROFILES:
As of version 1.30 mktorrent-GUI can load and save profiles. These profiles contain the following information:
* list of trackers
* list of webseeds
* whether or not the torrent is private
This feature is especially useful if you use multiple trackers and want to be able to
load them in quickly.
The profiles are in XML format and are straightforward enough to be hand-edited, if desired.

License:
mktorrent-GUI is freeware and can be redistributed freely in unmodified form.
mktorrent is licensed under the GNU General Public License (GPL).

Credits:

http://mktorrent.sourceforge.net/

Technical notes:
The mktorrent executable was compiled with Mingw 5.1.6 under GCC 4.4.0.

System requirements:
Windows XP/Vista/7 x86/x64 + .NET Framework 2.0 or higher
Linux + Mono 2.4 or higher

When running under Linux, mktorrent-GUI searches for mktorrent under /usr/bin as a prerequisite.
You will need a recent version of mktorrent (>=1.0) installed.
The Windows EXEs and DLLs (mktorrent.exe, pthreadGC2.dll, libeay32.dll) can be safely deleted.


Enjoy the program!


How to unrar multiple files with one command

Just thought I would let some know how to unrar multiple files with one command.  This is particularly useful after having downloaded a complete series dvd rip where each individual episode has been rar’d.

Now I think the cli version of unrar is included with winrar, so all you have to make sure is the path variable is pointing to unrar.   In my case, my path is

path=%path%;c:\program files\winrar

The path variable can be modified by clicking start, right click computer, choose properties and then on the LHS choose Advanced system settings.  A new window will pop uo, and bottom right you will see environment variables.  Click this and and then look for path in the lower half of the window.  Click edit and at the end of variable value, add ;c:\program files\winrar.  Making sure to include the ‘;’

Once thats done, you can check it by opening a cmd prompt, and typing unrar.  If it works then move on, if not, ask google.  If it worked succesfully, you won’t need to update the path variable again.

Once a dvd set has been downloaded change your working directory to the downloaded directory.  For my example I’ll use big bang theory.  So “cd \Downloads\The.Big.Bang.Theory.S03.BDRip.XviD-SAiNTS”

At this point, you should know where abouts you are wanting to unrar each episode to.  For me its \videos\tv shows\big bang\season 03

With this, in mind, and at your previous download directory, type in “unrar e -r * <destination>”

So again, for my example, my command will be

unrar e -r * “e:\videos\tv shows\big bang\season 03″

Note that the “” are required, otherwise poor old rar gets a little confused with the long directory name.

You should now see unrar working in all its glory, extracting each episode.  If you have your destination directory open on the GUI, you will see files added as they are extracted.

Hopefully this will be of help to people who may be using the GUI version of winrar, and extracting each episode one by one!

Cheers


Default “passenger-install-nginx-module” nginx configuration

Compiling and installing Nginx…
# sh ./configure –prefix=’/opt/nginx’ –with-http_ssl_module –with-cc-opt=’-Wno-error’ –add-module=’/usr/lib/ruby/gems/1.9.1/gems/passenger-3.0.9/ext/nginx’
checking for OS
+ Linux 3.0-ARCH i686
checking for C compiler … found
+ using GNU C compiler
+ gcc version: 4.6.1 20110819 (prerelease) (GCC)
checking for gcc -pipe switch … found
checking for gcc builtin atomic operations … found
checking for C99 variadic macros … found
checking for gcc variadic macros … found
checking for unistd.h … found
checking for inttypes.h … found
checking for limits.h … found
checking for sys/filio.h … not found
checking for sys/param.h … found
checking for sys/mount.h … found
checking for sys/statvfs.h … found
checking for crypt.h … found
checking for Linux specific features
checking for epoll … found
checking for sendfile() … found
checking for sendfile64() … found
checking for sys/prctl.h … found
checking for prctl(PR_SET_DUMPABLE) … found
checking for sched_setaffinity() … found
checking for crypt_r() … found
checking for sys/vfs.h … found
checking for nobody group … found
checking for poll() … found
checking for /dev/poll … not found
checking for kqueue … not found
checking for crypt() … not found
checking for crypt() in libcrypt … found
checking for F_READAHEAD … not found
checking for posix_fadvise() … found
checking for O_DIRECT … found
checking for F_NOCACHE … not found
checking for directio() … not found
checking for statfs() … found
checking for statvfs() … found
checking for dlopen() … not found
checking for dlopen() in libdl … found
checking for sched_yield() … found
checking for SO_SETFIB … not found
checking for accept4() … found
checking for int size … 4 bytes
checking for long size … 4 bytes
checking for long long size … 8 bytes
checking for void * size … 4 bytes
checking for uint64_t … found
checking for sig_atomic_t … found
checking for sig_atomic_t size … 4 bytes
checking for socklen_t … found
checking for in_addr_t … found
checking for in_port_t … found
checking for rlim_t … found
checking for uintptr_t … uintptr_t found
checking for system endianess … little endianess
checking for size_t size … 4 bytes
checking for off_t size … 8 bytes
checking for time_t size … 4 bytes
checking for setproctitle() … not found
checking for pread() … found
checking for pwrite() … found
checking for sys_nerr … found
checking for localtime_r() … found
checking for posix_memalign() … found
checking for memalign() … found
checking for mmap(MAP_ANON|MAP_SHARED) … found
checking for mmap(“/dev/zero”, MAP_SHARED) … found
checking for System V shared memory … found
checking for POSIX semaphores … not found
checking for POSIX semaphores in libpthread … found
checking for struct msghdr.msg_control … found
checking for ioctl(FIONBIO) … found
checking for struct tm.tm_gmtoff … found
checking for struct dirent.d_namlen … not found
checking for struct dirent.d_type … found
configuring additional modules
adding module in /usr/lib/ruby/gems/1.9.1/gems/passenger-3.0.9/ext/nginx
checking for Math library … found
+ ngx_http_passenger_module was configured
checking for PCRE library … found
checking for OpenSSL library … found
checking for zlib library … found
creating objs/Makefile

Configuration summary
+ using system PCRE library
+ using system OpenSSL library
+ md5: using OpenSSL library
+ sha1: using OpenSSL library
+ using system zlib library

nginx path prefix: “/opt/nginx”
nginx binary file: “/opt/nginx/sbin/nginx”
nginx configuration prefix: “/opt/nginx/conf”
nginx configuration file: “/opt/nginx/conf/nginx.conf”
nginx pid file: “/opt/nginx/logs/nginx.pid”
nginx error log file: “/opt/nginx/logs/error.log”
nginx http access log file: “/opt/nginx/logs/access.log”
nginx http client request body temporary files: “client_body_temp”
nginx http proxy temporary files: “proxy_temp”
nginx http fastcgi temporary files: “fastcgi_temp”
nginx http uwsgi temporary files: “uwsgi_temp”
nginx http scgi temporary files: “scgi_temp”


  • Sponsors

  • Twitter Feed

  • Comments

  • Copyright © 2009-2011 SK3TCHY. All rights reserved.
    iDream theme by Templates Next | Powered by WordPress