Apache Error
Posted by Cătălin on Sat, 16 Feb 2013Apache Error
Fix for "Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName" Error sudo /etc/init.d/apache2 restart Reloading web server config: apache2apache2:...
Read More...code
GPG error for Debian
Posted by Cătălin on Sun, 10 Feb 2013GPG error for Debian
Problem When updating the Debian based system, apt-get may display an error message like: W: GPG error: http://download.webmin.com sarge Release: The following signatures couldn't be verified because...
Read More...code
.ca whois response
Posted by Cătălin on Sun, 20 Jan 2013.ca whois response
The CIRA whois response don't contain 'AVAIL' any longer, all available domain name for registration will contain: 'Domain Status: available' Please note that you need to add 9 spaces between the colon...
Read More...code
Mounting an NTFS drive in Debian
Posted by Cătălin on Sun, 2 Dec 2012Mounting an NTFS drive in Debian
# apt-get install libfuse2 # apt-get install ntfs-3g # fdisk -l | grep NTFS sample: /dev/sdb1 1 121601 976760001 7 HPFS/NTFS # mkdir /media/YOUR-FOLDER # mount -t ntfs-3g...
Read More...code
Debug and monitor traffic on a network
Posted by Cătălin on Tue, 13 Nov 2012Debug and monitor traffic on a network
The tcpdump command displays out the headers of packets on a network interface that match the boolean expression. To drop ssh traffic from dumping and monitoring operation using the following syntax: ...
Read More...code
Creating Apple ID without credit card
Posted by Cătălin on Fri, 21 Sep 2012Creating Apple ID without credit card
The following steps will get you an iTunes account without entering your credit card info. Log into iCloud on your iPhone, tap: Account / Payment information; Change Credit Card to NONE; Than go...
Read More...code