Comments for Do Know Evil - A Blog by Tyler Mulligan http://www.doknowevil.net Tips and Tricks About Computers, Web Development, Linux, the Internet and the Like Wed, 29 Jun 2011 15:31:50 +0000 hourly 1 http://wordpress.org/?v=3.0.5 Comment on Batch images conversion – color to transparency from the linux terminal by Henriquehttp://www.doknowevil.net/2009/03/31/batch-images-conversion-color-to-transparency-from-the-linux-terminal/#comment-1486 Henrique Wed, 29 Jun 2011 15:31:50 +0000 http://www.doknowevil.net/?p=287#comment-1486 Very nice trick Very nice trick

]]>
Comment on NautilusSvn – Finally an SVN GUI for Linux that doesn't totally suck by Renato Limahttp://www.doknowevil.net/2009/04/28/nautilussvn-finally-an-svn-gui-for-linux-that-doesnt-totally-suck/#comment-1480 Renato Lima Tue, 07 Jun 2011 21:09:02 +0000 http://www.doknowevil.net/?p=328#comment-1480 Men, you save my world! I was looking for something like that for a long time. When I'm tired to go from there to here I finally found your blog. Congrats! Men, you save my world! I was looking for something like that for a long time. When I’m tired to go from there to here I finally found your blog. Congrats!

]]>
Comment on Ubuntu Window Management with Multiple Monitors, Window Effects and Default File Associations by hansihttp://www.doknowevil.net/2008/11/25/ubuntu-window-management-with-multiple-monitors-window-effects-and-default-file-associations/#comment-1479 hansi Tue, 31 May 2011 07:49:58 +0000 http://www.doknowevil.net/2008/11/25/ubuntu-window-management-with-multiple-monitors-window-effects-and-default-file-associations/#comment-1479 Cool script- :O) Cool script- :O)

]]>
Comment on Creating Named Widgets in WordPress Made Simple by cialis en lignehttp://www.doknowevil.net/2010/05/16/creating-named-widgets-in-wordpress-made-simple/#comment-1475 cialis en ligne Wed, 11 May 2011 11:31:04 +0000 http://www.doknowevil.net/?p=620#comment-1475 Oui vous le talent :) Oui vous le talent :)

]]>
Comment on Batch images conversion – color to transparency from the linux terminal by Brucehttp://www.doknowevil.net/2009/03/31/batch-images-conversion-color-to-transparency-from-the-linux-terminal/#comment-1474 Bruce Tue, 10 May 2011 09:21:04 +0000 http://www.doknowevil.net/?p=287#comment-1474 For those of you stuck using windows and DOS, like me, a batch file containing:for %%x in (*.png) do convert -transparent "RGB(255,0,255)" %%x ../new/%%xwill do the trick. For those of you stuck using windows and DOS, like me, a batch file containing:

for %%x in (*.png) do convert -transparent “RGB(255,0,255)” %%x ../new/%%x

will do the trick.

]]>
Comment on Adding context (right click) menu options to nautilus (Ubuntu's default file manager) with nautilus-actions by toshohttp://www.doknowevil.net/2010/05/04/adding-context-right-click-menu-options-to-nautilus-ubuntus-default-file-manager-with-nautilus-actions/#comment-1472 tosho Tue, 12 Apr 2011 14:10:09 +0000 http://www.doknowevil.net/?p=562#comment-1472 Interesting script but I can't figure it out - How to add Right Clicks on the Desktop to show - Video Card Configuration (like in windowz) , and Monitors (change the resolution and etc.)? Do you have another ready-to-use scripts for sharing ? :) Interesting script but I can’t figure it out – How to add Right Clicks on the Desktop to show – Video Card Configuration (like in windowz) , and Monitors (change the resolution and etc.)?
Do you have another ready-to-use scripts for sharing ? :)

]]>
Comment on Bash script to convert pngs to jpgs, thumbnail them and generate forum code by Idettyanymnhttp://www.doknowevil.net/2008/08/11/bash-script-to-convert-pngs-to-jpgs-thumbnail-them-and-generate-forum-code/#comment-1471 Idettyanymn Sun, 10 Apr 2011 12:51:59 +0000 http://www.doknowevil.net/2008/08/11/bash-script-to-convert-pngs-to-jpgs-thumbnail-them-and-generate-forum-code/#comment-1471 One again, your idea is very good.thank you!very much. One again, your idea is very

