Truth. Hence nixCraft tutorial are much better 😉 You may like these articles: You may like these articles:
Truth. Hence nixCraft tutorial are much better 😉 You may like these articles: You may like these articles:
On a Linux or Unix-like systems, each user and process run in a specific environment. An environment includes variables, settings, aliases, functions and more. Following is a very brief introduction to some useful shell environment commands, including examples of how to use each command and setup your environment to increase productivity in the command prompt. […]
Can’t write to the hard disk on a Linux or Unix-like systems? Want to diagnose corrupt disk issues on a server? Want to find out why you are getting “disk full” messages on screen? Want to learn how to solve full/corrupt and failed disk issues. Try these eight tips to diagnose a Linux and Unix […]
I am jelly. Really a great OpenBSD unix setup. Click to enlarge Click to enlarge Click to enlarge Click to enlarge Source/Credit @calumacrae You may like these articles: vim-plug: A beautiful and minimalist vim plugin manager for Unix and Linux users 8 Tips to Solve Linux & Unix Systems Hard Disk Problems: Like Disk Full […]
You can dump Linux or Unix server memory. This is useful for forensics analysis, and testing your own system. This is often desirable to see: What code and what data actually resides in memory. You can search for specific pids memory. Search memory for string and other data such as passwords. Works as add-on tool […]
The chown command change file owner and group. The chmod command change file mode (bits) i.e. permission. A wrong permission can create problems on Linux or Unix-like system. It is clearly illustrated in this comic. chown and chmod Credit: turnoff.us You may like these articles: Linux and Unix nload App: Monitor Network Traffic and Bandwidth […]
A vim plugin manager is a must for any die-hard vim user. You can find a few option available out there. My personal favorite is vim-plug which is a beautiful and minimalist plugin for vim. Let us see how to install and use this plugin on Linux or Unix-like system. Installation Naturally, you must have […]