Blog Archives

Shell Command Picker

advanced file list ls -lha shell command history history resource usage htop disk usage df SSH connect ssh USERNAME@HOSTNAME user substitution sudo -u USERNAME SHELL-COMMAND show MD5 hash php -r "echo md5( ‘MY-PASSWORD’ );" Apache restart shell command alias

Tagged with: ,
Posted in Tipp

Individuelle Shell Commands via “Alias”

Mit dem Linux Befehl alias lassen sich individuelle Shell-Befehle für häufige Tasks anlegen. Die Alias-Definitionen können z.B. im Home Folder in der Datei vi ~/.bashrc platziert werden. Beispiel: unalias -a alias la=’ls -lha’ alias ..=’cd ..; pwd’ alias ho=’cd ~;

Tagged with: ,
Posted in Tipp

W3 Schools

Educate yourself! Topics ¶ HTML HTML5 CSS CSS3 TCP/IP JavaScript HTML DOM DHTML VBScript AJAX jQuery JSON SQL ASP ADO PHP ASP.NET Web Pages MVC Web Forms .NET Mobile XML DTD XML DOM XSLT XPath XQuery XLink XPointer Schema XSL-FO

Tagged with: , , , , , ,
Posted in Tutorial