Skip to content
noboru.com.br

noboru.com.br

Minha base de dados

Menu
  • ホーム
  • ブログ
  • 製品
    • hospedagem
    • infra
    • desenvolvimento
    • servidores
  • parcerias
  • clientes
  • 作成者
  • 連絡先

Category: Blog

copiar bibliotecas do fc32

By Silvio Noboru
|
09/09/2020
| No Comments
| Blog

cp /usr/lib64/libncursesw.so.6 /usr/lib64/libncursesw.so.5 cp /usr/lib64/libncursesw.so.6.0 /usr/lib64/libncursesw.so.5.0 cp /usr/lib64/libtinfo.so.6 /usr/lib64/libtinfo.so.5 cp /usr/lib64/libtinfo.so.6.0 /usr/lib64/libtinfo.so.5.0

Read More »

adicionar credencial ao cofre

By Silvio Noboru
|
07/07/2020
| No Comments
| Blog

cmdkey /add:nomedoservidor /user:nomedoservidor\administrador /pass:senhadoservidorcmdkey /add:ipdoservidor /user:nomedoservidor\administrador /pass:senhadoservidor net use l: \nomedoservidor\compartilhamento /persistent:yes

Read More »

reiniciar windows update

By Silvio Noboru
|
06/07/2020
| No Comments
| Blog

Method 1: Clear Windows update temp files: Run the following commands, and press Enter after each command: Net stop wuauserv cd %systemroot% Ren SoftwareDistribution SoftwareDistribution.old Net start wuauserv Method 2: Go into “C:\Windows\SoftwareDistribution\Download” and delete everything in that folder. Now, run the command prompt as an administrator. Type in “wuauclt.exe /updatenow”. Go to your Control […]

Read More »

comandos de monitoramento da totvs

By Silvio Noboru
|
01/07/2020
| No Comments
| Blog

ping -D 10.1.1.1 | awk ‘{ if(gsub(/\[|\]/, “”, $1)) $1=strftime(“[%F %T]”, $1); print}’ iptraf-ng ping -D www.ds.ind.br | awk ‘{ if(gsub(/\[|\]/, “”, $1)) $1=strftime(“[%F %T]”, $1); print}’ iftop -i enp1s0 ifstat -b -t nload -i enp1s0 ping www.google.fr | while read pong; do echo “$(date): $pong”; done dnf install moreutils ping 8.8.8.8 | ts

Read More »

rede estatica no ubuntu 18.04

By Silvio Noboru
|
01/07/2020
| No Comments
| Blog

editar /etc/netplan/00-installer-config.yaml deste jeito para dhcp network: ethernets: eth0: dhcp4: true version: 2 deste jeito para ip fixo network: ethernets: eth0: dhcp4: no addresses: [192.168.0.7/24] gateway4: 192.168.0.1 nameservers: addresses: [192.168.0.1, 8.8.8.8] version: 2

Read More »

timezone

By Silvio Noboru
|
01/07/2020
| No Comments
| Blog

timedatectl set-timezone America/Sao_Paulo

Read More »

mudar o grub

By Silvio Noboru
|
01/07/2020
| No Comments
| Blog

joe /etc/default/grub GRUB_TIMEOUT=3 GRUB_DISTRIBUTOR=”$(sed ‘s, release .*$,,g’ /etc/system-release)” GRUB_DEFAULT=”Fedora (4.8.6-300.fc25.x86_64) 25 (Twenty Five)” GRUB_DEFAULT=”Fedora (4.13.16-100.fc25.x86_64) 25 (Server Edition)” GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT=”console” GRUB_CMDLINE_LINUX=”rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap rhgb quiet” GRUB_DISABLE_RECOVERY=”true” grub2-mkconfig -o /boot/grub2/grub.cfg

Read More »

creedssp

By Silvio Noboru
|
20/06/2020
| No Comments
| Blog

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters] “AllowEncryptionOracle”=dword:00000002

Read More »

Conexão Lenta em Placas de Rede Broadcom no Hyper-V

By Silvio Noboru
|
06/06/2020
| No Comments
| Blog

Após migrar algumas VM’s de um servidor antigo para um novo a conexão de rede das VM’s com a rede externa estava muito lenta. Um teste simples de ping na rede local passava de 50ms com picos de 200ms. Efetuei a reinstalação dos Integrations Components (IC). Removi as placas de rede antigas. E mesmo assim […]

Read More »

reparar windows

By Silvio Noboru
|
28/05/2020
| No Comments
| Blog

sfc /scannow dism /online /cleanup-image /CheckHealth dism /online /cleanup-image /restorehealth

Read More »

  • 4 of 14
  • « Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 14
  • Next »

Archives

  • October 2024
  • January 2024
  • November 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • March 2023
  • October 2022
  • June 2022
  • February 2022
  • January 2022
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • December 2020
  • September 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • August 2019
  • July 2019
  • June 2019
  • April 2019
  • January 2019
  • November 2018
  • October 2018
  • February 2018
  • January 2018
  • October 2017
  • September 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • October 2015

Meta

  • Log in

Powered by WordPress. AwesomeOne theme by Flythemes