Posts tagged bash
- 2012-06-04 - TP-LINK TD-8910G - restart połączenia
Ponad dwa lata temu opisywałem router TP-LINK TD-W8910G urządzenie wciąż sprawuje się wyśmienicie.
- 2011-01-23 - Creating ASCII ART MOTD
MOTD or „Message of The Day” in most Unix systems is displayed after successful login, but before execution of user shell. MOTD is used to send a common message to all system users (after login), in a more efficient manner than sending them all an e-mail message. MOTD message is stored in
/etc/motd
file.- 2011-01-12 - Cron tip: prevent running multiple copies of the same job in HA environment
All cron jobs should prevent themselves from started in multiple copies!
- 2011-04-09 - How to manage and disable bash history
You can change Bash history behaviour changing environment variables. Here is simple reference about this settings.
- 2011-01-09 - Quick dump or backup all databases in MySQL server
You can use this script mydump2many.sh. Here is source code:
- 2010-03-01 - Tip: Changing file names recursively from command line
Recently I’ve found very nice tool to change file names recursively, and fixing file names encoding.
- 2009-05-31 - wget - Linux download manager - spis ważniejszych opcji i tricków
Część z poniższych porad znalazłem, a część sam wymyśliłem ;).
- 2009-07-30 - How to generate user documentation from Perl script?
If you want to generate user documentation from POD in Perl should add at the bottom of script this section - after keyword
__END__
(this is only example - I use this schema for my documentation): i- 2009-11-28 - Howto send email from bash on DLink DNS-323
This can be done only on hacked dns-323 ffp/fun_plug. Many people have problem sending emails from shell scripts using DNS-323, it is possible without installing additional software or writing scritps.
- 2009-05-28 - Zautomatyzowana konwersja plików
Często do automatycznej konwersji plików pisze się pętle, wyglądające mniej więcej tak:
- 2009-04-27 - rsync autoresume
Jakiś czas temu byłem zmuszony pobrać dużo danych z serwera który systematycznie co 1GB zrywał połączenie a danych było sporo bo 15GB.
- 2009-07-19 - Generating ready to print PDF Javadoc file
Some time ago, when writing project from Computer Networks in Java me and my friend want to generate Javadoc in PDF. On Sun tech support is information how to generate Javadoc PDF but it was not really usefull.
- 2009-11-17 - Some helpful Linux software
Some tools which could be helpful in network and system troubleshooting
- 2009-11-17 - Linux Tip: Color enabled pager - less
Recently I was using a command line tool which was generating many lines of color text. The output was displayed so fast on my xterm, that I couldn’t read it. So I thought, that I could use
| less
pager to see what’s up, and I was wrong :( -less
„out of the box” doesn’t support colors.- 2009-05-11 - Remote Firewall HOWTO
Zdarza się, że administrator systemu musi zmienić reguły firewalla nie mając fizycznego dostępu do komputera.
- 2009-09-06 - VMD Package Builder for Ubuntu and Debian
Text above is copied from Official VMD Site
- 2009-12-03 - Ubuntu screen profiles in SUSE Linux
I like the look of screen application in Ubuntu, this feature is provided by screen-profiles package, which is not present in SUSE Linux (SLES 11).
- 2008-09-29 - Eclipse IDE
Wybór odpowiedniego środowiska programistycznego nie jest rzeczą łatwą, w przeciągu ostatniego roku IDE (Integrated Developement Enviroment) powstało bardzo wiele, jednym z ciekawszych jest Eclipse.
- 2008-08-05 - rsync / scp resume
Czasami każdy z nas zmuszony jest przesłać po zawodnym połączeniu dużą ilość danych (czy to w MB, czy w ilości plików) w sposób bezpieczny, ale jak to zrobić kiedy „Charyzjusze” sniffują hasła z ftp?
- 2007-10-21 - Proste operacje na stringach w Bashu
By mieć to zawsze pod ręką i się nie zastanawiać czy na pewno jest dobrze :)
- 2007-04-11 - bash wiki startup
Wkońcu coś zaczynam robić … na dobry początek myślę, że stworze w miarę dobrą POLSKĄ dokumentację do Basha bo już mnie irytuje wertowanie tej oryginalnej dokumentacji w lewo i w prawo, przeszukiwanie tych samych książek po 3 razy …