Archive for July, 2013

Security to Ssh service

Change SSH listening port SSH listens for connections on port 22. Attackers use port scanner software to see whether hosts are running an SSH service. It’s wise to change the SSH port to a number higher than 1024 because most port scanners (including nmap) by default don’t scan high ports.

Read more

Superblock: How to recover damaged

If a filesystem check fails and returns the error message “Damaged Superblock” Solution: There are backups of the superblock located on several positions and we can restore them with a simple command. Backup locations are: 8193, 32768, 98304, 163840, 229376 and 294912. ( 8193 in many cases only on older systems, 32768 is the most […]

Read more

Internet Explorer 10 in Windows 8 Desktop

If Internet Explorer 10 is the default browser of Windows 8, it opens normally all websites with the Metro version of Internet Explorer. However, it is possible to set that needs to be always the desktop version used

Read more

New function to Windows 8 in CSS

Standard touch browser We have found that the default behavior is not set up for browsing through touch in Internet Explorer 10 on Windows 8 devices. You only need one line of code to add the CSS property -ms-touch-action, for instance:

Read more