by skufel | Mar 28, 2015 | Collaboration, Infrastructure, Linux
Once Request Tracker 4 is installed on Debian 7, there is one more thing to do. Small change in Apache configuration to make RT4 website to work. First edit Apache configuration file: root@hostname:~# vi /etc/apache2/sites-available/default Then add to that file (at...
by skufel | Mar 25, 2015 | Automation, Scripting, Windows
If you want to replace string in multiple files name you can simply use PowerShell for that. Dir -Recurse | Rename-Item -NewName { $_.name -replace "file","name-of-file"...
by skufel | Mar 14, 2015 | Infrastructure, Network, Security, SysAdmin
When you install TMG 2010 on Windows Server with IE9 you might find that TMG console will not work. That is caused by IE 9. In order to fix it follow steps: Open “C:\Program Files\Microsoft Forefront Threat Management...
by skufel | Mar 14, 2015 | Infrastructure, Linux, SysAdmin
If you want to install some packages on Debian and don’t know names of packages you can search in packages cache. For example if you want to see all packages related to MySQL: root@hostname:~# apt-cache search mysql akonadi-backend-mysql - MySQL storage backend...
by skufel | Mar 14, 2015 | Automation, Infrastructure, Linux, SysAdmin
I use SecureCRT quite often to access Linux systems as well as network devices. When going through one of the presentations on SecureCRT web page I found handy tip how to configure session logs to have it divided by date, time and session. Screenshot below...