For mozilla:
http://www.nirsoft.net/utils/mozilla_cache_viewer.html
For ie:
http://www.nirsoft.net/utils/ie_cache_viewer.html
For chrome:
http://www.nirsoft.net/utils/chrome_cache_view.html
for everyone:
http://www.nirsoft.net/utils/browsing_history_view.html
Blog Destined For Technology Users (Linux, Windows, Defensive,Offensive Security, etc)
sábado, 15 de julho de 2017
terça-feira, 13 de junho de 2017
HOW TO SOLVE ISSUES FOR IMPLEMENTED SOPHOS TRANSPARENT AUTENTICATION SERVICE (STAS)
First problem that was found, is the detail about the fqn field and just wins server.. following the print to help on this configuration
The second error that was found is for start the service of SSO client on the server, that was checked this erro for start the service:
Was solved just found the service and set a user and password :
More detail about the next configuration following this video: https://www.youtube.com/watch?v=4Z5VZ1EIzgc
The second error that was found is for start the service of SSO client on the server, that was checked this erro for start the service:
Was solved just found the service and set a user and password :
More detail about the next configuration following this video: https://www.youtube.com/watch?v=4Z5VZ1EIzgc
sexta-feira, 26 de maio de 2017
HOW TO INSTALL KASPERSKY ANTIVÍRUS FOR GNU LINUX
FOR INSTALL KASPERSKY NETWORK AGENT :
REQUIREMENTS THE SAME FOR KASPERSKY ENDPOINT FOR LINUX
DOWNLOAD AGENT FOR DEB:
DOWNLOAD AGENT FOR RPM:
https://products.s.kaspersky-labs.com/multilanguage/endpoints/kesl/klnagent-10.1.1-26.i386.rpm
HOW TO INSTALL:
https://support.kaspersky.com/5108
AFTER EXECUTE "HOW TO INSTALL" PROCEDURE FOLLOWING THIS PROCEDURE:
PAGE 24
Installing Network Agent
SOURCE: https://docs.s.kaspersky-labs.com/english/kes10_linux_adminguide_en.pdf
FOR INSTALLATION ON LINUX WORKSTATION OR LINUX SERVER:
REQUIREMENTS:
http://support.kaspersky.com/kes10linux#requirements
DOWNLOAD RPMX86:
https://products.s.kaspersky-labs.com/multilanguage/endpoints/kesl/kesl-10.0.0-3458.i386.rpm
DOWNLOAD RPMX64:
https://products.s.kaspersky-labs.com/multilanguage/endpoints/kesl/kesl-10.0.0-3458.i386.rpm
DOWNLOAD DEBX86:
https://products.s.kaspersky-labs.com/multilanguage/endpoints/kesl/kesl_10.0.0-3458_i386.deb
DOWNLOAD DEBX64:
https://products.s.kaspersky-labs.com/multilanguage/endpoints/kesl/kesl_10.0.0-3458_amd64.deb
AFTER EXECUTE "HOW TO INSTALL" PROCEDURE FOLLOWING THIS PROCEDURE:
PAGE 23
Installing the Kaspersky Endpoint Security package
Updating Kaspersky Endpoint Security settings
SOURCE: https://docs.s.kaspersky-labs.com/english/kes10_linux_adminguide_en.pdf
HOW TO INSTALL A CUSTOM INSTALLATION:
https://support.kaspersky.com/5110
HOW TO INSTALL BY KSC:
https://support.kaspersky.com/7626
REQUIREMENTS THE SAME FOR KASPERSKY ENDPOINT FOR LINUX
DOWNLOAD AGENT FOR DEB:
https://products.s.kaspersky-labs.com/multilanguage/endpoints/kesl/klnagent_10.1.1-26_i386.deb
DOWNLOAD AGENT FOR RPM:
https://products.s.kaspersky-labs.com/multilanguage/endpoints/kesl/klnagent-10.1.1-26.i386.rpm
HOW TO INSTALL:
https://support.kaspersky.com/5108
AFTER EXECUTE "HOW TO INSTALL" PROCEDURE FOLLOWING THIS PROCEDURE:
PAGE 24
Installing Network Agent
SOURCE: https://docs.s.kaspersky-labs.com/english/kes10_linux_adminguide_en.pdf
FOR INSTALLATION ON LINUX WORKSTATION OR LINUX SERVER:
REQUIREMENTS:
http://support.kaspersky.com/kes10linux#requirements
DOWNLOAD RPMX86:
https://products.s.kaspersky-labs.com/multilanguage/endpoints/kesl/kesl-10.0.0-3458.i386.rpm
DOWNLOAD RPMX64:
https://products.s.kaspersky-labs.com/multilanguage/endpoints/kesl/kesl-10.0.0-3458.i386.rpm
DOWNLOAD DEBX86:
https://products.s.kaspersky-labs.com/multilanguage/endpoints/kesl/kesl_10.0.0-3458_i386.deb
DOWNLOAD DEBX64:
https://products.s.kaspersky-labs.com/multilanguage/endpoints/kesl/kesl_10.0.0-3458_amd64.deb
AFTER EXECUTE "HOW TO INSTALL" PROCEDURE FOLLOWING THIS PROCEDURE:
PAGE 23
Installing the Kaspersky Endpoint Security package
Updating Kaspersky Endpoint Security settings
SOURCE: https://docs.s.kaspersky-labs.com/english/kes10_linux_adminguide_en.pdf
HOW TO INSTALL A CUSTOM INSTALLATION:
https://support.kaspersky.com/5110
HOW TO INSTALL BY KSC:
https://support.kaspersky.com/7626
terça-feira, 9 de maio de 2017
HOW TO ENABLE PERMISSION FOR SUBFOLDERS
root@rocket-chat:/var/www# chmod +x /var/www/html/tmve/ -R
root@rocket-chat:/var/www# chown www-data:www-data /var/www/html/tmve/ -R
root@rocket-chat:/var/www# chown www-data:www-data /var/www/html/tmve/ -R
quarta-feira, 3 de maio de 2017
HOW TO INSTALL LINUX PHPBB SERVER (FORUM SERVER) ON YOUR UBUNTU SERVER 16.04.2 LTS
install linux server with the lamp feature
after that
sudo apt-get install php-xml
service apache2 restart
wget https://www.phpbb.com/files/release/phpBB-3.2.0.zip
unzip phpBB-3.2.0.zip
cp -r phpBB3 /var/www/html
chown www-data:www-data -R /var/www/html/phpBB3
chmod 775 -R /var/www/html/phpBB3
mysql -uroot -p
create database phpbb;
exit
http://<your_ip>/phpBB3/install/app.php
check the requirements, if you have a message:
Directory is not writable
sudo usermod -aG www-data <your_user>
sudo chown -R www-data:www-data /var/www/html/
cd /var/www/html/phpBB3
sudo chmod 660 images/avatars/upload/ config.php
sudo chmod 770 store/ cache/ files/
After those procedures will work file the requirements and you carry on the steps about the installation and configuration.
So, now you must rename or dell the folder install inside of /var/www/html/phpBB3/
in my case was renamed folder phpBB3 for phpbb and inside of folder: "/var/www/html/phpbb" was renamed the folder install for installl.
After that was possible to see everthing about the forum phpbb.
In some cases for attached files was necessary add this configuration about extension GD on my php server:
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0-gd
after that
sudo apt-get install php-xml
service apache2 restart
wget https://www.phpbb.com/files/release/phpBB-3.2.0.zip
unzip phpBB-3.2.0.zip
cp -r phpBB3 /var/www/html
chown www-data:www-data -R /var/www/html/phpBB3
chmod 775 -R /var/www/html/phpBB3
mysql -uroot -p
create database phpbb;
exit
http://<your_ip>/phpBB3/install/app.php
check the requirements, if you have a message:
Directory is not writable
sudo usermod -aG www-data <your_user>
sudo chown -R www-data:www-data /var/www/html/
cd /var/www/html/phpBB3
sudo chmod 660 images/avatars/upload/ config.php
sudo chmod 770 store/ cache/ files/
After those procedures will work file the requirements and you carry on the steps about the installation and configuration.
So, now you must rename or dell the folder install inside of /var/www/html/phpBB3/
in my case was renamed folder phpBB3 for phpbb and inside of folder: "/var/www/html/phpbb" was renamed the folder install for installl.
After that was possible to see everthing about the forum phpbb.
In some cases for attached files was necessary add this configuration about extension GD on my php server:
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0-gd
sexta-feira, 28 de abril de 2017
HOW TO CHECK VIDEO GRAPHIC DRIVE INSTALLED ON YOUR GNU/LINUX UBUNTU
apt install mesa-utils
glxinfo
lspci -v|less
glxinfo
lspci -v|less
quarta-feira, 26 de abril de 2017
HOW TO LOAD ANDROID APP ON GNU/LINUX UBUNTU
excute without root user:
sudo snap install --classic anbox-installer && anbox-installer
put the password of root user.
before if you have some problem with a permission in *.desktop file execute:
chmod + x *.desktop
after install the anbox, is possible for you install the next app by this way:
first, download file apk and execute this command:
adb install <apk file>.apk
if you have some issue for execute the file before installed, execute this command again:
chmod + x *.desktop
HOW TO SOLVED - DEBIAN DELAY STREAMING
Was observed, every streaming that i try load by debian, i had many delay by:
Following the packet and procedure:
aptitude install gstreamer0.10-fluendo-mp3 gstreamer0.10-plugins-really-bad ffmpeg sox twolame vorbis-tools lame faad
apt-get install libavcodec-extra
apt-get install w32codecs
apt-get install w64codecs
wget http://ftp.us.debian.org/debian/pool/main/n/node-delayed-stream/node-delayed-stream_0.0.5-1_all.deb
wget http://www.deb-multimedia.org/pool/non-free/w/w64codecs/w64codecs_20071007-dmo2_amd64.deb
dpkg -i w64codecs_20071007-dmo2_amd64.deb
dpkg -i node-delayed-stream_0.0.5-1_all.deb
- vlc player
- youtube
- netflix
Following the packet and procedure:
aptitude install gstreamer0.10-fluendo-mp3 gstreamer0.10-plugins-really-bad ffmpeg sox twolame vorbis-tools lame faad
apt-get install libavcodec-extra
apt-get install w32codecs
apt-get install w64codecs
wget http://ftp.us.debian.org/debian/pool/main/n/node-delayed-stream/node-delayed-stream_0.0.5-1_all.deb
wget http://www.deb-multimedia.org/pool/non-free/w/w64codecs/w64codecs_20071007-dmo2_amd64.deb
dpkg -i w64codecs_20071007-dmo2_amd64.deb
dpkg -i node-delayed-stream_0.0.5-1_all.deb
segunda-feira, 24 de abril de 2017
HOW TO IMPROVE YOUR LOG ANALYZER IN LINUX /VAR/LOG/SYSLOG
First of all start by :
apt-get install lnav.
after that, you can see your syslog and search by this way:
#lnav
apt-get install lnav.
after that, you can see your syslog and search by this way:
#lnav
quinta-feira, 13 de abril de 2017
HOW TO USE BGINFO
First, make download from:
https://technet.microsoft.com/en-us/sysinternals/bginfo.aspx
After that, execute on your machine and define the information that you want describe on your wallpaper. and save with the name info.bgi
After define the detail that you need to show, save the info.bgi on the same folder.
add the folder bginfo and move your folder for netlogon folder located on domain controller .
In my case, inside of folder was created:
Bginfo.exe <file downloaded from web site microsoft technet>
Eula.txt <file downloaded from web site microsoft technet>
info.bgi <file created from Bginfo.exe>
file.bat <file created with code line down>
When you goto create a file info.bgi, before execute this procedure:
Set bitmap / location,
And set User's application data directory and click ok
and create a file.bat on the same folder with this code line:
\\<your_domain_controller>\NETLOGON\BGinfo\Bginfo.exe \\<your_domain_controller>\NETLOGON\BGinfo\info.bgi /timer:0 /accepteula
in my case my domain controller:
\\dc.viannas.local\NETLOGON\BGinfo\Bginfo.exe \\dc.viannas.local\NETLOGON\BGinfo\info.bgi /timer:0 /accepteula
Move every file on network folder:
\\dc.viannas.local\NETLOGON\BGinfo\
Now, go for your AD server and open Group Policy manager go for:
Forest:<your domain>
Domains
viannas.local
and access Group policy object field and create a group policy objetcts with name bginfo. After this procedure, edit this Gpo by right click, edit.
I'll open a Group Policy management editor, here follow this way:
Go for:
User Configuration
Policies
Windows Settings
Scripts (logon/logout)
Edit logon by properties option
On the field scripts, click em add and set the bat file in my case, file.bat for this configuration.
After that, execute gpupdate /force on all your computer on domain and check the result:
Obs, in some cases i must restart the computers.
Was tested on: 2012r2, 7x64, 7x32, 10x32
https://technet.microsoft.com/en-us/sysinternals/bginfo.aspx
After that, execute on your machine and define the information that you want describe on your wallpaper. and save with the name info.bgi
After define the detail that you need to show, save the info.bgi on the same folder.
add the folder bginfo and move your folder for netlogon folder located on domain controller .
In my case, inside of folder was created:
Bginfo.exe <file downloaded from web site microsoft technet>
Eula.txt <file downloaded from web site microsoft technet>
info.bgi <file created from Bginfo.exe>
file.bat <file created with code line down>
When you goto create a file info.bgi, before execute this procedure:
Set bitmap / location,
And set User's application data directory and click ok
and create a file.bat on the same folder with this code line:
\\<your_domain_controller>\NETLOGON\BGinfo\Bginfo.exe \\<your_domain_controller>\NETLOGON\BGinfo\info.bgi /timer:0 /accepteula
in my case my domain controller:
\\dc.viannas.local\NETLOGON\BGinfo\Bginfo.exe \\dc.viannas.local\NETLOGON\BGinfo\info.bgi /timer:0 /accepteula
Move every file on network folder:
\\dc.viannas.local\NETLOGON\BGinfo\
Forest:<your domain>
Domains
viannas.local
and access Group policy object field and create a group policy objetcts with name bginfo. After this procedure, edit this Gpo by right click, edit.
I'll open a Group Policy management editor, here follow this way:
Go for:
User Configuration
Policies
Windows Settings
Scripts (logon/logout)
Edit logon by properties option
On the field scripts, click em add and set the bat file in my case, file.bat for this configuration.
After that, execute gpupdate /force on all your computer on domain and check the result:
Obs, in some cases i must restart the computers.
Was tested on: 2012r2, 7x64, 7x32, 10x32
Assinar:
Postagens (Atom)









