|
At the crossroad of New media, Engineering, Research and Development
|
|
Oct
19
2010
Terminal Tip: Finding information about a mp3 audio file…Here is a quick tip for you OSX command line fans. If you want to find metadata information about a mp3 file use the “afinfo” command. Very quick and scripting friendly. Here is a example:
Sep
23
2010
How to install Office 2010 on Windows XP x64-bit editionLet me guess…..you tried it and it failed. Well, there is a way (probably not sanctioned by MS) to get this done. I’ve installed it on two separate machines and verified that it works. First you need to download MSXML 6 from Microsofts website. Just go to microsoft.com and search for MSXML. There should be a link to MSXML6.0 download. Download the 64-bit version of the software and install it. Then force a windows update by choosing windows update from the start menu. You will notice a bunch of updates for MSXML. Let it update the files and reboot after that’s done. Now you need to get the x86 version of office 2010 off the cd and copy it onto your computer somewhere (I just dragged the folder onto my desktop). We need to modify something and you can’t do that on the CD/DVD. Once the copy is done, find setup.exe right click on it and choose properties. Under the Compatibility tab choose “Run this program in compatibility mode for:” and choose Windows XP from the pull down. Click Apply/Okay and double click setup to run it. That’s it. It works…..Happy days are here again :-). As nice as wordpress is, it can sometimes turn your life into a bit of a nightmare. Case in point the title in my previous post. I was trying to tell WP that I want straight double quotes (ie: “) and it kept insisting on beautifying it and turning it into curly double quotes. These curly quotes have a different meaning in Unix, so if you’re using a “cut-and-paste” unix command in your post title you’re kinda out of luck. There is a process called wptexturize that turns simple everyday quotes/doublequotes into what they call smart quotes. Anyways, to work around this you can use the following tables HTML names instead of the actual character when you’re writing your post:
Sep
20
2010
say -v "Bad News" fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fuk fukSep
20
2010
Map any network drive to Mac OS X that auto mounts after system rebootHere is a quick recipe for making a network drive auto mount on your OSX machine. This works with pretty much any protocol supported by Finders “Connect to Server” option. Here is how you do it:
That’s it…..Enjoy :-) Sep
12
2010
iPhone Hipstamatic/Lo-Mob samples…..
Sep
12
2010
Toronto International Air Show 2010
Sep
02
2010
Reset iTunes 10 window control buttonsNot sure what’s happening lately in the Apple UI design department. Someone over there decided to reposition the window control buttons (you know x,-,+ aka. close,minimize,maximize) vertically in the latest itunes10 (see pics below). If you prefer the old (proper) way of having them ordered horizontally (see picture above), you can use the commands below:
If you need to reset it back, you can use the commands below:
Aug
27
2010
Panasonic’s New AG-AF100….DCinema game changer?…maybe.You kinda knew this was going to happen sooner or later. Canon 5D MKII came out a couple of years ago, set the budget DCinema market on it’s head and caught the traditional ENG/Video guys (Sony/Panasonic) totally off-guard. Well I think Panasonic — for now, until Sony comes out with their NEX-VG10 Camera — is sending a couple of grenades into Canon’s camp with the “final” release of their AG-AF100 Memory Card Camera Recorder (MCCR? WTF?). Anyways, this little beastie is neat and can be had for a mere $6000. Not bad for a Pro level camera that can do everything from ENG style shooting to Mid-range DCinema shoots to MFTV movies/series. I think Panasonic might have another hit — like HVX200 — on their hands. Just the sheer fact that using readily available micro 4/3 to m42 mount adapters would give a young cinematographer access to kick-ass glass for cheap (search ebay for m42 lenses and you’ll see) or the fact that they too could start using the newisch Voigtländer 25mm f/0.95 for MicroFourThirds and create their own Barry Lyndon type effects/shots is fantastic news. Although it all seems rosy for now, there is always the Sony factor as well. They’ve got the bigger, 35mm crop sensor, in their NEX-VG10 (28x22mm for sony vs. 17.1x13mm for pani) which translates into more DOF, smoother bokeh and such….but then again I’d be a happy camper with a f0.95 lens too :-). The AF100 incorporates a 4/3-inch, 16:9 MOS imager. The camcorder records 1080/60i, 50i, 30p, 25p and 24p (native) and 720/60p, 50p, 30p, 25p and 24p (native) in AVCHD’s highest-quality PH mode (maximum 24Mbps). The AF100 maximizes the potential of its high-resolution imager with built-in ND filtering and dramatically reduced video aliasing. Standard professional interfaces include HD-SDI out, HDMI, time code recording, built-in stereo microphone and USB 2.0. The AF100 features two XLR inputs with +48V Phantom Power capability, 48-kHz/16-bit two-channel digital audio recording and supports LPCM/Dolby-AC3. With two SDXC slots, the AF100 can record up to 12 hours on two 64GB SDXC cards in PH mode. Interesting times ahead….. Aug
27
2010
Evom…Video encoding/transcoding doesn’t get any simpler…
Aug
27
2010
The Ultimate File Transfer Utility for WindowsI’ve been posting mainly about OSX for the last little while, but no worries, I haven’t given up on Windows…yet :-). Someone today was asking about a good WebDAV client and after searching around for a bit, it seems like there is really only a couple out there. But really none of them can beat BitKinex client in terms of features and “price”. Here is a short list of features (oh…and the price thing….it’s free:-) ):
I don’t know how they do it, but I would just grab a copy, if I were you :-). Aug
26
2010
OSX Server: Could not setup Mach task special port 9
If you’re seeing this warning/error in your OSX Server log files, it is more than likely caused by cron running jobs for mailman subsystem. Even if the Mail process is disabled in Server Admin, OSX will try to run these cron jobs. The way around this (only do this if you’re NOT running mail server or mailman mailing list manager on your box) is to comment out all lines in /usr/lib/cron/tabs/_mailman file (insert a # character at the beginning of each line that doesn’t have it). This fixed the problem for me…..hopefully it will also work for you :-). Aug
25
2010
Duplicating service settings under OSX Server…This mainly applies to how you deal with a backup DHCP server and it’s configuration, but might also be useful for backing up other service settings. One of the things that kinda bugs me about how some services are configured in OSX Server is the fact that the configurations are stored in the directory. For example, if you have a DHCP server servicing a subnet with a ton of reservations hardcoded in it, there is no way of editing and/or moving the information from the command line (ie: there is no single config file that contains the current configuration) to another server. That’s where the “serveradmin” commandline program comes to rescue. If you have two identical servers (ie: both running the same OSX server version), you can use serveradmin to export the settings from a specific service and then move the file to the new server and import it there. All using the CLI.
Aug
23
2010
MySQL Replication howto for Snow Leopard…We recently upgraded our servers from old XServe G5′s running Tiger to the latest greatest running Snow Leopard. In this small howto I will deal with the procedure I followed to setup mysql master-slave replication between two new servers. I start out with two (master, slave) empty DB’s, setup the replication and then import my data from a third server (my old G5 X-Serve). Of course like anything else I will try to show you how to get out of — what I like to call — Steve Jobs Hell Holes :-). There are other ways of doing this procedure, for more info check out this page. - First things first….the magic command that stops mysql server from command line, just in case you screw something up and need to restart (This should be used on your master and slave servers prior to them going live…..DO NOT USE THIS ON A LIVE SERVER):
This will stop the launch Daemon from continously launching mysql when trouble is brewing. This usually happens when you screw something up badly and the symptom is that the Server Manager Status for MySQL will say “Starting up“, but never changes to “Running“. - Next I want to blow away my DB files on the master and slave (remember these are NOT production servers yet…..I’m still rebuilding them. You DO NOT want to remove the DB’s on your production servers). You’ll need to find the path in the “Settings” tab of the server manager, under “Database Location“. I removed everything in that directory (rm -rf *) from the command line. AGAIN, I CAN NOT STRESS THIS ENOUGH, BE CAREFUL WHERE YOU ISSUE THESE COMMANDS. - I did this on both the master and the slave. - Now on the Master change the following in /etc/my.cnf (You should have this file, if you’ve got a my.cnf.default, copy it my.cnf).
- On the Master still, check the “Allow Network Connections” check box in Server Manager and set the root password (for mysql) by pressing the “Set MySQL Root Password…” button. Then press “Save” followed by “Start MySQL“. This will initialize mysql with the default tables and setup the root password. - Now on the Slave change the following in /etc/my.cnf (You should have this file, if you’ve got a my.cnf.default, copy it my.cnf).
- Back on the Master, you need to create a user (I call it repl) that has REPLICATION SLAVE privilege. Use the following two commands (make sure you replace mydomain.com and slavepass….LEAVE repl as the userid:
- Next we need to flush the tables and issue a read lock (yes, just because we can):
- Still on the master we find out the current binary log file name and position:
Note down the filename and the Position number. We will need them later. - Back on the Slave, go to Server Manager and set the root password (for mysql) by pressing the “Set MySQL Root Password…” button. Then press “Save” followed by “Start MySQL“. Connect to the DB as root and issue the following command:
This will setup the slave to talk to the Master and do it’s thing. While we are here, we might as well verify that the repl user can log into the master from the slave:
should prompt you for password and if you type in the ‘slavepass’ you assigned above, you should be able to get in. - Back on the master unlock the tables:
- Last but not least on the slave, turn on the slave mode:
Done…..Now you can go to your production server and suck it’s brains (ahemm…..DB’s) out and import it into your master. Your slave should follow and replicate whatever you import into the master Server. I used the following command (you mileage might/will vary):
Transfer “goodies.sql” text file from your production server to the master server (ssh/scp/ftp….whatever).
Aug
19
2010
MySQL: Transfering users and priviledges to a new server….So this was a great big mystery this morning. How the heck do you transfer the users and their privileges out of a old mysql server and “import” them into a new server. We recently upgraded from OSX 10.4.11 to a couple of spanking new Snow Leopard servers and during the mysql export/import cycle this issue came up. Well the simple answer is…..DON’T USE mysqldump on your mysql DB (you know the default DB that stores all your users and privileges. It’s a bad idea and will probably do more harm than good. Instead use the following procedure: 1) On your old server (the one that has your data/users/tables on it) issue the following command (replace YOUR dbadmin/root username and password in the 2 appropriate places:
The output of this command is something like this:
2) Now you’re ready to selectively cut and paste the appropriate users and associated grant into a new mysql session (which you have to open) on the new server. Goodluck…. Not that you should really care too much about this, but I’ve moved nerdlogger.com to wordpress platform (from blogger). This will hopefully give me more flexibility in order to provide more services. Aug
16
2010
WordPress import plugin for blogger fix….Version 0.2 of the blogger plugin for wordpress 3.x has a small little bug in it that produces the following error: Something went wrong. If the problem persists, send this info to support: HTTP/1.0 403 Invalid AuthSub token. Server: GSE <HTML> <H2>Error 403</H2> I’ve been banging my head against the wall trying to figure out what’s wrong with their code and I think I’ve found a fix (atleast until version 0.3 of the plugin comes out at which time this fix will not apply anymore…..hopefully). The problem is with the regex code in the auth() function of the blogger-importer.php plugin. So edit this file and make the following changes: 1) Line 99: 2) Line 108: Hopefully this will help you get going….. Aug
05
2010
Restarting into Mac OS X using the command line, when running Windows…Okay so this only works in Boot Camp 3.0+ which comes with Snow Leopard (10.6). If you ever find yourself in Windows and need to quickly — using command line — change your boot option to reboot into OSX (process known under OSX as blessing) you can use the following command: Aug
05
2010
Forcing 64-bit mode when booting OSX 10.6 (Snow Leopard)…You all probably know about the trick with holding down 6 and 4 keys on your keyboard to force OSX 10.6 to boot using the 64-bit kernel. What you might not know is that it’s temporary and the next time you reboot, you’re back to using the 32 bit kernel. Now I can’t guarantee that your machine will not catch fire and blow up (just kidding)…..but if you know what you’re doing and want to have 64-bit kernel goodness all the time you can do the following: Aug
05
2010
Where is php.ini under OSX 10.5 (Leopard)…I came across a issue and the solution required a bit of tweaking in php.ini. After looking around my Leopard Server I finally found php.ini.default under /etc directory. After making the changes and restarting apache, I got nothing, zip, zilch. Well after digging around the output of phpinfo |