Follow the below steps to remove the space left on top after removing the navbar in Blogger: In your Blogger Dashboard go to Template >> Edit HTML Search for text ‘</head>’ and add the below line of code just above this text. <style type='text/css'> .content-inner { margin-top: -60px !important; } </style> you can …
Linux supports numerous file systems, but common choices for the system disk on a block device include the ext* family (ext2, ext3 and ext4), XFS, JFS, ReiserFS and btrfs. ext4 is the latest file system of ext* family. You can determine the file system of your various …
You can display a warning message to unauthorized users or display a welcome message or informational message to authorized users for SSH, and telnet logins in HP-UX. These messages can be displayed through banners, a legal banner contains some security warning information or general information, that …
If you want to remove the welcome message that HP-UX shows every time when you log in via ssh or telnet then you need to edit the /etc/profile file. (c)Copyright 1983-2006 Hewlett-Packard Development Company, L.P. (c)Copyright 1979, 1980, 1983, 1985-1993 The Regents of the Univ. of …
January 12, 2017
Microsoft Windows
If you are getting the error” ‘telnet’ is not recognized as an internal or external command, operable program or batch file.” on Microsoft Windows 10 while trying to connect a machine through telnet then it means telnet client service not enabled/installed on your system. You need …
When we need more space on a server. To get more space we create new virtual LUNs from our storage and present that LUN on the server to get the required space. After exporting the LUNs to a server we need to create Physical Volume, Volume …