Bluetooth icon in Windows 7

by mtecheasy on December 16, 2010

Wanna show that little Bluetooth icon in your taskbar? – Start –> Control Panel –> Hardware & Sounds –> Devices & Printers – Right click on your computer icon –> Click Bluetooth Settings. – Check Show the Bluetooth icon in the notification area.

Need file integrity checks? Check out FileVerifier++

by mtecheasy on December 14, 2010

FileVerifier++ is a Windows application for verifying the integrity of files. FileVerifier supports various algorithms by means of dynamically loadable hash libraries. It is a pure Win32 C++ application and doesn’t have any dependencies other than what comes with Windows. Permanent installation is not required and may be burned to a CD or used from […]

Ubuntu/Kernel Version Information

by mtecheasy on December 14, 2010

Commands to view Ubuntu version information, as well as Kernel version. cat /etc/lsb-release : – Ubuntu 9.04 cat /etc/issue: – DISTRIB_ID=Ubuntu – DISTRIB_RELEASE=0.04 – DISTRIB_CODENAME=jaunty – DISTRIB_DESCRIPTION=”Ubuntu 9.04″ uname -a : print all information – Linux LS 2.6.28-19-server #66-Ubuntu SMP Sat Oct 16 18:41:24 UTC 2010 i686 GNU/Linux uname -r : print the kernel release […]

Hide Apache and PHP signature information

by mtecheasy on December 14, 2010

Apache Version 2.2, Ubuntu Server 9.04 Files to edit: /etc/php5/apache2/php.ini /etc/apache2/conf.d/security When you access a page on your server that doesn’t exit, you get the following possible signature by default: – Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.6 with Suhosin-Patch Server at 192.168.100.158 Port 80 To remove the PHP Signature, open php.ini and find expose_php = On, and change […]