golden hour
/etc
⬆️ Go Up
Upload
File/Folder
Size
Actions
.pwd.lock
0 B
Del
OK
ImageMagick-6
-
Del
OK
X11
-
Del
OK
adduser.conf
2.96 KB
Del
OK
alternatives
-
Del
OK
apache2
-
Del
OK
apparmor
-
Del
OK
apparmor.d
-
Del
OK
apt
-
Del
OK
bash.bashrc
2.26 KB
Del
OK
bindresvport.blacklist
367 B
Del
OK
binfmt.d
-
Del
OK
ca-certificates
-
Del
OK
ca-certificates.conf
6.42 KB
Del
OK
ca-certificates.conf.dpkg-old
5.58 KB
Del
OK
calendar
-
Del
OK
console-setup
-
Del
OK
cron.d
-
Del
OK
cron.daily
-
Del
OK
cron.hourly
-
Del
OK
cron.monthly
-
Del
OK
cron.weekly
-
Del
OK
crontab
1.02 KB
Del
OK
dbus-1
-
Del
OK
debconf.conf
2.9 KB
Del
OK
debian_version
13 B
Del
OK
default
-
Del
OK
deluser.conf
604 B
Del
OK
depmod.d
-
Del
OK
dhcp
-
Del
OK
dictionaries-common
-
Del
OK
dpkg
-
Del
OK
e2scrub.conf
685 B
Del
OK
emacs
-
Del
OK
environment
106 B
Del
OK
ethertypes
1.77 KB
Del
OK
fonts
-
Del
OK
fstab
458 B
Del
OK
gai.conf
2.52 KB
Del
OK
groff
-
Del
OK
group
723 B
Del
OK
group-
710 B
Del
OK
grub.d
-
Del
OK
gshadow
604 B
Del
OK
gshadow-
594 B
Del
OK
gss
-
Del
OK
hdparm.conf
4.94 KB
Del
OK
host.conf
92 B
Del
OK
hostname
22 B
Del
OK
hosts
211 B
Del
OK
hosts.allow
411 B
Del
OK
hosts.deny
711 B
Del
OK
init.d
-
Del
OK
initramfs-tools
-
Del
OK
inputrc
1.71 KB
Del
OK
insserv.conf.d
-
Del
OK
iproute2
-
Del
OK
issue
26 B
Del
OK
issue.net
19 B
Del
OK
kernel
-
Del
OK
kernel-img.conf
145 B
Del
OK
ld.so.cache
17.62 KB
Del
OK
ld.so.conf
34 B
Del
OK
ld.so.conf.d
-
Del
OK
ldap
-
Del
OK
legal
267 B
Del
OK
letsencrypt
-
Del
OK
libaudit.conf
191 B
Del
OK
libnl-3
-
Del
OK
locale.alias
2.93 KB
Del
OK
locale.gen
9.22 KB
Del
OK
localtime
3.45 KB
Del
OK
logcheck
-
Del
OK
login.defs
10.3 KB
Del
OK
logrotate.conf
533 B
Del
OK
logrotate.d
-
Del
OK
lsb-release
104 B
Del
OK
ltrace.conf
14.52 KB
Del
OK
machine-id
33 B
Del
OK
magic
111 B
Del
OK
magic.mime
111 B
Del
OK
mailcap
3.53 KB
Del
OK
mailcap.order
449 B
Del
OK
manpath.config
5.09 KB
Del
OK
mime.types
23.97 KB
Del
OK
mke2fs.conf
808 B
Del
OK
modprobe.d
-
Del
OK
modules
195 B
Del
OK
modules-load.d
-
Del
OK
mtab
0 B
Del
OK
mysql
-
Del
OK
nanorc
9.8 KB
Del
OK
netplan
-
Del
OK
networkd-dispatcher
-
Del
OK
networks
91 B
Del
OK
newt
-
Del
OK
nsswitch.conf
510 B
Del
OK
opt
-
Del
OK
os-release
382 B
Del
OK
pam.conf
552 B
Del
OK
pam.d
-
Del
OK
passwd
1.51 KB
Del
OK
passwd-
1.5 KB
Del
OK
perl
-
Del
OK
php
-
Del
OK
pm
-
Del
OK
profile
581 B
Del
OK
profile.d
-
Del
OK
protocols
2.86 KB
Del
OK
python3
-
Del
OK
python3.8
-
Del
OK
rc0.d
-
Del
OK
rc1.d
-
Del
OK
rc2.d
-
Del
OK
rc3.d
-
Del
OK
rc4.d
-
Del
OK
rc5.d
-
Del
OK
rc6.d
-
Del
OK
rcS.d
-
Del
OK
resolv.conf
717 B
Del
OK
rmt
58.55 KB
Del
OK
rpc
887 B
Del
OK
rsyslog.conf
1.35 KB
Del
OK
rsyslog.d
-
Del
OK
security
-
Del
OK
selinux
-
Del
OK
services
14.13 KB
Del
OK
shadow
919 B
Del
OK
shadow-
919 B
Del
OK
shells
116 B
Del
OK
skel
-
Del
OK
ssh
-
Del
OK
ssl
-
Del
OK
subgid
0 B
Del
OK
subuid
0 B
Del
OK
sudoers
755 B
Del
OK
sudoers.d
-
Del
OK
sysctl.conf
2.3 KB
Del
OK
sysctl.d
-
Del
OK
systemd
-
Del
OK
terminfo
-
Del
OK
timezone
17 B
Del
OK
tmpfiles.d
-
Del
OK
ubuntu-advantage
-
Del
OK
ucf.conf
1.23 KB
Del
OK
udev
-
Del
OK
ufw
-
Del
OK
update-manager
-
Del
OK
update-motd.d
-
Del
OK
vim
-
Del
OK
vtrgb
158 B
Del
OK
wgetrc
4.83 KB
Del
OK
xattr.conf
642 B
Del
OK
xdg
-
Del
OK
Edit: bash.bashrc
# System-wide .bashrc file for interactive bash(1) shells. # To enable the settings / commands in this file for login shells as well, # this file has to be sourced in /etc/profile. # If not running interactively, don't do anything [ -z "$PS1" ] && return # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # set variable identifying the chroot you work in (used in the prompt below) if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi # set a fancy prompt (non-color, overwrite the one in /etc/profile) # but only if not SUDOing and have SUDO_PS1 set; then assume smart user. if ! [ -n "${SUDO_USER}" -a -n "${SUDO_PS1}" ]; then PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' fi # Commented out, don't overwrite xterm -T "title" -n "icontitle" by default. # If this is an xterm set the title to user@host:dir #case "$TERM" in #xterm*|rxvt*) # PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"' # ;; #*) # ;; #esac # enable bash completion in interactive shells #if ! shopt -oq posix; then # if [ -f /usr/share/bash-completion/bash_completion ]; then # . /usr/share/bash-completion/bash_completion # elif [ -f /etc/bash_completion ]; then # . /etc/bash_completion # fi #fi # sudo hint if [ ! -e "$HOME/.sudo_as_admin_successful" ] && [ ! -e "$HOME/.hushlogin" ] ; then case " $(groups) " in *\ admin\ *|*\ sudo\ *) if [ -x /usr/bin/sudo ]; then cat <<-EOF To run a command as administrator (user "root"), use "sudo <command>". See "man sudo_root" for details. EOF fi esac fi # if the command-not-found package is installed, use it if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-not-found ]; then function command_not_found_handle { # check because c-n-f could've been removed in the meantime if [ -x /usr/lib/command-not-found ]; then /usr/lib/command-not-found -- "$1" return $? elif [ -x /usr/share/command-not-found/command-not-found ]; then /usr/share/command-not-found/command-not-found -- "$1" return $? else printf "%s: command not found\n" "$1" >&2 return 127 fi } fi
Save