PEMAKETAN LINUX
pemaketan debian pertama install peralatan yang akan dipake sudo apt-get install devscripts build-essential fakeroot debhelper gnupg dh-make ubuntu-dev-tools kedua : setting sistem nano .bashrc pada dibaris akhir ditambahkan export DEBFULLNAME="Joe Hacker" (sesuaikan dengan nama Anda) export DEBEMAIL="joe.hacker@isp.com" (sesuaikan dengan e-mail Anda) ctrl-o ctrl-x ketiga :untuk update ketik source .bashrc keempat:check sistem yang telah diedit export|grep DEB hasil keluaran : (di mesin penulis) declare -x DEBEMAIL="acepby@gmail.com" declare -x DEBFULLNAME="Adi Sucipto" kelima : seting gpg-key gpg --gen-key (buat) Real name: Joe Hacker (nama = subjudul kedua) E-mail address: joe.hacker@isp.com (e-mail= subjudul kedua) Passphrase: paswordpercobaanjanganditiru (tekan enter) keenam:cek gpg key yang dibuat source .bashrc gpg --list-key ketujuh : ambil source paket pull-lp-source hello dh_make -c gpl --createorig -s cd debian ls rm -rf *.ex *.EX dirs...