Author Archives: ballacksave

ubuntu apt-get install offline

Download package pada pc yg online dengan apt-get install nama-packagenya(dengan apt-get install, bukan apt install, klo apt install .deb-nya nggak diarchive)akan terdownload ke :/var/cache/apt/archives/silahkan dicopy *.deb ke usb dll. Kemudian pada pc offlinecopy balik *.deb ke :/var/cache/apt/archives/ lalu install dengan cara :apt-get install –no-download nama-packagenya untuk membersihkan folder achive gunakan perintahsudo apt-get clean

ping, ssh, scp ip6

ping6 -I eth ipv6ping6 -I ens37 fe80::250:56ff:fe38:f77e ssh ipv6%ethssh fe80::250:56ff:fe38:f77e%ens37 scp -6 file username@[ipv6%eth]:/path-destination/scp -6 telo.txt system@[fe80::250:56ff:fe38:f77e%ens37]:/home/system/

echo to syslog

logger hallo ballack -i Log the process ID in each line-f Log the contents of a specified file-n Write to the specified remote syslog server-p Specify a priority-t Tag the line with a specified tag