mintCast 166 – KXStudio With falkTX
News:
- Linux User & Developer issue 128 features a cover story on Mint Development team
(linuxuser.co.uk) - New MintBox 2 is on its Way (ostatic.com) (fit-pc.com)
- Fedora 19 “Schrodinger’s Cat” has been released from the box alive (fedoraproject.org) (linuxbsdos.com)
- More Great Linux Awk, Sed, and Bash Tips and Tricks (linux.com)
- Illuminating Linux Podcasts by Dan Petersen (linuxlinks.com)
The Main Topic: Interview with falkTX on KXStudio
-
KXStudio is a collection of applications, artwork and plugins, targeted at audio and video production. KXStudio also provides a Linux Distribution, currently based on Ubuntu 12.04.1 LTS. Although focused on GNU/Linux, some of our applications work in other Operating Systems. (http://kxstudio.sourceforge.net/)
Tip:
-
I was looking for a way to show a map of my local network in my Conky monitor. I came up with the following line for the .conkyrc file:
-
${texeci 300 nmap -sn 192.168.99.0/24 | grep ‘192.168.99’ | cut -b 22-}
-
-
It’s a simple use of nmap, grep, and cut as “external” commands:
-
${ … } is conky’s way of identifying a command and its arguments
-
texeci 300 tells conky to run a command in a separate thread every 300 sec
-
nmap -sn 192.168.99.0/24 is the nmap command to do a “ping scan” of one segment of my local network (CIDR Notation)
-
grep ‘192.168.99’ pulls out any line containing the string ‘192.168.99’
-
cut -b 22- grabs the characters (bytes) on the line from the 22nd to EOL
-
More Information:
Live Stream (Mondays at 8:00 p.m. Eastern): mintcast.org
Contact Us:
- Forum: forums.linuxmint.com
- Email: [email protected]
- Twitter: @mintCast @Linux_Mint @3dbeef @jamescoyner @txhawkins
- IRC: irc.spotchat.org – #mintcast
- Google+: mintCast
More Linux Mint info: website, blog, forums, community
Credits:
Podcast Entry and exit music provided by Mark Blasco (podcastthemes.com). The podcast?s bumpers were provided by Oscar.
Podcast: Play in new window | Download
Subscribe: RSS



