Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ~/.bashrc: executed by bash(1) for non-login shells.
- # Note: PS1 and umask are already set in /etc/profile. You should not
- # need this unless you want different defaults for root.
- # PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ '
- # umask 022
- # You may uncomment the following lines if you want `ls' to be colorized:
- # export LS_OPTIONS='--color=auto'
- # eval "`dircolors`"
- # alias ls='ls $LS_OPTIONS'
- # alias ll='ls $LS_OPTIONS -l'
- # alias l='ls $LS_OPTIONS -lA'
- #
- # Some more alias to avoid making mistakes:
- # alias rm='rm -i'
- # alias cp='cp -i'
- # alias mv='mv -i'
- ./init_led_button.sh
- #ifconfig eth0 down
- ifdown eth0
- ifconfig eth0 hw ether 00:0a:35:00:01:75
- #ifconfig eth0 up
- ifup eth0
- #export http_proxy="http://ftn.proxy:8080"
- #export https_proxy="https://ftn.proxy:8080"
- # kernel messages
- dmesg -wH &
- cd Vezba6/lifo
- # updates date to some recent day, makefile breaks if
- # it works with files from future...
- date -s "25 NOV 2018 01:00:00"
- # updates date from google.rs, if internet is available
- date -s "$(wget -qSO- --max-redirect=0 google.rs 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement