New backup 2025-05-28 12:30:02
This commit is contained in:
parent
52f0b2faa7
commit
90580293a7
1 changed files with 4 additions and 1 deletions
|
@ -81,7 +81,10 @@ pushall() {
|
|||
#deb_canvas(){
|
||||
# dh_make -c custom --copyrightfile ~/Development/metapackages/pogmom_deb_template/licenses/oql -n -e "${GIT_AUTHOR_EMAIL}" -p pogmom-essentials_0.1 -C i
|
||||
#}
|
||||
|
||||
network-status() {
|
||||
[[ -z ${1} ]] && loglength="10" || loglength="${1}"
|
||||
sudo journalctl -u NetworkManager.service -u openvpn.service --lines="${loglength}" --follow
|
||||
}
|
||||
|
||||
alias quickdeb='dpkg-buildpackage -b -tc'
|
||||
alias gituntracked='git ls-files . --exclude-standard --others'
|
||||
|
|
Loading…
Add table
Reference in a new issue