Składna i skryptów bash w systemie Linux cz. 1
Składnia powłoki systemu linux nie jest zbyt przyjazna. Prawdę mówiąc nawet po długim czasie pracy z linuxem jestem nieraz zaszokowany jak uciążliwy jest bash. No ale pomimo swoich wad pozwala nam na...
View ArticleKomendy Bash
Dość szeroka a zarazem zwięzła lista poleceń systemowych linuxa. Różne systemy linux oraz unix mogą mieć odrobinę inne wersje tych programów lub w ogole ich nie mieć. Większość powinna być jednak...
View ArticleHow to wget to mirror a website without html file extensions
Wget is a great and powerful tool but it does have some hidden features that are not really common in linux world.For example it has set of default settings that can be altered via some misterious...
View ArticleMysql linux shell commands to get tables list and basic statistics
Mysql is so common that its good idea to have some command line scripts or tricks. Sometimes you need to execute some SQL queries on set of tables or all of them or get stats or fix tables etc. Its...
View ArticleJust a hint how to validate XML Schema xsd under linux
Its really basic stuff but worth to remember that you can easily validate XML Schema under linux command line with xmllint. It can be especially useful if you have to automate some xml files validation...
View Article