Archive for April, 2008

Remove DRM from WMV

April 6, 2008 by Kode

*Please Note, i am currently in the process of changing the website, so some things might not work properly, please contact me if you find anything* DRM is used in a number of media, but is most commonly found in video and music files. There are many who argue that DRM is a misnomer, since [...]

Continue Reading »
10 Comments

Using Ports

April 6, 2008 by admin

View Ports cd /usr/ports ls Install A Port /usr/ports/pathto/port make install clean Example – Installs the IRC Bouncer Miau: cd /usr/ports/irc/miau make install clean Un-Install A Port /usr/ports/pathto/port make deinstall Example – Un-Installs the IRC Bouncer Miau: cd /usr/ports/irc/miau make deinstall Update Ports Collection as root, cp /usr/share/examples/cvsup/ports-supfile /root/ports-supfile pico ports-supfile (or whichever text editor [...]

Continue Reading »
No Comments

Portsnap can be a useful tool when updating your FreeBSD Ports Collection. To install portsnap: AS ROOT: # cd /usr/ports/sysutils/portsnap # make # make install If these operations run successfully you can now run portsnap. As root, perform this command: # portsnap fetch Portsnap will then retrieve the latest version of the Ports tree metadata. [...]

Continue Reading »
No Comments

Setting up DHCP

April 6, 2008 by admin

Check System Compatibility Type: ifconfig -a you should see something like: eth0 Link encap:Ethernet HWaddr 00:09:5B:04:5E:78 inet addr:82.36.57.31 Bcast:255.255.255.255 Mask:255.255.248.0 inet6 addr: fe80::209:5bff:fe04:5e78/64 Scope:Link UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RX packets:5561334 errors:0 dropped:0 overruns:0 frame:0 TX packets:214278 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:462931787 (441.4 Mb) TX bytes:28300458 (26.9 Mb) Interrupt:12 Base [...]

Continue Reading »
No Comments

Screen

April 6, 2008 by Kode

Getting in start a new screen session: screen attach to a running session: screen -r attach multiple terminals to an attached, running session: screen -rx the “ultimate attach”: screen -dRR (Attaches to a screen session. If the session is attached elsewhere, detaches that other display. If no session exists, creates one. If multiple sessions exist, [...]

Continue Reading »
1 Comment

Quick Commands

April 6, 2008 by admin

alias – this allows the user view the current aliases awk – this allows the user to search for a pattern within a file bdiff – compares two large files bfs – scans a large file cal – shows a calendar cat – concatenates and prints a file cc – c compiler cd – changes [...]

Continue Reading »
No Comments

Install MySQL 4.1.3 Download these RPMS to /usr from http://www.mysql.com MySQL-server-4.1.8-0.i386.rpm MySQL-devel-4.1.8-0.i386.rpm MySQL-client-4.1.8-0.i386.rpm MySQL-shared-4.1.8-0.i386.rpm Install them with: rpm -i MySQL*.rpm Source Files Download these files (or newer versions) to /usr/local/src (the packages will be located in /usr/local/lib when they are installed unless otherwise stated) zlib-1.2.1.tar.gz from http://www.gzip.org/zlib/ libxml2-2.6.11.tar.gz from http://www.xmlsoft.org/ php-5.0.3.tar.gz from http://www.php.net/downloads.php httpd-2.0.52.tar.gz from [...]

Continue Reading »
No Comments

Copyright © 2010 Lockstockmods All Rights Reserved   Designed by Kode   Powered by WordPress