OpenBSD 5.9 is here
OpenBSD update to version 5.9. Main improvments: Pledge - a new mitigation mechanism process in restricted mode security improved 70% of user components converted WiFi 802.11n multithread network
OpenBSD update to version 5.9. Main improvments: Pledge - a new mitigation mechanism process in restricted mode security improved 70% of user components converted WiFi 802.11n multithread network
A usefull command if are want to read keyboard input : showkey. Very useful to know keycodes when programming. What is showkey ?# showkey - examine the codes sent by the keyboard How does it work ?# s
The man known as Optix, the owner of Newsoo, was taken into custody by the DIPJ the 2016/03/22. Newsoo was a French Usenet provider, the service was delivering 2 GB of pirated data per second. Sacem p
Before beginning# These are the steps to do on the SSH server. Be sure to do all the steps before exiting SSH connection if you are connected via SSH. This config was tested for default CentOS 7 iso.
NetBIOS is a very old protocol wich is no more interesting today except in some particular cases. But it has a large number of security flaws. We can use WMIC (Microsoft Windows Management Instrumenta
NetBIOS is a very old protocol wich is no more interesting today except in some particular cases. To disable it with the Windows register there are only a few steps : Launch the register editor (rege
The lite version of Qwant is avaible here. It' a version without JavaScript and without CSS3 so it's more retro-compatible as possible.
Changing of TTY (TeleTYpewriter), text console or text terminal without keyboard shortcut may be useful for remote administration or virtualization. So to change of TTY in CLI (Command-Line Interface)
Check that update repository is existing and activated, so display repository list with URLs display: zypper repos --uri. Check you have this repository: # | Alias | Name | Ena
Install zsh zypper in zsh and git zypper in git. Then install oh-my-zsh wget --no-check-certificate http://install.ohmyz.sh -O - | sh. Then define zsh as your default shell: chsh -s /bin/zsh.