Clear terminal
tput reset
# PuTTY
clear && printf '\033[3J'Terminal background color: #0E1C4A (R:14 G:28 B:74) or #0B1437 (R:11 G:20 B:55)
PCManFM file manager
Bookmarks location: ~/.config/gtk-3.0/bookmarks
dpkg-reconfigure locales
LANG="ru_RU.CP1251" wine Downloads/bvssol.exe
Ubuntu global .desktop files location: /usr/share/applications
http://www.windowscentral.com/how-create-windows-10-iso-file-using-installesd-image
gsettings set \
org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ \
next-tab '<Primary>Tab'
gsettings set \
org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ \
prev-tab '<Primary><Shift>Tab'
# /etc/dhcp/dhclient.conf
# supersede domain-name-servers 8.8.8.8, 8.8.4.4;
dhclient -x
dhclientPS C:\Users\Администратор.GUR> Get-WinEvent -ListLog * -EA silentlycontinue | where-object { $_.recordcount -AND $_.last
writetime -gt [datetime]::today} | foreach-object { get-winevent -FilterHashtable @{logname=$_.logname; starttime=((Get-
Date) - (New-TimeSpan -Minutes 10))} -EA SilentlyContinue} | Format-List | Out-String -Stream -width 4096 | Out-File 'C:
\temp\events.txt' -Width 4096