Oiler Works
  • Home
    • My resume
    • Free premium
    • Privacy Policy
  • Portfolio
  • Blogs
    • Computing
    • Science & MBA
    • Gaveta de remédios
    • Canadá
    • Presentes

Two factor authentication on ebay

2/3/2017

0 Comments

 
The hardest part to activate eBay 2FA is to found the right URL. Here you are: https://scgi.ebay.com/ws/eBayISAPI.dll?ActivateSecurityToken
I didn't know that I could activate eBay 2FA using the Symantec VIP Access softkey (https://m.vip.symantec.com) because the eBay page states the hard token as only option. You need to use the VIP Access Credential ID as the hard key serial number and wait for two timed Security Codes to use as OTP.
But I found a even better alternative: https://github.com/cyrozap/python-vipaccess is a python FOSS "implementation of Symantec's VIP Access client. It is able to generate OATH URIs and their corresponding QR codes so any TOTP-generating application can be used as a VIP OTP token."
You don't need two apps. You can generate a QR code and register it in an app like Authy or Google Authenticator
0 Comments

Windows GPT partition

22/4/2016

0 Comments

 
Source Windows
Source Intel Rapid Start
WARNING: This will destroy all your data.

HINTS:
  • You can run DISKPART commands using only the first three letters
  • You can save DISKPART commands as a script and run them using DISKPART /S SCRIPT.TXT
  • You can list windows mounted drives using WMIC LOGICALDRIVES GET CAPTION,FILESYSTEM


Read More
0 Comments

Force Windows 10 to ask the edition on clean installation

19/4/2016

0 Comments

 
Source
If you try to do a clean install of Windows 10 in an UEFI machine, it will read the UEFI key and install the most basic Windows, i.e., Windows 10 Home.
You can force it to ask the Edition (Home or Pro) putting a simple text file ei.cfg inside the ISO in \Sources folder with just two lines:
[Channel] Retail
0 Comments

Virtualbox or VMWare conflicting with Hypervisor. No VT-x support.

2/4/2016

0 Comments

 
If you have Microsoft Hypervisor installed, it will take up the cpu VT-x so any other Virtual Machine System will accuse that your system hasn't support to virtualization. You need to disable its launching to release the cpu VT-x support to other VM like Oracle Virtualbox or VMWare.
Source

Read More
0 Comments

Bad superblock

14/3/2016

0 Comments

 
List disks. Unmount if needed. Check file system
sudo fdisk -l
unmount /dev/sdc1
fsck /dev/sdc1
Find superblocks backups
sudo mke2fs -n /dev/sdc1
Restore superblock backup
sudo e2fsck -b 32768 /dev/sdc1
fsck /dev/sdc1
0 Comments

WinPE on Hyper-V

10/3/2016

0 Comments

 
Install Windows Assessment and Deployment Kit (ADK) including Deployment and Imaging Tools Enviroment and Windows Preinstallation Environment (Windows PE).

Start command line as administrator
Create a virtual Hard Drive
diskpart
create vdisk file="c:\hyperv\winpe.vhdx" maximum=1000
attach vdisk
create partititon primary
assign letter=V
format fs=ntfs quick
exit
Create a working copy of WinPE
cd "\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools"
copype amd64 C:\WinPE64
makeWinPEMedia /ufd c:\WinPE64 V:
Detach the drive
diskpart
select vdisk file="c:\hyperv\winpe.vhdx"
detach vdisk
exit
0 Comments

Batch to transform files into zero size

12/11/2013

0 Comments

 

To save disk space, you can erase various files. But it's better if you keep yours names to track and turn it to zero size. Helpful to 3rd part Steam folders as DirectX setups. You can zero all.
Create a Windows .bat file and drag files and folders to it.
This files and folders contents will be transformed to zero size. There is no undo. Do only to files you agree to delete fully.

