If you want to change the default cursor theme first you need to install one of the available cursor themes
Continue reading…
Posts by ruchi
Howto Determine the throughput of a pipe command
If you want to Determine the throughput of a pipe you need to use cpipe.Cpipe copies its standard input to its standard output while measuring the time it takes to read an input buffer and write an output buffer. Statistics of average throughput and the total amount of bytes copied are printed to the standard […]
Continue reading…
colordiff — a tool to colorize diff output
colordiff is a wrapper for diff and produces the same output as diff but with coloured syntax highlighting at the command line to improve readability. The output is similar to how a diff-generated patch might appear in Vim or Emacs with the appropriate syntax highlighting options enabled. The colour schemes can be read from a […]
Continue reading…
Debian Mail Server Setup with Postfix + Dovecot + SASL + Squirrel Mail
Postfix is an attempt to provide an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and hopefully secure, while at the same time being sendmail compatible enough to not upset your users.
Continue reading…