If this blog helped you in any way, please donate a dollar here

Showing posts with label Desktop. Show all posts
Showing posts with label Desktop. Show all posts

Saturday, June 19, 2021

Screenshot editor cum manager in windows 10

The default screenshot tool in Windows 10 is a lot better than the older ones for sure, but it doesn't really provide the kind of usability that other 3rd party screen shot editors provide.

Today, I'm sharing my favorite tool for screenshot management in Windows 10 and it's free to use and easy to use: GreenShot

Here's some of the reasons why I love this tool so much.

Thursday, April 15, 2021

Microsoft Windows Linux

Linux on Windows

It's 2021 and we've seen the world-wide COVID-19 pandemic.. and now I discovered Windows Sub-system for Linux, yes, Windows support for Linux. Guess it took a global pandemic for Microsoft to get Linux run on Windows!

Well, it's not really Linux, and for purists, this is more of an emulation, kind of like docker, but for Windows. However it feels fast and almost native. Good enough to support most user-mode programming languages out there. The support started from Windows 10 version 20262, so to get started, install Windows 10 and keep upgrading until this version is reached.

Monday, June 20, 2011

Solving KDE Freeze

It was after a long time, I decided to install (and use) KDE4 on my desktop. I had always a notion that KDE4 was slow.. especially after trying the initial releases. I was a KDE3.5 person and loved it since Slackware had it. However after trying the latest version available on the Ubuntu (And Hence LinuxMint) repositories, I found my assumption to be pretty flawed!


I installed KDE4 and started it... After a while, the screen made no movements. It froze! Now I put on my debugging hat and started scouring forums for a solution. So here's what I had to do:

Thursday, June 24, 2010

Desktop Actions

There are a set of cool utilities xdg utils... that do a lot of association and execution.

For example, it can open up the text file in your favorite text editor!

$ xdg-open /home/me/myfile.txt

will open myfile.txt with mousepad on my OS.

$ xdg-open http://www.google.com

will open Google on your favorite browser.

$ xdg-open mailto:hansum.rahul@gmail.com

will open your mail client in compose mode.

The command:

$ xdg-email

has even more options for your favorite email client.