Mail Notification

Overview Mail Notification monitors your mailboxes for new mail. When new mail arrives, Mail Notification alerts you by displaying an icon in the notification area. Moreover, a mail summary can be displayed in the icon tooltip, a sound can be played, and notifications containing useful action buttons can be popped up. Mail Notification can monitor […]

Linux Tip | Refresh Network Connections with a Command – YouTube

  This video shows you hot to refresh network/internet connections. Refresh Network Connections Script Commands For Upstart: sudo service network-manager restart For systemd: sudo systemctl restart network-manager Create a script to run this command with one click: nano refresh-net Add to file: #!/bin/bash # Refresh network connections sudo service network-manager restart sleep 5 exit Ctrl+o […]

Install Linux Kernel 4.8 (Stable) on Linux Mint

Linus Torvalds introduced the Linux kernel 4.8. You can download the relevant deb packages from HERE and install them. Or just follow the instructions given below that will help you to install a new kernel multiple commands in terminal. The new version made about 13 thousand corrections from 1500 developers, the size of the patch 41 MB changes 11303 files, added 627751 […]

Instagraph Adds Photo Filters and Image Editing Tools

Filters, cropping and direct messaging are among the latest improvement arriving in an update to Instagraph, theunofficial third-party Instagram app for Ubuntu Touch. Instagraph 0.0.3 adds much-missed image manipulation tools. You can now crop photos, make various edits to them (e.g., adjust brightness, enhance saturation, focus blur, etc) and apply Instagram-esque photo filters with a single tap. […]

Purism Want To Make a Truly Open-Source Linux Phone

Would you be interested in buying a truly open-source phone running free software? Silly question — of course you would. Now Purism, a small hardware company famed for selling a range of Linux laptops that ship with only free open-source software in the kernel and OS, is turning its attentions to the mobile space. They’re beginning working on a new device called the […]

[How To] See Which Terminal Commands You Use The Most 

lot of us use the command line on a regular basis, be it to do some simple package management with apt or monitor system resources with top. Have you ever wondered which commands you use most often? There’s an easy way to find out. Run the following command in a new terminal window to see a list of your 10 most […]