Skip to content

Instantly share code, notes, and snippets.

@thatmaheshrs
thatmaheshrs / showDateTime.sh
Last active August 29, 2015 13:56
A shell script that uses Zenity to show current date and time (read more at https://bit.ly/showDateTime).
#!/bin/bash
# COPYRIGHT: That Mahesh RS (https://sites.google.com/site/thatmaheshrs)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@thatmaheshrs
thatmaheshrs / listInstalledPackages.sh
Created March 8, 2014 08:17
This shell script lists ALL the packages installed on any Linux system that uses dpkg for package management such as Debian, Ubuntu, Kubuntu, Xubuntu, Lubuntu, Linux Mint, Kali Linux, Bodhi Linux, etc.
#!/bin/bash
# COPYRIGHT: That Mahesh RS (https://sites.google.com/site/thatmaheshrs)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,