blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
The Big Byte

Life, the universe and everything geeky. Computer news, opinions, and random ideas on the state of the IT world.
The Big Byte Blog  
Listed in: Technology > Internet, Technology > Computers
Related Topics: Linux, path, ubuntu
Author: David Webb
Visit this blog on Facebook for more info.
Related Blogs
previous blog next blog

6 Users are Following

8.2
great
based on editor's review


recent postsrss feed

How to Convert MIDI to Mp3 using Timitidy and FFMPEG

Nov 27, 2009
Command line switch for outputting WAV file from timidity is -Ow. So: timidity -Ow ./file-to-play.midi will generate a WAV file named ./file-to-play.wav To convert this to mp3, use FFMPEG: ffmpeg -i ./file-to-play.wav...

FULL CODE - Windows 7 Zero Day Exploit Proof of Concept Python Code

Nov 18, 2009
Here is the full code for the Windows 7 Zero Day Exploit involving SMB that was first posted here. Exploitation of this vulnerability occurs when a user attempts to browse to Windows Share hosted on the malicious server. On Windows 7, the DoS (denial...

How to Setup Android SDK / ADB / Fastboot Under Ubuntu 9.10

Nov 14, 2009
These instructions work for Ubuntu 9.10, which I am running, as well as most other linux distributions. Basically how to setup Android for debugging. I have found this works with my HTC Magic 32A.

How to Install Android Donut 1.6 on HTC Magic 32A (Cyanogen Mod)

Nov 14, 2009
I installed the lastest Cyanogen Mod firmware (v4.2.4) -  Android version 1.6 "Donut" release on my HTC Magic 32A type phone. This is the standard HTC branded phone with 292MB of RAM. NOTE: This process will erase all DATA and APPLICATIONS on your...

How to ignore hidden folders with rsync

Nov 12, 2009
When using rsync to copy directories, I will use the following command: rsync -av /home/david/directory-to-copy/ /tmp/new-directory/ But to ignore hidden files (and folders) I would use the following command: rsync -av --exclude '.*'...


Comments & Reviews:
Be the First to Review this Blog!