Soluții

Cum sa stilizezi textul in JavaScript?

Dacă dezvoltați o aplicație web sau o depanare care include javascript, veți folosi aplicația consola destul de frecvent. JavaScript evaluează un script și se va executa fără a arunca o eroare și doar un mesaj „nedefinit”. Posibilitatea de a înregistra și afișa erori și mesaje în aplicația consolei oferă dezvoltatorilor un instrument mult necesar pentru a verifica ce se întâmplă în timpul executării codului.

[mai mult...]

How to reboot Debian using the command line

Linux OS has the capability of running not weeks yet years without a reboot. But sometimes there is a good reason to reboot your Linux system after a week or two depending upon the situation. Mostly there are two major reasons for the reboot. First, the reboot becomes necessary when you install a piece of software that requires a reboot to become functional. Secondly, when you update your system or perform some configurations that also requires a reboot. Other then these, there can be many other reasons for a reboot. Whatever the reason may be, you should know how to reboot a system for all the changes to take effect.

[mai mult...]