The archives for You open them 18th, 2008


Apr 18

Modification the aspect of the shell

Bashstyle is a tool graphical that allows to change the aspect of the shell in little simple ones click. The application, equipped of predefined, personalizzabili and compatible topics to 100% with the consul of linux, active/disattiva from the option BashStyle is Disabled/Enabled and is qualified immediately/disabilita the color.

bash.png
Also the installation does not introduce some problem:

  1. ./configure (controls the dependencies, of it lacks someone installs it to you);
  2. make install

Download and Bash for all…

bashstyle.png

Apr 18

7 good habits for the customers linux.

This list has been written from Taibah Branches in sign of thanks to the several communities for the enormous carried out job in support of the so-called “niubbi”, ovverosia the principianti, those which come near for the first time to the pinguino. All it we have been, “niubbi”, must also be begun, not?

Thus here the 7 good habits that every customer linux must have:

  1. To never loggarsi like root - Superfluous if it is used a distribution like Ubuntu that uses I sudo in order to temporary elevate the privileges of the customer to the level of administrator. However a good suggestion.
  2. To correctly call the files- Technically in an atmosphere linux is possible to call the rows in the way that it wants (does not have to be used “/” that it is for the directory root or a character “null”), but some good practical exist in order to avoid complications in future:
  3. to only use alphanumeric characters, hyphens and points of sottolineatura;
    to avoid special symbols, like the sign of the dollar, parenthesis, and percentages. These symbols have a specific meaning for the shell, and could cause conflicts;
    avoiding the use of spaces, the management of the rows with spaces for finishes them is embarrassing.

  4. To install home in a separate partition - I agree fully because this concurs reinstallare the system or quite to change to all the distribution without to lose the personal data and formulations.
  5. To manage the crash correctly - Also this is an absolutely important point, because before CTRL-ALT-CANC, reset with the push-button, or to detach the thorn, it is important to know that they exist of the methods in order to manage any crash without riavviare correctly:
  6. “force quit” on the applet in the bar of the applications;
    if it does not work to type on finishes them “ps-A”, to take note of the ID of the guilty process of the crash, then a beautiful “kill PID”;
    to use the commando “killal”, as an example “killall firefox-bin”;
    if the graphical interface is blocked, thus from not being able to use they finishes, to press CTRL-ALT-F1. An other will be opened finishes them, and practically all a new session. To kill the guilty process there using step 2 and 3;
    if it does not work, to riavviare the this.

  7. To try various distributions. The panorama is indeed immense.
  8. To learn to use the commando line - I share; for complex operations ago to save a heap of time.
  9. At last to be ready to experiment.