Jump to content

Programmer Frank

Member
  • Posts

    48
  • Joined

  • Last visited

Everything posted by Programmer Frank

  1. Hmm, if you add a virtual memory on it, use larger cluster is best. Because swap file is a larger file.
  2. If you want to take all data out, use a software called "R-Studio", it can take all your data back. If the data weren't important, you can format the entire disk. Open Command Prompt. Enter these commands: diskpart list disk Then select your disk, e.g. my disk is Disk 1. select disk 1 Then clean. clean Create partition. create partition primary Format. format fs=ntfs label=SSD quick Then you'd see your drive. If that didn't work. Open Disk Management, right click the partition, assign a drive letter. If that still didn't work, you can low format it.
  3. If you edit videos on it, you can use larger cluster. If you working on small files, such as programming, booting a system on it. You should use smaller cluster.
  4. If you working large files on it, you can use even 64k. If you programming on it, make it smaller.
  5. What do you want to do on this drive?
  6. I am a programmer, but i play games too. I play Minecraft. I want to build a server. I want to play both Java Edition and Bedrock Edition at same time. Here is the request: Java Edition: PaperSpigot 1.15 or higher, 30 people. Bedrock Edition: PocketMine, 50 people. I need specs.
  7. I want to visit at home. To access outside, I just need text work and view normal 1080p videos on the server. Sometimes I download some code remotely.
  8. Hello guys. I am a programmer, i need to build a server for storage my data. I need at least 8 terabytes of storage and i wanted to access remotely without any lag. I had a family, and i need to save my photos and videos etc. Sometimes i need to shot videos, so i need to editing online. I also want to make it as a download machine. I want to low power usage. I have $1500 budget.
  9. If you want to use a java server, you can just view https://web.orwtmc.top/Minecraft-On-RaspberryPi If you want to use a bedrock server, you can go to minecraft.net and there was a tutorial, hope i can help you.
  10. I build a minecraft server, i used ubuntu. And I recommend you to use Ubuntu or Debian, because they are free and friendly, support GUI and CLI both. I will give you a tutorial, when you setup your minecraft server, you can run these scripts. URL: https://web.orwtmc.top/Minecraft-On-RaspberryPi OS you can use Ubuntu 18.04 LTS Desktop or Server.
  11. Write a program to find all daffodils in a certain range. The so-called daffodil number refers to a three-digit number whose cube sum is exactly equal to the number itself. For example, 153 = 1 × 1 × 1 + 5 × 5 × 5 + 3 × 3 × 3. Tip: For a three-digit number, first find its hundreds, tens, and single digits, and then use the characteristics of the daffodil number to make a judgment.
  12. Please email me <a href="mailto:rsboss01@outlook.com?subject=From Linustechtips forum" target="_blank">Address</a>
  13. Yea, i want to access each letter individually, and i forgot how to use an array...
  14. What is LinusTechTips's Minecraft server address? And what is the version.
  15. Hey guys, i need to get every letter to dedicated vars. I need int. string ids // The ids is user input. cin>>ids // User input. int n1,n2,n3,n4 ... n17. char n18. // User should input 18 string, 1-17 need number, 18 need number or letter. 1-17 need to save in int. 18 need to save in char or string. How can i do it?
  16. It depends what do you want to do. If you are home network, you have a nas, just use router. If you are enterprise, you should have them both: switch for internal work, router for wifi. But remember: I didn't recommend you put a switch only. If you need a switch, please put a router. You can have a switch, but you cannot put a switch without a router. You can only have a router, all good! If you only put a switch, you will more uncomfortable.
  17. Here's the thing: I am a programmer, i need to remote access my home devices, but my ISP didn't give me static IP, so i wanted to build a VPN. L2TP, IPsec, PPTP is all ok.
  18. You can using a fiber optic cables. But here's a thing: First, you should do it at your home was under constructing, at that time, you can easily hide the cables. Second, you shouldn't put it at some hole or something, fiber cannot hold wet. So if your home is completed, i don't recommend to do that. Except you have courage to break the wall. And if you don't need super fast speed, copper cable is a good idea.
  19. Well, you can do that. Depends for your domain provider. You should setup it on your domain provider's website. Website using 80 MC using 25565 They can using 1 domain. Because think about it, your IPv4 address, can hold port 1-65535, and the IP can process all ports, so it works.
  20. But remember, exFAT or NTFS or HFS+ or APFS, they didn't work on Linux. But FAT32 can compatibility all OS.
  21. You can format it as GUID Partition Table. You can do all your idea. You can format as FAT, exFAT. Then Windows and macOS can read them both. Or, split 2 500GB partition. One is HFS+ and the other one is NTFS. Hope can help you!
×