↓
 

Software Effect Enterprises, Inc

  • Home
Home→Author SEEI - Page 24 << 1 2 … 22 23 24 25 26 … 28 29 >>

Author Archives: SEEI

Post navigation

<< 1 2 … 21 22 23 24 25 26 27 28 29 >>

Create mysql user

Software Effect Enterprises, Inc Posted on February 18, 2017 by SEEIJanuary 6, 2022

Issue Someone needs a database on the local mysql server, but you only want this user to access this database. mariadb Resolution mysql -u root -p (enter the mysql root password when prompted) create user booga@localhost; alter user booga@localhost identified … Continue reading →

Posted in MySQL

Erasing partition table and raid information from hard drives using Centos 7

Software Effect Enterprises, Inc Posted on February 13, 2017 by SEEIFebruary 13, 2017

Some RAID Controllers, many fake RAID controllers and software raid put a signature on both the beginning and/or ending of the space on a hard drives. This many times creates problems when reformatting the drives or reloading the system after … Continue reading →

Posted in Centos 7

Find out when Windows was installed

Software Effect Enterprises, Inc Posted on January 18, 2017 by SEEIFebruary 8, 2017

From a command line prompt: systeminfo | find /i “install date”  

Continue reading →
Posted in Windows

Batch File To Create Reverse Lookup Zone In Windows DNS

Software Effect Enterprises, Inc Posted on January 7, 2017 by SEEIJanuary 7, 2017

for /L %%A in (15,1,254) DO (     dnscmd /recordadd 6.9.10.in-addr.arpa %%A PTR office.seei.biz )

Continue reading →
Posted in Windows

3 command-line file conversion tools for Linux

Software Effect Enterprises, Inc Posted on October 20, 2016 by SEEIOctober 20, 2016

Pandoc Everyone I know who works with markup languages says Pandoc is the go-to utility for converting between those languages. And for good reason: Pandoc not only does some pretty nifty conversions, it’s fast, too. Have a file formatted with … Continue reading →

Posted in Centos, Fedora, Linux

Installing Google Chrome on Centos 7

Software Effect Enterprises, Inc Posted on October 12, 2016 by SEEIJune 16, 2017

Centos 7 Enable yum repository by logging in as root at a bash prompt, then cut/copy/paste the following: cat << EOF > /etc/yum.repos.d/google-chrome.repo [google-chrome] name=google-chrome – $basearch baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub EOF You will see the following [root@mycomputer ~]# cat … Continue reading →

Posted in Centos 6, Centos 7, Google Chrome

Enable LDAPS support in Zimbra

Software Effect Enterprises, Inc Posted on October 12, 2016 by SEEIOctober 12, 2016

Enabling LDAPS at installation time To enable LDAPS at installation time, change the port used by the LDAP server in the installation menu from 389 to 636. Enabling LDAPS after installation Modify the URL used by LDAP on all servers, … Continue reading →

Posted in Zimbra, Zimbra 7, Zimbra 8

Select Boot Kernel In Centos 7

Software Effect Enterprises, Inc Posted on October 10, 2016 by SEEIAugust 20, 2018

Update!! Use these instructions instead:  https://docs.fedoraproject.org/en-US/Fedora/23/html/System_Administrators_Guide/sec-Configuring_GRUB_2_Using_the_grubby_Tool.html       A typical CentOS 7 Linux system has multiple kernels. How many kernels you have in your CentOS systems depends on the configuration setting. Sometimes you might feel the need to change the … Continue reading →

Posted in Centos 7

How can I control how much data Netflix uses?

Software Effect Enterprises, Inc Posted on October 6, 2016 by SEEIOctober 6, 2016

Watching movies or TV shows on Netflix uses about 1 GB of data per hour for each stream of standard definition video, and up to 3 GB per hour for each stream of HD video. This can create headaches for … Continue reading →

Posted in Uncategorized

VB Script To List Members of AD Groups

Software Effect Enterprises, Inc Posted on October 6, 2016 by SEEIOctober 6, 2016

strScanGroups = “Domain Admins,Enterprise Admins,Schema Admins” strSMTPRelay = “relay.yourcompany.corp” strFrom = “Administrator@yourcompany.com” strTo = “helpdesk@yourcompany.com” Dim rootDSE, domainObject, adDomain, mailDomain Set rootDSE = GetObject(“LDAP://RootDSE”) domainContainer = rootDSE.Get(“defaultNamingContext”) Set domainObject = GetObject(“LDAP://” & domainContainer) Set fs = CreateObject (“Scripting.FileSystemObject”) Set outFile … Continue reading →

Posted in Active Directory

Post navigation

<< 1 2 … 21 22 23 24 25 26 27 28 29 >>
Powered By Rocky Linux
Powered By Rocky Linux
Let's Encrypt
Let's Encrypt

Recent Posts

  • Text Based Weather Report
  • fail2ban not adding entries to firewalld
  • Mikrotik 6Gig CubeG-5ac60ay SNR via SNMP
  • Cacti Graph for SNR on the LBE-5AC-Gen2-US
  • Why did windows reboot?

Categories

  • Active Directory
  • Android
  • Apache
  • Apache 2.4
  • ASA
  • Brave Browser
  • Cacti
  • Centos
  • Centos 6
  • Centos 7
  • Centos 8
  • certificate
  • Cisco ASA
  • Cisco Switch
  • Dell
  • DHCP
  • Encryption
  • fail2ban
  • Fedora
  • Fedora 31
  • Fedora 36
  • Fedora 38
  • Fedora 40
  • Fedora 41
  • Fedora37
  • Firefox
  • firewalld
  • Gnome 3
  • Google Chrome
  • grub
  • httpd
  • Juniper
  • kvm
  • LetsEncrypt
  • LibreOffice
  • Libvirt
  • Linux
  • Mate
  • Mikrotik
  • MySQL
  • Nagios
  • named/bind
  • Networking
  • OpenVAS/Greenbone
  • pfSense
  • PHP
  • postfix
  • Raspberry PI
  • Rocky Linux
  • Rocky Linux 9
  • Samba
  • sed
  • Signal Messenger
  • SNMP
  • SRX
  • ssh
  • swaks
  • Synology
  • tftp
  • Ubiqiti
  • Ubiquiti
  • Uncategorized
  • Unifi
  • vim
  • wifi
  • Windows
  • Windows 10
  • Windows 11
  • Windows 7
  • Windows Server
  • Windows Server
  • Windows Server 2016
  • Windows Server 2019
  • WordPress
  • Zimbra
  • Zimbra 7
  • Zimbra 8
  • Zimbra 9

Your IP Address

  • Powered by Find-IP.net
©2025 - Software Effect Enterprises, Inc - Weaver Xtreme Theme
↑