[ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
[2024] [2023] [2022] [2021] [2020] [2019] [2018] [2017] [2016] [2015] [2014] December November October September August July June May April March February January [2013] [2012] [2011] [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
[Thu Mar 27 13:56:06 CDT 2014]I just came across a video presenting the new GNOME 3.12 while I was reading posts on Google Plus: It looks pretty neat, I think. Actually, I know it's sort of trendy among techies to criticize GNOME, but I like it. I have been running it as my main desktop environment for years now. Even when they switched to the new GNOME Shell, I find it aesthetically pleasing overall, as well as highly functional. Yes, the GNOME Shell involved changing one's mindset a bit. And what? Things change. It was about time that open source projects stopped copying whatever Microsoft did in a stupid, futile and ultimately defeatist attempt to come up with the perfect Windows clone to "lure" users. {link to this entry} [Tue Mar 11 11:57:11 CDT 2014]A co-worker just shared a funny Dilbert cartoon with us: {link to this entry} [Mon Mar 10 17:09:48 CDT 2014]Here is an interesting package I had no idea of that I discovered thanks to a post on Google Plus: Some of the tools includes in the package are quite useful indeed. For example:$ apt-cache show moreutils Package: moreutils Version: 0.47 Installed-Size: 158 Maintainer: Joey Hess Anyways, you get the idea. Sure, it's not going to transform our life, but it will certainly make it easier at times. {link to this entry}$ errno 111 ECONNREFUSED 111 Connection refused $ ifdata -pa wlan0 10.0.0.22 $ ifdata -p wlan0 10.0.0.22 255.255.255.0 10.0.0.255 1500 [Sat Mar 8 13:42:49 CST 2014]OK. Here is something I recently had to do on mutt. While running some tests for a tool that triggered alarms, I ended up getting thousands and thousands of them in my Inbox. They all had a very similar subject line, so deleting them was easy enough. After you do Shift+d, simply enter the following on mutt's command line: Obviously, you should enter a given pattern for the subject line where I typed <pattern>. After you do that, simply commit the changes by doing something like Ctrl+x or quitting the client. {link to this entry}~s <pattern> |