Terminal Alternative for Mac

This article was written on February 29, 2012 by CyberNet.

Terminal replacment

I spend quite a bit of time living in the terminal on my Mac, and so I was rightfully excited when I came across the free app called iTerm 2 that squashes some of the things I wanted the built-in app to offer. One of the things I really needed was a search feature to quickly find things from past commands I’ve run, and iTerm 2 does that very well.

Here is an overview of other features in iTerm 2:

  • Split Panes
    Divide a tab up into multiple panes, each one of which shows a different session. You can slice vertically and horizontally and create any number of panes in any imaginable arrangement.
  • Search
    iTerm2 comes with a robust find-on-page feature. The UI stays out of the way. All matches are immediately highlighted. Even regular expression support is offered!
  • Autocomplete
    Just type the start of any word that has ever appeared in your window and then Cmd-; will pop open a window with suggestions. The word you’re looking for is usually on top of the list!
  • Paste History
    Paste history lets you revisit recently copied or pasted text. You can even opt to have the history saved to disk so it will never be lost.
  • Instant Replay
    Instant replay lets you travel back in time. It’s like TiVo for your terminal!
  • Full Screen
    Work distraction-free with absolutely nothing on the screen but your terminal. The tab bar can be opened by holding down cmd.
  • Growl Support
  • Exposé Tabs
    Like OS X’s Exposé feature, iTerm2 shows all your tabs on one screen. Better yet, you can search through them all at once. Go ahead and open as many tabs as you want–you can always find what you’re looking for.

When you stack those features on top of all the configuration options it has this becomes a must-have app for any geek living in a terminal window.

iTerm 2 Homepage (Mac only; Freeware)

Copyright © 2014 CyberNetNews.com

Forcefully Empty the Recycle Bin for All Users in Windows

This article was written on September 30, 2011 by CyberNet.

Empty recycle bin command line

I’ve run into the situation before where I’ve needed to empty the Recycle Bin for all users on a multi-user computer. After doing a lot of searching I realized that the only real way to empty the Recycle Bin for all users on a computer (without logging in as each user) is to completely remove the Recycle Bin directory from the PC. This will delete all files in the Recycle Bin for all users, and then Windows will just recreate the directory when it is needed again.

So how do you do it? You need to open a command prompt window as an administrator, and then the directory you need to remove varies depending on the OS you’re working with:

  • For Windows 7 or Server 2008 run this command from the command prompt:
    • rd /s c:\$Recycle.Bin
  • For Windows XP or Server 2003 run this command from the command prompt:
    • rd /s c:\recycler

Note: These commands reference the “c:\” drive. Each drive keeps its own Recycle Bin so you’ll need to run this for each drive letter that you want to empty.

After running the command you may notice that the Recycle Bin icon may not refresh immediately to reflect that it is empty. This is because you’re using a non-standard procedure to empty the Recycle Bin, but if you open it up the icon will refresh and you should see that there are no files in there.

Copyright © 2013 CyberNetNews.com

Android 4.1 Jelly Bean proven carrying rough but working code for multi-user support (video)

Android 41 Jelly Bean proven carrying rough but working code for multiuser support video

If there’s ever been a persistent gripe among families sharing mobile devices, it’s been the absence of multiple user profiles — hand that iPad or Nexus 7 to Junior and you may have to play a spot-the-differences game when it comes back. Some long overdue testing of previously found code references in Jelly Bean shows that Google, at least, has explored ending that anxiety over who uses the family gadgets. Command-line code in AOSP-based versions of Android 4.1 will let you create a separate guest profile, complete with its own lock screen security, home screen layout and limited settings. To say that the code is unpolished would be an understatement, however. Apps and even some notifications cross over from the main account, which could prove more than a little embarrassing if the hardware is left in the wrong hands. At least it’s easy to revert back, as the instructions (and video after the break) show. The real challenge will be waiting to see when — or really, if — Google gets to finishing multi-user code and turns that Nexus 7 into the communal tablet we want it to be.

Continue reading Android 4.1 Jelly Bean proven carrying rough but working code for multi-user support (video)

Filed under: , ,

Android 4.1 Jelly Bean proven carrying rough but working code for multi-user support (video) originally appeared on Engadget on Fri, 03 Aug 2012 11:47:00 EDT. Please see our terms for use of feeds.

Permalink SlashGear  |  sourceXDA-Developers  | Email this | Comments