http://malektips.com/putty-system-menu-alt-key.html
In trying to be more “keyboard efficient” lately and use the mouse less, ran across this. My PuTTY configuration was even disabled for the Alt+Space, which was all I really needed to have enabled.
http://malektips.com/putty-system-menu-alt-key.html
In trying to be more “keyboard efficient” lately and use the mouse less, ran across this. My PuTTY configuration was even disabled for the Alt+Space, which was all I really needed to have enabled.
I ran across these two articles recently, which reminded me to take a look at my account configuration.
http://mashable.com/2013/04/15/hackers-wordpress-blogs/ and, from there, http://ma.tt/2013/04/passwords-and-brute-force/. Matt linked on to Kelly’s post with instructions on how to remove the admin account, which is straightforward and easy to follow.
I know about these things, and it’s something I should have done some time ago, but “things come up” 🙂 Having not gone through the procedure before, I did have a few questions which I experimented in order to answer. First, I wanted to make sure “private” posts migrated properly to the new user – they do. I was also going to check on drafts, but found it was easier to just clean up the drafts I had hanging out than to spend a lot of time messing with it.
I have a few questions that remain to be answered, but probably will be after the next WordPress update. One additional step I would probably recommend goes just a little bit further in obscuring the name of the administrator account. I created a separate “Author” account, assigned all previous posts to that account, and will make myself use it to the extent possible for content creation. If nothing links to the admin account it should be just that much harder to locate, but I welcome more experienced and regular WordPress users comments on that subject.
Edit 5/1: I made a small change from a “Contributor” to an “Author” account that will save me having to sign in as an admin in most cases.
I finally got back to experimenting with LXC recently. There have either been some improvements, or I’ve given it sufficient time to sink in, because it’s pretty much a cinch now (at least as long as you’re not trying to bridge the network, but that’s another story).
I’ve managed to set up a fairly lightweight VirtualBox host running Ubuntu with an Ubuntu container for use as a monitoring server. Unfortunately my planning was a little shortsighted when I initially set the system up, and I left myself short on space. With the help of the following sites, I was able to extend my logical volume using the LVM tools and (hopefully, I haven’t checked yet!) clear an ugly splat on my monitoring display.
http://www.howtogeek.com/howto/40702/how-to-manage-and-use-lvm-logical-volume-management-in-ubuntu/
http://sujithemmanuel.blogspot.com/2007/04/how-to-add-disk-to-lvm.html
http://www.turnkeylinux.org/blog/extending-lvm
With the help of the man page for lvextend I was able to determine the appropriate command to resize the logical volume to the total free space in the volume group with ‘lvextend -l+100%FREE /dev/vol-group-name/root’.
All together, here’s the summary of what I did.
Added a VDI disk in VirtualBox
fdisk /dev/sdb
Partitioned as needed, per first link.
pvcreate /dev/sdb1
vgextend vol-group-name /dev/sdb1
lvextend -l+100%FREE /dev/vol-group-name/root
resize2fs /dev/vol-group-name/root
Confirmed that the added space was apparent to the kernel.
df -h
Finally, I restarted my monitoring container.
lxc-start -d -n monitor-01
And confirmed that the free space was also apparent within the container.
df -h
After checking the basics, I confirmed that everything looks clean and clear in the monitoring system. Now I’m on to the task of figuring out how best to monitor some new equipment.
As I use XBMC for playback of series’ I’ve recorded using Windows Media Center, and am not super fond of Media Center (it was just highly convenient), I found this to be something probably worth pursuing, or at least investigating in more detail, in the near future.
Lifehacker – Record and Watch Live TV On Your XBMC
http://lifehacker.com/5981757/how-to-watch-and-record-live-tv-on-your-xbmc-media-center
The XBMC PVR and Live TV Setup Guide
http://wiki.xbmc.org/index.php?title=PVR
http://wiki.openwrt.org/toh/tp-link/tl-wr703n
Neat little system for possible embedded controller.
http://tt-rss.org/redmine/projects/tt-rss/wiki
I was reminded this morning, while reading some of James Altucher‘s very interesting posts and wanting to add to my subscription list, that I’m eventually going to need to do something to replace Google Reader as my feed reader. This might be an interesting way to do so. The Android client is a plus. I’ll have to add it to my project list.
Edit 6/18/13: Also ran across https://www.commafeed.com/welcome today, which does not look bad, but I still have some inclination towards tt-rss at this time.