Soluții

How to Change User Data With chfn and usermod on Linux

If you use a Linux or Unix-like computer, you’ll have a user account. The name given to the account is your user account name. This is the name you use to log in with. It’s also (by default) the name of your login group and the name of your home directory. They all use the same identifier.

There is another set of information that can be stored for each user account. Real-world data such as the person’s full name, their office number, and their work telephone number, for example, can be defined and attached to them. Indeed, completely arbitrary snippets of information can be tagged to user accounts.

In practical terms, this will be more useful for system administrators looking after computers that have many user accounts configured on them. But even for the single-user Linux computer, it’s always interesting to know what’s going on beneath the hood.

[mai mult...]

Cum sa schimbi numele iPhone-ului

Prima data cand setezi iPhone-ul, acesta genereaza un nume default, care va fi identitatea dvs atunci cand folositi AirDrop, prin legarea telefoanelor prin Bluethoot sau cand il conectati la un hotspot. Daca preferati alt nume, puteti sa schimbati numele iPhone-ului in IOS.

[mai mult...]

Troubleshooting utilizind comanda Ping

Programul Ping (Packet Internet Gopher) e utilizat pentru verificarea accesibilităţii unui host din reţea. Acest program transmite mesaje ICMP spre un host remote şi aşteaptă de la acesta un răspuns. Comanda permite determinarea distanţei la hostul remote în termeni de timp de transmisie.

Ping [-t] [-a] [-n count] [-l length] [-f] [-i ttl] [-r count] destination_address

– t = ping pînă la întrerupe;

– a = rezolvă adresa host în nume de host;

– n = numără pachetele de tip echo transmise;

– l = dimensiunea pachetului echo transmis;

– f = flag care setează opţiunea de nefragmentare;

– i TTL =  setează timpul de viaţă pentru un pachet (numărul maxim de hop-uri pe care le poate parcurge pachetul înainte de a fi rejectat din reţea, 1…255);

– r = afişează ruta parcursă de mesaj;

destination address = adresa hostului remote .

[mai mult...]