NOTE: this is only if you can’t use apt to clean up due to a 100% full /boot 1. Get the list of kernel images Get the list of kernel images and determine what you can do without. This command will show installed kernels except the currently running one $ sudo dpkg –list ‘linux-image*’|awk ‘{ ..
Category : Számítástechnika
Just to explain the format of /etc/shadow again, and the command above. sudo is needed because getent accesses ‘shadow’ which is root read only, others no access. The variable $USER is you, the currently logged in user. The output is the line from /etc/shadow related to your account: <Username>:<encpwd>:….(other data). where <encpwd> is your encrypted password. the format of <encpwd> ..
Shift delete user accounts directories ( doc, pic, video, download, desktop ) Remove programs and features, remove uninstalled directories from program files Delete all other partition contents Ask-leo.com/how_can_secure_delete_everything_except_operating_system_on_a_machine.html Www.makeuseof.com/answers/how-can-i-securely-wipe-data-from-a-hard-drive-but-leave-the-operating-system-in-tact/ Revo uninstaller for agressive program uninstall CCleaner – disk cleanup Remove browsers temp files: history, cache, cookies, passwds… Registry cleaning Turn of system files Set virtual ..
https://ubuntu-mate.community/t/thunderbird-with-huge-icons-emoticons-mate-18-0..
https://gallery.technet.microsoft.com/PowerShell-to-Find-Where-fa181..
mount -t cifs -o username=username //ipaddress(hostname) /local_mount_po..
# dd if=/dev/zero of=/dev/sdX bs=4096 # dd if=/dev/urandom of=/dev/sdX bs=4096 $ wipe -r -q /path/to/wipe shred shred (from the coreutils package) is a Unix command that can be used to securely delete individual files or full devices so that they can be recovered only with great difficulty with specialised hardware, if at all. By default shred uses three passes, ..
For Command Line Lovers For command line lovers like me the best utility to burn a .iso to USB drive is „dd”. Insert the USB drive and open terminal (Ctrl+Alt+T) better be a root (sudo -i), don’t be afraid believe in yourself use „fdisk -l” to find the USB device So in our case ..
Source: http://www.isumsoft.com/office/backup-restore-office-2016-activation.html After you install Microsoft Office 2016 and activate it, you may want to back up its activation or product key in case you need to reinstall Office 2016 in future. Now this post will show how to backup and restore Office 2016 activation and product key. Part 1: backup product key ..
Orange PI Zero GPIO vezérléshez pythonból az alábbi linek találtam telepítési leírást:https://diyprojects.io/orange-pi-onelite-tutorial-use-gpio-python-pinouts/#.Wfzw-bynFhE Zero alatt a pyA20 telepítésénél a processzort nem ismerte fel erre a setup.py-ben az alábbi sorokat ki rem-eltem, és tovább lépett: letöltöttem innen a pyA20-at: https://pypi.python.org/pypi/pyA20wget https://pypi.python.org/packages/8e/a5/8169ac07290b7d7dfff96dbf68707a2154171e48294e78eb7623758a299f/pyA20-0.2.1.tar.gz kiremeltem: def print_warning(): „”” Print confirmation dialog :return: „”” print (print_color(„Warning! „) + „Detected and target processor ..