Showing posts with label Server. Show all posts
Showing posts with label Server. Show all posts

Thursday, May 11, 2017

How to install FileZilla 3.25.2 released on Ubuntu 16.04 & Higher

   FileZilla is a free, cross-platform and full-featured FTP (File Transfer Protocol) solution for the Linux and Open Source ecosystems. It is also compatible with the Microsoft Windows and Mac OS X operating systems.


FileZilla 3.25.2 changelog
  •     SFTP components have been updated and are now based on PuTTY 0.69
  •     Fixed potential stall during the final listing operation when finishing a queue which contained uploads
  •     Fix crash if filters.xml has become corrupted
  •     Fix FTP proxy support

Saturday, January 7, 2017

Install DB Browser for SQLite 3.9.1 on Ubuntu 16.04, 16.10

    DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.



    It is for users and developers wanting to create databases, search, and edit data. It uses a familiar spreadsheet-like interface, and you don't need to learn complicated SQL commands

SQLite Browser 3.9.1 Changelog
  • Fixed default font selected being incorrectly detected.
  • Increased custom Page Size upper limit.

Tuesday, September 13, 2016

Install Wireshark 2.2.0 in Ubuntu 16.04 LTS

   Wireshark is the world’s most popular network protocol analyzer. It is used for troubleshooting, analysis, development and education.


Wireshark 2.2.0 Changelog
  • Upgrading to latest version uninstalls Microsoft Visual C++ redistributable.
  • Extcap errors not reported back to UI.
  • "Decode As" supports SSL (TLS) over TCP.
  • Invalid coloring rules are now disabled instead of discarded. This will provide backward compatibility with a coloring rule change in Wireshark 2.2.
  • Added -d option for Decode As support in Wireshark (mimics TShark functionality)
  • The Qt UI, GTK+ UI, and TShark can now export packets as JSON. TShark can additionally export packets as Elasticsearch-compatible JSON.

Tuesday, August 2, 2016

How To Install Webmin 1.801 on Linux Systems

   Webmin 1.801 is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. See the standard modules page for a list of all the functions built into Webmin.



Webmin 1.801 changelog
  • Fixed a security bug in the new Authentic theme.
  • Added a recent logins section to the System Information page.
  • When updating multiple packages, they are done in a single YUM or APT operation if possible.

Saturday, July 16, 2016

How To Install nginx 1.10.1 on Ubuntu

     NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server


    NGINX powers several high-visibility sites, such as Netflix, Hulu, Pinterest, CloudFlare, Airbnb, WordPress.com, GitHub, SoundCloud, Zynga, Eventbrite, Zappos, Media Temple, Heroku, RightScale, Engine Yard, MaxCDN and many others.


Nginx 1.10.1 changelog
  •  Security: a segmentation fault might occur in a worker process while writing a specially crafted request body to a temporary file

Thursday, July 14, 2016

Samba 4.4.5 SMB for Linux released

Samba 4.4.5 recently released, is an implementation of the Server Message Block (SMB)/Common Internet File System (CIFS) protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems.   It can function both as a domain controller or as a regular domain member.



This is a security release in order to address the following defect:

   It's possible for an attacker to downgrade the required signing for an SMB2/3 client connection, by injecting the SMB2_SESSION_FLAG_IS_GUEST or SMB2_SESSION_FLAG_IS_NULL flags.

    This means that the attacker can impersonate a server being connected to by Samba, and return malicious results.

    The primary concern is with winbindd, as it uses DCERPC over SMB2 when talking to domain controllers as a member server, and trusted domains as a domain controller.  These DCE/RPC connections were intended to protected by the  combination of "client ipc signing" and  "client ipc max protocol" in their effective default settings  ("mandatory" and "SMB3_11").