LINUX | Directories accessable and writable for a user but not deletable
The sticky bit does the trick: Only the owner can delete the element. # chmod 1777 /yourdir
The sticky bit does the trick: Only the owner can delete the element. # chmod 1777 /yourdir
KVM # qemu-img convert my.qcow2 -O raw /path/disk.img VMware # qemu-img convert my.vmdk -O raw /path/disk.img # dd if=/path/disk.img of=/dev/sdX
QUiCKLY press the right shift.
Try this: Computer Configuration – Administrative Templates – Windows Components – Windows Security – Notifications – Hide all notifications If it doesn’t work, try this: HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer\[DWORD DisableNotificationCenter = 1] For older versions check this: https://blogs.technet.microsoft.com/platforms_lync_cloud/2017/05/05/disabling-windows-10-action-center-notifications/
#! /bin/sh # # mkimapdcert,v 1.1 2001/01/02 03:54:25 drobbins Exp # # Copyright 2000 Double Precision, Inc. See COPYING for # distribution information. # # This is a short script to quickly generate a self-signed X.509 key for # IMAP over SSL. Normally this script would get called by an automatic # package installation routine. […]
> DISM.exe /Online /Cleanup-Image /spsuperseded
# openssl x509 -inform PEM -in myserver.pem -outform DER -out myserver.cer
No more information? Stupid event logs? Life sucks? HKEY_CURRENT_USER\Software\Microsoft\Office\1X.0\Common\Internet\UseOnlineContent = 0 HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\1X.0\Common\Internet\UseOnlineContent = 0 Reason: Office tries to load templates from office.com.
Download the plasmoid file and open console. Do # plasmapkg2 -i mystudd.plasmoid Then rightclick the tray – modify – add wiget/plasmoid Select yours, it should appear.
Install zerofree edit your fstab, set your root drive to RO like /dev/vda1 / ext2 ro 0 1 Halt your system # halt -p Start your system into the grub menu, then select rescue mode, then drop to root shell Run zerofree like # zerofree /dev/vda1 Remount your root drive RW # mount -o remount,rw […]
You must be logged in to post a comment.