Skip to main content

Posts

Showing posts from 2018

Backuppc Runing Fine

backuppc-installation-and-configurations.html

How to enable SMB Windows

The Server Message Block (SMB) Protocol is a network file sharing protocol, and as implemented in Microsoft Windows is known as Microsoft SMB Protocol. The Common Internet File System (CIFS) Protocol is a dialect of SMB. Both SMB and CIFS are also available on VMS, several versions of Unix, and other operating systems. Although its main purpose is file sharing, additional Microsoft SMB Protocol functionality includes the following:     Dialect negotiation     Determining other Microsoft SMB Protocol servers on the network, or network browsing     Printing over a network     File, directory, and share access authentication     File and record locking     File and directory change notification     Extended file attribute handling     Unicode support     Opportunistic locks For security reasons, Microsoft recommends that you disable SMB1 immediately. to enable on windows 10 go to control panel > programs and features > turn windows features on or off and

BACKUPPC INSTALLATION AND CONFIGURATIONS

BACKUPPC INSTALLATION AND CONFIGURATIONS BackupPC is a backup solution that can be configured to back up remote Linux and Windows systems. It can use a variety of different protocols and has a flexible scheduler to coordinate full and incremental backups. I have installed this on ubutnu 14.04 LTS and its running fine for me for a long time since the installation Open a terminal and enter the following commands: sudo apt-get update sudo apt-get install backuppc During the installation, you will be asked what kind of mail server configuration is needed. We can select the "Local only" option, because we will not be configuring internet-aware mail ???????? Postfix Configuration ????????? ? General type of mail configuration: ? ? ? ? No configuration ? ? Internet Site ? ? Internet wi

Be good to your PC

Be goof to your pc

Install Firefox 60 on Ubuntu

Download The Latest Version of Firefox 60 from their FTP using wget For 32 bit systems      wget https://ftp.mozilla.org/pub/firefox/releases/60.0/linux-i686/en-US/firefox-60.0.tar.bz2   For 64 bit systems       wget https://ftp.mozilla.org/pub/firefox/releases/60.0/linux-x86_64/en-US/firefox-60.0.tar.bz2     Extract the tar package      tar -xjf firefox-60.0.tar.bz2   Move the Firefox folder to opt Remove the Older version of Firefox if it's there sudo rm -rf /opt/firefox59 sudo mv firefox /opt/firefox60 Create the Symbolic link for new Firefox as default      sudo mv /usr/bin/firefox /usr/bin/firefoxold   sudo ln -s /opt/firefox60/firefox-bin /usr/bin/firefox

Sometimes you just need LINUX!!! #Open_Source

RAID Explained

RAID stands for Redundant Array of Inexpensive (Independent) Disks. On most situations you will be using one of the following four levels of RAIDs.     RAID 0     RAID 1     RAID 5     RAID 10 (also known as RAID 1+0) This article explains the main difference between these raid levels along with an easy to understand diagram. In all the diagrams mentioned below:     A, B, C, D, E and F – represents blocks     p1, p2, and p3 – represents parity RAID LEVEL 0     Minimum 2 disks.     Excellent performance ( as blocks are striped ).     No redundancy ( no mirror, no parity ).     Don’t use this for any critical system.    RAID LEVEL 1     Minimum 2 disks.     Good performance ( no striping. no parity ).     Excellent redundancy ( as blocks are mirrored ) RAID LEVEL 5      Minimum 3 disks.     Good performance ( as blocks are striped ).     Good redundancy ( distributed parity ).     Best cost effective option providing both performance and redundancy.     Use thi

Backup Server on an Ubuntu 12.04 with BackupPC

BackupPC is a backup solution that can be configured to back up remote Linux and Windows systems. It can use a variety of different protocols and has a flexible scheduler to coordinate full and incremental backups. BackupPC is a powerful, user-friendly way to automatically backup files from several servers to a central location. Backups are essential for any kind of production environment. Just as important is making sure that file restoration operations function correctly. There are many backup tools available for Linux and Unix-like operating systems. Choose the solution that fits your needs the best. BackupPC is a great tool that should work well in many developers' environments. BackupPC is available in Ubuntu's default repositories. The software "pulls" the data from client machines, so the actual program needs to be installed on the machine that will function as the backup server. The files will be stored at: /var/lib/backuppc/pc/ ip_addr

Mfc100u.dll errors

Mfc100u.dll errors are caused by situations that lead to the removal or corruption of the mfc100u DLL file,   an important part of the Visual C++ runtime library supplied by Microsoft. There are several different ways that mfc100u.dll errors can show up on your computer. Here are some of the more common ways that you might see mfc100u.dll errors: Mfc100u.dll Not Found This application failed to start because mfc100u.dll was not found. Re-installing the application may fix this problem. Cannot find [PATH]\mfc100u.dll The file mfc100u.dll is missing. Cannot start [APPLICATION]. A required component is missing: mfc100u.dll. Please install [APPLICATION] again. If you have 64bit Windows system, install http://www.microsoft.com/download/en/confirmation.aspx?id=13523 If that does not fix the problem, install http://www.microsoft.com/download/en/confirmation.aspx?id=8328 This should solve problem.

Installing TeamViewer on Ubuntu

Download the TeamViewer from their website through your web browser and you can install it via GUI. or use the CLI. Be the root Like the boss as firt. sudo su Get it here  https://teamviewer.en.uptodown.com/ubuntu Navigate to the directory where it is downloaded and Install the package. dpkg -i teamviewer-10-0-36281-multi-ubu.deb if there any problm during instalation apt-get install -f