To stop a FSCK from prompting or running automatically when rebooting server:
Bypass a fsck using shutdown command
When rebooting the server use the following command
InetServices offers both Windows and Linux bare metal server hosting, and cloud server hosting for any small to medium size business. We also offer both PCI and HIPAA Compliant servers allowing you to achieve PCI or HIPAA Compliance without all the worries of figuring it out. InetServices offers much more than just dedicated servers and cloud servers, we offer you a complete solution to your hosting needs including Big Data, Disaster Recovery, and High Availability services.
To stop a FSCK from prompting or running automatically when rebooting server:
Bypass a fsck using shutdown command
When rebooting the server use the following command
The bug afflicts version 1.0.1 and 1.0.2-beta releases of OpenSSL, server software that ships with many versions of Linux and is used in popular Web servers, according to the OpenSSL project’s advisory on Monday night.
How to Uninstall Something in Linux on my Dedicated / Cloud Server
In the example below, we will uninstall apache.
Linux use the following two files to keep track of user login sessions:
a] /var/run/utmp – List of current login sessions.
b] /var/log/wtmp – List of previous login sessions.
c] /var/log/btmp – List all the bad login attempt.
Log into SSH on your dedicated or cloud server.
You can simply run the rm –rf (directory) command.
# rm –rf foldername
Log into SSH on your dedicated or cloud server.
Type:
# find / -name type d -name “.*” -print0
Use the chown command to change file owner and group information. Use the chmod command to change file access permissions such as read, write, and access.
The system utility fsck (for “file system check”) is a tool for checking the consistency of a file system in Unix and Unix-like operating systems.
Log into SSH on your dedicated or cloud server.
# vi named.conf
Make sure following settings exists under Options { … } settings:
Log into SSH on your dedicated or cloud server.
You can edit the sshd_config file located in /etc/ssh/.
# vi /etc/ssh/sshd_config