good.thank you!very much.

]]>
Comment on Make Screencasts in Ubuntu with gtk-recordmydesktop by Apoqhttp://www.doknowevil.net/2009/05/30/make-screencasts-in-ubuntu-with-gtk-recordmydesktop/#comment-1468 Apoq Wed, 30 Mar 2011 19:14:09 +0000 http://www.doknowevil.net/?p=422#comment-1468 gtk-recordMyDesktop (records video + audio) and gnome-sound-recorder (records audio) can record both the system and the microphone sound. To choose the sound to be recorded open gnome-volume-control (from ALT+F2 for example), click on Hardware, then on Profile and there choose the corresponding option, depending on what will be recorded ..: + sound of the system: a) Analog Stereo Output; or b) Digital Stereo Duplex (IEC958) + sound from the microphone: a) Analog Stereo Duplex; or b) Digital Stereo (IEC958) Output + Analog Stereo InputIn gnome-volume-control, it may be necessary to choose “Off”, close it, open it again, choose the desired option and close it again.Some of the other options may work sometimes, but they may record sometimes the system sound and sometimes the mic sound. And other options may record audio but could not permit to listen to the recorded sound. So it’s better not to use those options.NB: system sound is the sound of what one can hear from the speaker. It can be a .ogg or .mp3, … song played by Totem, or a Flash music video of a web site, …But gtk-recordMyDesktop has 2 problems: a) When you click on stop it takes a lot of time to encode the video (in xvidcap you have it in the moment you stop the recording). b) It uses a lot of space in a folder called more or less /tmp/rMD-session-xxxx. Sometimes is deleted after the encoding but sometimes not (keeps on growing) and you have to delete it before your Linux root partition (/) gets full.To be able to record the sound with xvidcap (from the mic or of the system) you just need to follow a few steps to install it properly: http://ubuntuforums.org/showthread.php?t=1714139 gtk-recordMyDesktop (records video + audio) and gnome-sound-recorder (records audio) can record both the system and the microphone sound. To choose the sound to be recorded open gnome-volume-control (from ALT+F2 for example), click on Hardware, then on Profile and there choose the corresponding option, depending on what will be recorded ..:
+ sound of the system: a) Analog Stereo Output; or b) Digital Stereo Duplex (IEC958)
+ sound from the microphone: a) Analog Stereo Duplex; or b) Digital Stereo (IEC958) Output + Analog Stereo Input

In gnome-volume-control, it may be necessary to choose “Off”, close it, open it again, choose the desired option and close it again.

Some of the other options may work sometimes, but they may record sometimes the system sound and sometimes the mic sound. And other options may record audio but could not permit to listen to the recorded sound. So it’s better not to use those options.

NB: system sound is the sound of what one can hear from the speaker. It can be a .ogg or .mp3, … song played by Totem, or a Flash music video of a web site, …

But gtk-recordMyDesktop has 2 problems:
a) When you click on stop it takes a lot of time to encode the video (in xvidcap you have it in the moment you stop the recording).
b) It uses a lot of space in a folder called more or less /tmp/rMD-session-xxxx. Sometimes is deleted after the encoding but sometimes not (keeps on growing) and you have to delete it before your Linux root partition (/) gets full.

To be able to record the sound with xvidcap (from the mic or of the system) you just need to follow a few steps to install it properly:
http://ubuntuforums.org/showthread.php?t=1714139

]]>
Comment on Most computer keyboards today suck… by MeSoCuttehttp://www.doknowevil.net/2008/12/03/most-computer-keyboards-today-suck/#comment-1464 MeSoCutte Fri, 18 Mar 2011 18:54:46 +0000 http://www.doknowevil.net/2008/12/03/most-computer-keyboards-today-suck/#comment-1464 Nice style. I wish I could write that way. Nice style. I wish I could write that way.

]]>
Comment on Ubuntu Window Management with Multiple Monitors, Window Effects and Default File Associations by MF Lowhttp://www.doknowevil.net/2008/11/25/ubuntu-window-management-with-multiple-monitors-window-effects-and-default-file-associations/#comment-1444 MF Low Mon, 07 Mar 2011 13:21:53 +0000 http://www.doknowevil.net/2008/11/25/ubuntu-window-management-with-multiple-monitors-window-effects-and-default-file-associations/#comment-1444 Thanks for your post on "Moving your applications from one monitor to the next with hotkeys"! Just what I need without installing nvidia driver.I changed my function getNumberOfMonitors() to the following line instead:-xrandr | grep -c "*"Now I don't need to return to this script to change the number of monitors :) Thanks for your post on “Moving your applications from one monitor to the next with hotkeys”! Just what I need without installing nvidia driver.

I changed my function getNumberOfMonitors() to the following line instead:-

xrandr | grep -c “*”

Now I don’t need to return to this script to change the number of monitors :)

]]>