Blog Destined For Technology Users (Linux, Windows, Defensive,Offensive Security, etc)
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
segunda-feira, 2 de julho de 2018
HOW TO FIX MESSAGE "/usr/bin/pip: No such file or directory"
execute: pip
look message return: /usr/bin/pip: No such file or directory
execute:which pip
look message return: -su: /usr/bin/pip: No such file or directory
execute:type pip
look message return: pip is hashed (/usr/bin/pip)
So in this case, pip is definintely in /usr/local/bin/pip but it is been cached as in /usr/bin/pip,
thanks to the Stackoverflow question, the solution is very simple, just execute:
hash -r
source master: http://cheng.logdown.com/posts/2015/06/14/-usr-bin-pip-no-such-file-or-directory
look message return: /usr/bin/pip: No such file or directory
execute:which pip
look message return: -su: /usr/bin/pip: No such file or directory
execute:type pip
look message return: pip is hashed (/usr/bin/pip)
So in this case, pip is definintely in /usr/local/bin/pip but it is been cached as in /usr/bin/pip,
thanks to the Stackoverflow question, the solution is very simple, just execute:
hash -r
source master: http://cheng.logdown.com/posts/2015/06/14/-usr-bin-pip-no-such-file-or-directory
Assinar:
Postagens (Atom)
