dsquery computer -inactive 60
dsquery computer -inactive 60 -limit 0| dsrm -noprompt
Blog Destined For Technology Users (Linux, Windows, Defensive,Offensive Security, etc)
sexta-feira, 23 de novembro de 2018
quinta-feira, 8 de novembro de 2018
HOW TO FIX SHUTTER PRINTER EDIT FUNCTION
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
dpkg -i libgoocanvas-common_1.0.0-1_all.deb
dpkg -i libgoocanvas3_1.0.0-1_amd64.deb
dpkg -i libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
apt install libappindicator-dev
apt install libgoo-canvas-perl
sudo apt-get install -f
shutdown -r now
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
dpkg -i libgoocanvas-common_1.0.0-1_all.deb
dpkg -i libgoocanvas3_1.0.0-1_amd64.deb
dpkg -i libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
apt install libappindicator-dev
apt install libgoo-canvas-perl
sudo apt-get install -f
shutdown -r now
quarta-feira, 7 de novembro de 2018
HOW TO MOUNT WINDOWS BOOTABLE VIA USB IN LINUX
sudo add-apt-repository ppa:nilarimogard/webupd8
apt-get update
apt-get install woeusb
apt-get update
apt-get install woeusb
Source:
domingo, 23 de setembro de 2018
FANTASTIC MALWARE AND WHERE TO FIND THEM
https://www.megabeets.net/fantastic-malware-and-where-to-find-them/
quinta-feira, 13 de setembro de 2018
quinta-feira, 16 de agosto de 2018
HOW TO DOWNOAD AND CONFIGURE FTK
http://asgard-forensiks.blogspot.com/2017/08/how-to-install-ftk-imager-on-linuxubuntu.html
https://www.computersecuritystudent.com/FORENSICS/FTK/IMAGER/FTK_IMG_313/lesson1/index.html
http://comp4n6.blogspot.com/2013/02/using-sans-siftworkstation-you-have.html
https://www.computersecuritystudent.com/FORENSICS/FTK/IMAGER/FTK_IMG_313/lesson1/index.html
http://comp4n6.blogspot.com/2013/02/using-sans-siftworkstation-you-have.html
terça-feira, 14 de agosto de 2018
SECURITY INFORMATION AND TECNOLOGY OF INFORMATION - LAW ENFORECEMENT IN BRAZIL
12737 commonly nicknamed Carolina Dieckmann
12965 internet civil landmarks
13709 protection personal data
Constituição Federal
Código Civil
Código de Processo Civil
Código Penal
Código de Processo Penal
Marco Civil da Internet
Decreto Regulamentador do Marco Civil da Internet
Estatuto da Criança e do Adolescente art 240
Lei do Software
Lei das Perícias Oficiais
Lei Eduardo Azeredo
Lei dos Crimes Hediondos
Lei das Contravenções Penais
12965 internet civil landmarks
13709 protection personal data
Constituição Federal
Código Civil
Código de Processo Civil
Código Penal
Código de Processo Penal
Marco Civil da Internet
Decreto Regulamentador do Marco Civil da Internet
Estatuto da Criança e do Adolescente art 240
Lei do Software
Lei das Perícias Oficiais
Lei Eduardo Azeredo
Lei dos Crimes Hediondos
Lei das Contravenções Penais
segunda-feira, 13 de agosto de 2018
HOW TO ALLOW SOPHOS XG CAPTIVE PORTAL FQDN
This configuration is allow for firmware 17.1 and after.
How you can switch to using the device hostname for the Captive Portal and other end-user interactions as follows:
Log in to the Firewall console over ssh
Select option 4 (Device Console)
Enter the following command at the prompt: (use the command)
set http_proxy proxy_url_use_hostname on
To confirm that it has set, enter the following command:
show http_proxy
Type ‘exit’ to return to the menu and logout.
source: https://ideas.sophos.com/forums/330219-sophos-xg-firewall/suggestions/11580213-captive-portal-fqdn-support
How you can switch to using the device hostname for the Captive Portal and other end-user interactions as follows:
Log in to the Firewall console over ssh
Select option 4 (Device Console)
Enter the following command at the prompt: (use the command)
set http_proxy proxy_url_use_hostname on
To confirm that it has set, enter the following command:
show http_proxy
Type ‘exit’ to return to the menu and logout.
source: https://ideas.sophos.com/forums/330219-sophos-xg-firewall/suggestions/11580213-captive-portal-fqdn-support
sexta-feira, 10 de agosto de 2018
quinta-feira, 9 de agosto de 2018
HOW TO CUT MP3 AND MERGE FILES IN LINUX UBUNTU
First do the download the audacity
sudo apt-get install audacity
After open the program and add your music select for delete stretch that you want and export the file for .mp3.
for know how is possible cut the files you can see this kb:
source1: https://manual.audacityteam.org/man/tutorial_editing_an_existing_file.html
source2: https://www.wikihow.com/Remove-Unnecessary-Audio-with-Audacity
after that, execute that for all files thtat you want start the merge executing this procedure in terminal.

ffmpeg -i "concat:1.mp3|2.mp3|3.mp3|4.mp3|55.mp3" -acodec copy output.mp3
and walla... done my friend. just play your new music.
sudo apt-get install audacity
After open the program and add your music select for delete stretch that you want and export the file for .mp3.
for know how is possible cut the files you can see this kb:
source1: https://manual.audacityteam.org/man/tutorial_editing_an_existing_file.html
source2: https://www.wikihow.com/Remove-Unnecessary-Audio-with-Audacity
after that, execute that for all files thtat you want start the merge executing this procedure in terminal.
ffmpeg -i "concat:1.mp3|2.mp3|3.mp3|4.mp3|55.mp3" -acodec copy output.mp3
Assinar:
Postagens (Atom)
