Halaman

Tampilkan postingan dengan label Bash. Tampilkan semua postingan
Tampilkan postingan dengan label Bash. Tampilkan semua postingan

Jumat, 22 Juni 2018

pure-bash-bible

. Jumat, 22 Juni 2018 .

https://github.com/dylanaraps/pure-bash-bible

(Read More..)

Selasa, 21 Februari 2017

explain shell

. Selasa, 21 Februari 2017 .

http://explainshell.com/

(Read More..)

Minggu, 03 April 2016

bcc

. Minggu, 03 April 2016 .

Dynamic Tracing Tools for Linux

https://iovisor.github.io/bcc/ 

(Read More..)

Sabtu, 27 Februari 2016

30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X

. Sabtu, 27 Februari 2016 .

http://www.cyberciti.biz/tips/bash-aliases-mac-centos-linux-unix.html

(Read More..)

Introduction to tmux

.

http://perltricks.com/article/an-introduction-to-tmux/

(Read More..)

Rabu, 30 Juli 2014

Betty : Siri for Linux terminal (command line)

. Rabu, 30 Juli 2014 .

http://ultimate-solution.com.pk/2014/06/betty-siri-for-linux-terminal-command-line/

(Read More..)

FINAL TERM

.

http://finalterm.org/

(Read More..)

Sabtu, 11 Januari 2014

The Linux Command Line && The Command Line Crash Course

. Sabtu, 11 Januari 2014 .

http://linuxcommand.org/tlcl.php
http://cli.learncodethehardway.org/book/

(Read More..)

Sabtu, 21 Desember 2013

Crazy POWERFUL Bash Prompt

. Sabtu, 21 Desember 2013 .

http://www.askapache.com/linux/bash-power-prompt.html

(Read More..)

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

cmd.fm .... unix style interface

. Sabtu, 21 September 2013 .

cmd.fm

(Read More..)

Sabtu, 31 Agustus 2013

tmate

. Sabtu, 31 Agustus 2013 .

Instant terminal sharing

http://tmate.io/

(Read More..)

Sabtu, 24 Agustus 2013

Q&A – 8 Practical Examples Of grep Command In Linux

. Sabtu, 24 Agustus 2013 .

http://mylinuxbook.com/qa-8-practical-examples-of-grep-command-in-linux/

(Read More..)

pipes.sh: Animated pipes terminal screensaver.

.

https://gist.github.com/livibetter/4689307

(Read More..)

Minggu, 18 Agustus 2013

Linux: Find Out What Is Using TCP Port 80

. Minggu, 18 Agustus 2013 .

http://www.cyberciti.biz/faq/find-linux-what-running-on-port-80-command/

(Read More..)

# 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..)
 
{nama-blog-anda} is proudly powered by Blogger.com | Template by Agus Ramadhani | o-om.com