sifre.degistir.iptal
This commit is contained in:
parent
0bd6a40acf
commit
235934d7a2
|
@ -54,6 +54,3 @@ mps -d paket_ismi ilgili paketin talimat dosyasına göre sadece derler,pake
|
|||
mps -derle paket_ismi ilgili paketin talimat dosyasına göre bagimliliklariyla beraber derler,paketler ve kurar.
|
||||
```
|
||||
|
||||
ayarlar/shadow
|
||||
iso şifresi root / toor
|
||||
milis / milis
|
||||
|
|
|
@ -0,0 +1,44 @@
|
|||
# Begin /etc/bashrc
|
||||
# Written for Beyond Linux From Scratch
|
||||
# by James Robertson <jameswrobertson@earthlink.net>
|
||||
# updated by Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
||||
|
||||
# System wide aliases and functions.
|
||||
|
||||
# System wide environment variables and startup programs should go into
|
||||
# /etc/profile. Personal environment variables and startup programs
|
||||
# should go into ~/.bash_profile. Personal aliases and functions should
|
||||
# go into ~/.bashrc
|
||||
|
||||
# Provides a colored /bin/ls command. Used in conjunction with code in
|
||||
# /etc/profile.
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
|
||||
# Provides prompt for non-login shells, specifically shells started
|
||||
# in the X environment. [Review the LFS archive thread titled
|
||||
# PS1 Environment Variable for a great case study behind this script
|
||||
# addendum.]
|
||||
|
||||
export LC_ALL="tr_TR.UTF-8"
|
||||
|
||||
NORMAL="\[\e[0m\]"
|
||||
RED="\[\e[1;31m\]"
|
||||
GREEN="\[\e[1;32m\]"
|
||||
WHITE="\[\e[1;37m\]"
|
||||
|
||||
case $TERM in
|
||||
xterm|rxvt*)
|
||||
TITLEBAR='\[\033]0;\u@\h \007\]'
|
||||
;;
|
||||
*)
|
||||
TITLEBAR=''
|
||||
;;
|
||||
esac
|
||||
|
||||
if [[ $EUID == 0 ]] ; then
|
||||
PS1="$TITLEBAR$RED\u [ $NORMAL\w$RED ]# $NORMAL"
|
||||
else
|
||||
PS1="$TITLEBAR$GREEN\u [ $NORMAL\w$GREEN ]\$ $NORMAL"
|
||||
fi
|
||||
# End /etc/bashrc
|
|
@ -1,41 +0,0 @@
|
|||
root:$6$hHBBzu1f$gRpTDASDeqXsaxTB1iuVbuPYSjxfqMwPRAPziqNbsq.8kWqarTyKABNjZLN60JRpxp2tzobNtl6Ff8lmSMJZ90:16977:0:99999:7:::
|
||||
bin:x:16916:0:99999:7:::
|
||||
lp:x:16916:0:99999:7:::
|
||||
atd:x:16916:0:99999:7:::
|
||||
messagebus:!x:16916:0:99999:7:::
|
||||
named:x:16916:0:99999:7:::
|
||||
gdm:x:16916:0:99999:7:::
|
||||
fcron:x:16916:0:99999:7:::
|
||||
www:x:16916:0:99999:7:::
|
||||
apache:x:16916:0:99999:7:::
|
||||
smmsp:x:16916:0:99999:7:::
|
||||
polkitd:x:16916:0:99999:7:::
|
||||
exim:x:16916:0:99999:7:::
|
||||
postfix:x:16916:0:99999:7:::
|
||||
sendmail:x:16916:0:99999:7:::
|
||||
vmailman:x:16916:0:99999:7:::
|
||||
news:x:16916:0:99999:7:::
|
||||
kdm:x:16916:0:99999:7:::
|
||||
mysql:x:16916:0:99999:7:::
|
||||
postgres:x:16916:0:99999:7:::
|
||||
dovecot:x:16916:0:99999:7:::
|
||||
dovenull:x:16916:0:99999:7:::
|
||||
ftp:x:16916:0:99999:7:::
|
||||
proftpd:x:16916:0:99999:7:::
|
||||
vsftpd:x:16916:0:99999:7:::
|
||||
rsyncd:x:16916:0:99999:7:::
|
||||
sshd:x:16916:0:99999:7:::
|
||||
stunnel:x:16916:0:99999:7:::
|
||||
svn:x:16916:0:99999:7:::
|
||||
games:x:16916:0:99999:7:::
|
||||
lightdm:x:16916:0:99999:7:::
|
||||
sddm:x:16916:0:99999:7:::
|
||||
colord:x:16916:0:99999:7:::
|
||||
ldap:x:16916:0:99999:7:::
|
||||
avahi:x:16916:0:99999:7:::
|
||||
avahi-autoipd:x:16916:0:99999:7:::
|
||||
ntp:x:16916:0:99999:7:::
|
||||
unbound:x:16916:0:99999:7:::
|
||||
anonymous:x:16916:0:99999:7:::
|
||||
nobody:x:16916:0:99999:7:::
|
||||
milis:$6$PcmzmJlS$6P2jKmF7gl18SEKp8/3y50yy2dvL96UD2IDRX7ZbLHyCK6oYECbgu1UuGwUNmGryK.aJ9dXBLJCiBfQkDTkhw1:16977:0:99999:7:::
|
Loading…
Reference in New Issue