Posts

Enlrage, resize bash command line linux history line to remember

nano ./.profile nano ./.bashrc # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=10000 HISTFILESIZE=20000

Disconnecting second monitor display from command line

xrandr --output eDP-1 --auto xrandr --output VGA-1  --off

תזכורת פקודות הרשאות linux groups

Chmod for files: chmod u=rwx,g=rx,o=r myfile Get user and groups: id id www-data Adding a user to a group: sudo usermod www-apache --append --groups [groupname] Removing user from group sudo deluser username group Change ownership: chown {-R} [user]{:group} [file|directory] Change group: chgrp {-R} [group] [file|directory] Login with www-data user (www-data is set to /usr/sbin/nologin): sudo su -l www-data -s /bin/bash

Finding all elements with z-index inside a a page

var all = document.querySelectorAll('*'); for(var i = 0; i < all.length; i++) {if(all[i].style.zIndex > 0) {console.log(all[i].style.zIndex); console.log(all[i]);}}

דף שמעדכן את חברות הביטוח וקרנות ההשתלמות לשלוח את הדוחות השנתיים בנייר

הי, אני רוצה דו"ח בנייר. אם גם אתכם זה מרגיז שחברות הביטוח וקרנות ההשתלמות עברו באופן חד-צדדי לשלוח את הדוחות בהודעת SMS, אז כתבתי כאן שירות קטן שמעדכן את החברות לשלוח שוב את הדו"ח בנייר כמו פעם. https://www.myexpenses.co.il/fi

Download a webpage and all needed data,files,css,js and more

 wget --page-requisites https://thewebsite

ציורים קופצים - רעיון לביצוע עם הילדים