Pario TechnoBlob
About Posts

Posts

Color channel swapping in Photoshop This is a little HOWTO (or tutorial) about swapping/inverting two color channels. I will swap the red and the blue color channel using Adobe Photoshop CS 3 to create a more...
Jun 10, 2008 12:40AM
Generate a /etc/hosts file from the command line This is a simple example of how you can populate a /etc/hosts file with 100 IPs and hosts from the command line # N=1; for i in $(seq -w 100); do echo "192.168.99.$N...
Jun 3, 2008 1:23PM
Fix slow SSH login Add the following line if your SSH login takes a long time on your SSH server. File /etc/ssh/sshd_config: UseDNS no Restart the SSH daemon to activate this change.
May 29, 2008 1:49AM
Some iptables tricks Multiport The Multiport extension allows you to specify multiple ports and ranges and makes it possible to create complex rules in one line. Here’s an example of how you can...
May 28, 2008 12:17AM
«« « 1 2 3  …  41 42 43  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom