After I ordered new VPS (CentOS 6.x) on DigitalOcean (SSD Cloud VPS). I found that crontab is not installed on server, When I try to execute “crontab -e” command, I got following error # crontab -e -bash: crontab: command not found
{ 0 comments }
From the category archives:
After I ordered new VPS (CentOS 6.x) on DigitalOcean (SSD Cloud VPS). I found that crontab is not installed on server, When I try to execute “crontab -e” command, I got following error # crontab -e -bash: crontab: command not found
{ 0 comments }
Yesterday, I’m tried to install CentOS 6.4 to my new server IBM X3650 M2 with Minimal CentOS 6.4. My Server has two SAS 15K RPM 146GB and setting up RAID 1 Mode.
{ 1 comment }
Today, When I’m running bundle install and I’m having this error Gem files will remain installed in /usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.2.1 for inspection. Results logged to /usr/local/lib/ruby/gems/1.9.1/gems/nokogiri 1.6.2.1/ext/nokogiri/gem_make.out An error occurred while installing nokogiri (1.6.2.1), and Bundler cannot continue. Make sure that `gem install nokogiri -v ‘1.6.2.1’` succeeds before bundling.
{ 0 comments }
Here in this post I will explain how to compile and install Linux Kernel 3.13.6 in CentOS 6.5. Linux Kernel 3.3.16 stable latest version has released 2014-03-07 and you can download it from kernel.org.
{ 1 comment }
Since upgrading a CentOS 6.4 with a SuperMicro X8SIE-F/X9SCL board with Intel 82574L NIC to 2.6.32-431.el6.x86_64 and rebooting, I have been having consistent NIC failures where the NIC shuts down permanently until a soft reboot is performed.
{ 0 comments }
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using SSL/TLS, the whole communication can be encrypted, this making FTP much more secure. This article explains how to set up Pure-FTPd with SSL/TLS on a CentOS 6 server.
{ 0 comments }