As many of you iPhone consumers may know, Flash isn’t supported and will probably never be supported. The new up and coming iPad (Apple Tablet) will be running a version of the iPhone operating system and will probably have the same exact restrictions. The reason Apple doesn’t want to support Flash is because it allows third [...]
awk or gawk (gnu awk)
Find and Replace text, database sort/validate/index
Syntax
awk <options> ‘Program’ Input-File1 Input-File2 …
awk -f PROGRAM-FILE <options> Input-File1 Input-File2 …
Key
-F FS
–field-separator FS
Use FS for the input field separator (the value of the [...]
STChat is a simple telnet chat server that runs on Linux, Windows and MAC. I’ve only tested this on Linux so i can’t speak for the other OS’s. The chat system is really simple, supports colors, multiple terminal types (vt100 etc), usernames and admin mode. Putty, Linux telnet, and Windows telnet seem to work just fine when [...]
cut
Divide a file into several parts (columns)
Writes to standard output selected parts of each line of each input file, or standard input if no files are given or for a file name of `-’.
Syntax
cut [OPTION]… [FILE]…
In the options below, BYTE-LIST, CHARACTER-LIST, and FIELD-LIST are one or more [...]
CommentGator for Windows 7 has been officially released. The current version has now been tested on Windows Vista and Windows 7.
Bug Fixes:
* Closing of the first tab should now work.
* JavaScript errors should now be suppressed.
* Some minor interfaces chances have been made.
Download the latest version here.
Today I released my first version of Treadstone Zero, a utility distribution that lets you easily zero-fill hard drive partitions. The system boots in less than 10 seconds (on most systems), consists of a Linux 2.6 kernel and runs totally in ram.
Check it out here.
COMP
Compare two files (or sets of files). Display items which do not match.
Syntax
COMP [pathname1] [pathname2] [/D] [/A] [/L] [/N=number] [/C]
Key
pathname1 The path and filename of the first file(s)
pathname2 The path and filename of the second file(s)
/D [...]
CIPHER
Encrypt or Decrypt files and folders.
Without parameters cipher will display the encryption state of the current folder and files.
NTFS volumes only.
Syntax:
Encrypt/Decrypt:
CIPHER [{/e | /d}] [/s:Folder] [options] [/u[/n]] [{PathName [...]]
New recovery agent certificate:
CIPHER /r:PathNameWithoutExtension
Remove data:
CIPHER /w:PathName
Backup Keys:
[...]
screen
Multiplex a physical terminal between several processes (typically interactive shells).
Syntax:
Start a screen session:
screen [ -options ] [ cmd [args] ]
Resume a detached screen session:
screen -r [[pid.]tty[.host]]
screen -r [...]
chroot
Run a command with a different root directory.
‘chroot’ runs a command with a specified root directory. On many systems, only the super-user can do this.
SYNTAX
chroot NEWROOT [COMMAND [ARGS]…]
chroot OPTION
Ordinarily, filenames are looked up starting at the root of the directory structure, i.e. [...]