The latest versions of java have some security improvements that prevents from old applets to run causing a lot of headaches to work with. In order to allow Jave
Category: Operating Systems
Windows File Explorer open SlowWindows File Explorer open Slow
Some time the windows file explorer takes long time to open and to refresh and it is running slowly in general, Some time the problem is because the
Configure Shadow Copy For Windows 10Configure Shadow Copy For Windows 10
Windows 10 lack the feature of schedule shadow copy like in windows 7 and server 2008. But you Still can do it with Win32_ShadowCopy class in WMI. First enable
check if php can send mail on linuxcheck if php can send mail on linux
check if PHP-scripts can send emails: from console or putty session to the server php -a mail ('you@example.com', "Test Postfix", "Test mail from postfix"); exit (); Note: if after running php
How to To restart network interface on linuxHow to To restart network interface on linux
CentOS : systemctl restart network or /etc/init.d/network restart Ubuntu: sudo /etc/init.d/networking restart for specific interface : ifdown eth0 ifup eth0
How to force mount exchange databaseHow to force mount exchange database
Open exchange Powershell : Mount-Database -identity "Your_Database_Name" -Force
How to Send mail from an additional Exchange address or aliasHow to Send mail from an additional Exchange address or alias
Until Outlook 2013 you can have only one exchange account on your outlook profile there for the only way to add different “From” address is by adding additional POP3/IMAP account
How to configure static IP on linuxHow to configure static IP on linux
Method 1 = Network Configuration Using a Text User Interface (nmtui) # yum install NetworkManager-tui and then just type: #nmtui (for semi graphic interface) Method 2 = edit the
dism Microsoft .NET Framework 3.5 error halt at 66%dism Microsoft .NET Framework 3.5 error halt at 66%
When install the Microsoft .NET Framework 3.5 on a computer that is running Windows 10, Windows 8.1, Windows Server 2012 R2, Windows 8 or Windows Server 2012. Error codes 0x800F0906,
How to install Webmin on CentOS 7How to install Webmin on CentOS 7
The simplest and best way to get Webmin is to use automatic setup-repos.sh script to configure official repositories on your RHEL or Debian derivative systems. It can be done in