I‘ve recently started to use FreeBSD operating system with tcsh (c shell clone) shell. I noticed that both set and setenv command set shell user environment. What’s the difference between the SET and SETENV commands?
{ 2 comments }
by nixCraft on August 12, 2012 · 2 comments
I‘ve recently started to use FreeBSD operating system with tcsh (c shell clone) shell. I noticed that both set and setenv command set shell user environment. What’s the difference between the SET and SETENV commands?
{ 2 comments }
by nixCraft on April 10, 2012 · 3 comments
I‘m a new Linux user. How do I copy a directory or folder under Linux operating system using command line options and bash shell?
{ 3 comments }
by nixCraft on September 14, 2011 · 5 comments
A dot-file is generally any file whose name begins with a full stop. In Linux or Unix like operating system it is also called as hidden file. How do I list all dot files in my home directory?
{ 5 comments }
by nixCraft on June 8, 2011 · 3 comments
I‘m trying to install RHEL 6 kernel updates and patches using the yum command and getting the following error:
Transaction Check Error: installing package kernel-2.6.32-131.2.1.el6.x86_64 needs 8MB on the /boot filesystem Error Summary ------------- Disk Requirements: At least 8MB more space needed on the /boot filesystem.
How do I fix this error and install RHEL kernel without increasing /boot size or reinstalling the operating system?
{ 3 comments }
by nixCraft on October 27, 2010 · 0 comments
I‘ve tons of images, css and javascript hosted at backend server IP 192.168.1.5 and 192.168.1.6. How do I make sure nginx reverse proxy load balancer always send all http_user_agent requests coming from “Mozilla” to server 192.168.1.5 and MSIE to server 192.168.1.6 only?
{ 1 comment }
