i am writing a bash script, and think of, how convenient it would be to be able to call a particular function from a script from shell.
and realize that it is already done in #oberon.
now in shell i can do source myscript && myfunc smth
, instead of neat and clean myscript.myfunc smth
. :/
#oberon #bash #linux
yesterday i have tested and sent this piece of code to one girl, it calculates only the size of directories, the sum to be precise.
find -type d -ls | awk 'BEGIN {a=0}{a+=$7}END{print a}'
and she said she did not receive the email, so i have checked and apparently i sent it to other girl because of the thunderbird autocomplete.
then i replied to the other girls email - no offence. #bash #scripting #awk
tetris in sed https://github.com/uuner/sedtris #tetris #shell #unix #sed #bash
https://www.youtube.com/watch?v=SjtyifWTqmc
#nmap #mainframe #hack #ettercap #des #john_the_ripper #cryptography #maintp #hacktivity #philip_young #bash #unix #zos #programming
https://www.youtube.com/watch?v=SjtyifWTqmc
#nmap #mainframe #hack #ettercap #des #john_the_ripper #cryptography #maintp #hacktivity #philip_young #bash #unix #zos #programming
she wrote a bash script and named the file “bash”.
#bash #scripting #naming #console #work
from bash manual http://www.gnu.org/software/bash/manual/bashref.html#Redirections
/dev/tcp/host/port
If host is a valid hostname or Internet address, and port is an integer port number or service name, Bash attempts to open a TCP connection to the corresponding socket
#bash #tcp #unix #gnu
that moment, when you realize your chat window turned into terminal emulator
#moment #chat #pidgin #screenshot #terminal #console #bash #linux #gnu #emulator #tty #demotivator #պահ #չաթ #փիջին #էկրանահան #տերմինալ #կոնսոլ #բաշ #լինուքս #գնու #դեմոտիվատոր #ուտենց
Again, about #gif making. These are gifs I made from #Serj-Tankian #music #videos in order to use as #avatars. Gifs are prepared with simple #bash script using mplayer and youtube-dl. Script follows - under the #animations.