Search found 10 matches

by 00
Sat Feb 20, 2021 2:08 pm
Forum: Microsoft
Topic: Windows file and print server migration
Replies: 0
Views: 9490

Windows file and print server migration

Source servers may consist of a Windows Server or a File Server Cluster resource. If server get the share info from the registry. If cluster file server resource, get it from this command: get-smbshare to get scope name. Then get-smbshare -scopename xyz | select name,path | export-csv c:\temp\blah.c...
by 00
Sun Jan 24, 2021 8:32 pm
Forum: Misc
Topic: Pandora's box not booting
Replies: 1
Views: 11165

Re: Pandora's box not booting

Resolved by the seller replacing the Pandora's box under warranty.
by 00
Thu Dec 03, 2020 9:01 pm
Forum: Misc
Topic: Ubuntu commands
Replies: 0
Views: 6922

Ubuntu commands

service --status-all sudo service --status-all | grep postgres sudo service postgresql status Run any one of the following command on Linux to see open ports: sudo lsof -i -P -n | grep LISTEN sudo netstat -tulpn | grep LISTEN sudo lsof -i:22 ## see a specific port such as 22 ## sudo nmap -sTU -O IP-...
by 00
Fri Nov 27, 2020 1:03 pm
Forum: Misc
Topic: Ubuntu Server Build
Replies: 0
Views: 6881

Ubuntu Server Build

service --status-all command will list all services on your Ubuntu Server Reset pihole password: pihole -a -p Check Cron job: /etc/cron.d/pihole Set Static IP: https://linuxize.com/post/how-to-configure-static-ip-address-on-ubuntu-20-04/ How to Configure Static IP Address on Ubuntu 20.04 • 5 min rea...
by 00
Fri Sep 04, 2020 11:49 am
Forum: Misc
Topic: Pandora's box not booting
Replies: 1
Views: 11165

Pandora's box not booting

Hi hk.5818, regarding ebay Pandora's box not booting after the burning smell. Please see attached photos and videos. There is a blinking red LED on the board, unsure if this is significant? Thanks. VID_20200904_122918.mp4 IMG_20200904_122503.jpg IMG_20200904_122443.jpg IMG_20200904_122414.jpg IMG_20...
by 00
Mon Aug 03, 2020 5:46 pm
Forum: Forge Minecraft server
Topic: Install a version of Forge on Ubuntu Server
Replies: 1
Views: 11523

Install a version of Forge on Ubuntu Server

Install java: sudo apt-get install git openjdk-8-jre-headless -y Download the official Forge installer and then copy it to the server. The run the following: java -jar forge-1.12.2-14.23.5.2854-installer.jar --installServer Create start.sh with the following line: java -Xms3G -Xmx3G -jar forge-1.8-1...
by 00
Mon Aug 03, 2020 5:36 pm
Forum: Forge Minecraft server
Topic: How to start a forge MC server
Replies: 0
Views: 7343

How to start a forge MC server

ls to list the directories
cd to the desired directory
then ls again to find the *.sh file, should be start.sh (script file that contains the java string to launch Minecraft server)
screen ./start.sh
by 00
Sun Aug 02, 2020 5:38 pm
Forum: Spigot Minecraft server
Topic: Minecraft Server build - Ubuntu Server and Spigot
Replies: 0
Views: 12618

Minecraft Server build - Ubuntu Server and Spigot

Install java: sudo apt-get install git openjdk-8-jre-headless -y mkdir build and download spigot: wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar java -jar BuildTools.jar This downloads latest version of MC into /build To download a specific ve...
by 00
Sun Aug 02, 2020 5:31 pm
Forum: Spigot Minecraft server
Topic: Spigot 1.8.8 server.properties
Replies: 0
Views: 7167

Spigot 1.8.8 server.properties

#Minecraft server properties #Sun Aug 02 22:02:33 UTC 2020 spawn-protection=16 generator-settings= force-gamemode=false allow-nether=true gamemode=1 broadcast-console-to-ops=true enable-query=false player-idle-timeout=0 difficulty=0 spawn-monsters=false op-permission-level=3 resource-pack-hash= anno...
by 00
Sun Aug 02, 2020 5:10 pm
Forum: Misc
Topic: Minecraft server
Replies: 0
Views: 6926

Minecraft server

My minecraft server: mc.0-0.co.uk:25565