I use RDCM, Putty for SSH. I don't use VNC.
Best posts made by tiagom
-
RE: Time syncronisation in domain
We use a Meinberg in Stratum 1 mode, its good to a few microseconds.
-
RE: Time syncronisation in domain
Here are my command notes when i setup it up on our windows domain. Obviously replace {local time server} with the ip of your local time server if it exists.
net stop w32time
w32tm /config /syncfromflags:manual /manualpeerlist:"{local time server}, time.nist.gov"
w32tm /config /reliable:yes
net start w32timeI did not have to make any changes to users workstations, they automatically synced with the DC's.
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
@Romo said in Installing Snipe-IT on CentOS 7 and MariaDB:
@jfc Setup you CentOS 7 vm and only use their install script.
wget https://raw.githubusercontent.com/snipe/snipe-it/master/install.sh chmod 744 install.sh ./install.sh
It will download everything you need and get you to a working Snipe IT installation, I just setup my own Snipe IT vm like this =).
Tested on centOS 7 installs great. Wonder how we update.
-
RE: I'll Show You Mine If You Show Me Yours, Home Labs
@Shuey That is sweet! Thanks for sharing.
-
RE: Verizon blocking port 465 to godaddy?
@Mike-Davis Sounds like there is a bigger problem then just on port 465.
Do you get any response when you telnet to a port that doesn't require encryption(25, 80 or 3535)?
ie..
220 p3plsmtpa09-03.prod.phx3.secureserver.net :SMTPAUTH: ESMTP
-
RE: Reverse Engineer Apache Jackrabbit Setup
@anthonyh said in Reverse Engineer Apache Jackrabbit Setup:
@scottalanmiller said in Reverse Engineer Apache Jackrabbit Setup:
So the MS SQL Server database is overly complex? Hard to believe that the image data is not relatively easy to find in there.
The SQL database appears to be fairly simple. However, it's not in any easy-for-a-human-to-decipher structure (at least this human).
For what it's worth, we used to have a system that used IBM's FileNet for document storage...and I easily reverse engineered the Oracle back-end of that and was able to pull docs from that with no issues.
This is nothing like FileNet, unfortunately.
Of course, its so you pay them to do whatever customization you are after.
Sadly i have no experience with Apache Jackrabbit. Hope you figure this out!
-
RE: Copy file from Windows Server to hosted external CentOS server
@JaredBusch said in Copy file from Windows Server to hosted external CentOS server:
@Tim_G said in Copy file from Windows Server to hosted external CentOS server:
Excellent, definitely a few seeds planted for me to expand on.
I'll check into WinSCP first to see if there's a way I can get things going.
Note: There's not FTP access. ONLY SSH. WinSCP still a good place to start?
Install it and make a connection. If it works, you can automate it easily.
Here's a PS way to automate it.
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
You don't need to run
setenforce 0 mkdir -p /var/www/html; cd /var/www/html/
The script handles selinux setup on CentOS 7.
I just tested it and successfully install on CentOS 7. Can you provide the output of /var/log/snipeit-install.log ?
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
@robblehead You restore the database and then restore the files to the appropriate place. I don't have a backup in front of me but the file structure is preserved in the backup.
If you're extracting on windows don't use the builtin unzip. You need to use 7zip or another file archiver.
SnipeIT currently as far as i am aware does not have an automated restore backup feature.