Para economizar espaço em disco, você pode apagar diversos arquivos. Mas é melhor se você manter seus nomes como referência e torná-los a tamanho zero. Útil para os arquivos de instalação do Steam, como setups DirectX. Você pode zerar todos.
Crie um arquivo Windows .bat e arraste arquivos e pastas para cima dele.
Estes arquivos e o conteúdo dos diretórios serão transformados para arquivos de tamanho zero. Não há como desfazer a operação. Execute somente em arquivos que você concorde to apagar totalmente.


Read More
0 Comments

Comodo Dragon (Chrome) versus SRWare Iron (Chrome) versus Internet Explorer 10 - Browsers speed test comparison

12/11/2013

0 Comments

 
Browsers speed test at Sony Vaio Duo 11 Ultrabook (Intel i7, Windows 8.1 64 bits)
Teste de velocidade de navegadores de internet em um Ultrabook Sony Vaio Duo 11 (Intel i7, Windows 8.1 64 bits)

BROWSERS:
Comodo Dragon 29.1.0.0 (optimized Chromium, 32 bits, --disable-extensions)
SRWare Iron 30.0.1650.0 (privacy optimized Chromium, 32 bits, --disable-extensions)
Internet Explorer 11.0.9600.16384

BENCHMARKERS:
Acid3 Compliance JavaScript Standards 
Sun Spider JavaScript Benchmark
Google Octane  JavaScript Benchmark 
Mozilla Kraken JavaScript Benchmark
Webvizbench HTML5 benchmark
Browsermark Browser benchmark
Peacekeeper Browser benchmark


MY CONCLUSIONS:
I will keep SRWare Iron as my only browser.
Test Dragon Iron IExplore
Acid 3 OK OK OK
Sun Spider (ms) 224 [³] 209 [²] 116 [*]
Octane 15747 [²] 18010 [*] 11607 [³]
Mozila Kraken (ms) 2444 [²] 1609 [*] 2479 [³]
Webvizbench 3600 [³] 5760 [²] 6800 [*]
Browsermark 4799 [²] 5304 [*] 3741 [³]
Peacekeeper [] [] []

[*] 1st place
[²] 2nd place
[³] last place

0 Comments

alias para .bashrc

28/3/2013

0 Comments

 
alias microbon='sudo mount /mnt/microbon/'
alias touro='sudo mount /mnt/touro/'
alias slim='sudo systemctl start slim'
alias tor='sudo systemctl start tor'
alias transmission='sudo systemctl start transmission'
alias samba='sudo systemctl start smbd'
alias site='sudo systemctl start lighttpd'
alias calibre='calibre-server --daemonize --pidfile=~/.calibrepid --max-cover=480x640 --port=66053 --thread-pool=10 --with-library=/mnt/touro/Library'
alias packey='sudo pacman-key --populate archlinux && sudo pacman-key --refresh-keys'
alias pacup='sudo pacman -Syu && packer -Syu --auronly'
alias pacclean='sudo pacman -Rs $(pacman -Qtdq)'
alias btor='transmission-remote-cli -c 127.0.0.1:66047'
alias ll='ls -lh --color=auto'
alias ls='ls --color=auto'
alias dl='lsblk -o name,size,fstype,mountpoint,uuid,state'
alias df='df -hTx tmpfs -x devtmpfs'
alias du='sudo ncdu -x'

0 Comments

Ferramentas para Linux

28/3/2013

0 Comments

 
ncdu gráficos de terminal de ocupação de disco por diretórios
iotop monitor de acesso dos processos ao disco

0 Comments
<<Previous
Forward>>

    Arquivos

    November 2021
    August 2021
    August 2020
    August 2019
    November 2018
    October 2018
    August 2017
    March 2017
    April 2016
    March 2016
    November 2013
    March 2013
    February 2013
    November 2012
    October 2012

    Categorias

    All
    Linux
    Openwrt
    Windows 8

    RSS Feed

Powered by Create your own unique website with customizable templates.
  • Home
    • My resume
    • Free premium
    • Privacy Policy
  • Portfolio
  • Blogs
    • Computing
    • Science & MBA
    • Gaveta de remédios
    • Canadá
    • Presentes