Category: Working

  • Two python versions in system

    We have some python scripts for scheduled jobs. They are moved from a old machine and work very well automatically and manually. When we moved them to another machine, manually run them works fine. But they don’t work when we put them in corn. After some search, there are two python versions in system. One…

  • Install Eclipse on Ubuntu

    Eclipse Kepler (4.3) is released on June 16, 2013. I want to try it on my Ubuntu 12.04 LTS. Follow these steps for the installation: Download Eclipse from eclipse.org Extract the eclipse-xxx-xxx-xxx-linux-gtk-x86_64.tar.gz using Switch to root Copy extracted folder to /opt and rename to eclipse_kepler Create a desktop file and install it. The content of…

  • Hide Users on Welcome Screen in Windows

    If you create some local user accounts in Windows for providing some services, but don’t want to let them show in Welcome Screen. You can add some settings in Windows Registry. I have tried this in Windows 7 and Windows 2008 R2. It works. Google reference: “Hide Users on Welcome Screen in Windows”.

  • Resize Launcher in Unity 2D

    I twittered about the memory usage is fat in Unity 3D. Although my T410 works fine. I still want to try to switch to Unity 2D. After that, the default icon in launcher is too large (48×48) as in Unity 3D. But the rezise bar in Appearance is gone.  See the reference post for how…

  • Markdown in Notepad++ with Perl/Cygwin

    Notepad++ is my primary text editor in Windows and I also have Perl installed in Cygwin. To Markdown files under Notepad++ with NppExec plugin, I use following scripts: A bash shell script to call Markdown.pl: The NppExec script: The HTML will be opened in Notepad++. I didn’t try to find a way to open it…