https://github.com/dylanaraps/pure-bash-bible
(Read More..)
Tampilkan postingan dengan label Bash. Tampilkan semua postingan
Tampilkan postingan dengan label Bash. Tampilkan semua postingan
Jumat, 22 Juni 2018
Selasa, 21 Februari 2017
Minggu, 03 April 2016
Sabtu, 27 Februari 2016
Rabu, 30 Juli 2014
Sabtu, 11 Januari 2014
Sabtu, 21 Desember 2013
What is CMatrix? =-)
CMatrix is a program I wrote one evening because I didn't want to have to run Wind*ws to see the cool scrolling lines from 'The Matrix', my fave movie. If you haven't seen this movie and you are a fan of computers or sci-fi in general, go see this movie!!! I have seen it twice, and I'm pondering seeing it again before it comes out on VHS.
Cmatrix is written in ncurses under Linux, and should compile on other OSes with few modifications. I am always interested to hear from people who use this program and any modifications they make to it! CMatrix is distributed via the GNU GPL, please see the COPYING file or the GNU Project homepage for more information.
http://www.asty.org/cmatrix/ (Read More..)
# Play alarm.wav once site is back.
while ! curl -m 10 http://www.example\.com/ ; do echo still down ; sleep 10 ; done ; play alarm.wav # Play alarm.wav once site is back.
(Read More..)Sabtu, 21 September 2013
Sabtu, 31 Agustus 2013
Sabtu, 24 Agustus 2013
Minggu, 18 Agustus 2013
# Show the last access time of all files ending with .txt. This may not work on all filesystems/setups.
ls -l --time=atime --full-time *.txt
(Read More..)# site shot from command line. By @gustavorobertux
xvfb-run --server-args="-screen 0, 1024x768x24" cutycapt --url=http://url --out=image.png #
(Read More..)Get the first argument of the previous command. This is a readline thing. Thx ozmart and @sromeroi
[Ctrl]+[Alt]+Y
(Read More..)lock console with a nice screensaver. Requires password to unlock
alias tl="tty-clock -s -r; vlock"
(Read More..)
Langganan:
Postingan (Atom)