Laughing Hyena
  • Home
  • Hyena Games
  • Esports
  • NFT Gaming
  • Crypto Trends
  • Game Reviews
  • Game Updates
  • GameFi Guides
  • Shop
Tag:

manage

How To Manage Your Base In The Alters
Game Updates

How To Manage Your Base In The Alters

by admin June 15, 2025



Are you thinking about how to manage your base in The Alters? This large structure acts as your mobile hub throughout the campaign. While the environment outside already has potential threats, you still need to be mindful of what happens inside your home away from home. Our guide has several tips to aid you with this particular facet of the game.

How to manage your base in The Alters – Base building and modules guide

Once you have access to your mobile base, you’ll notice that several modules/rooms are already active. As you progress further into the campaign, though, you have to focus on what you can add to your hub. This is done via the terminal in the Command Center.

  • Build – The build button allows you to add new modules/rooms.
  • Expand – The expand button increases the available space in your hub, allowing you to plop down more modules.

These actions require all sorts of resources that you can find on the planet, including metals, minerals, organics, and even rarer byproducts from anomalies. Some can be obtained by hand, while others require you to scan and mine deep deposits.

Note: You can recheck the layout of your hub at any time by opening the Base Overview screen.

How to place down new rooms and modules

The Alters’ base building screen in the Command Center lets you organize and reposition modules/rooms as you see fit. You may also refund the cost of a room if you no longer need it. However, you should look at how each module is connected–i.e. all rooms need to have a green outline, which means there’s a path that leads to them.

Please note that not all rooms are available at the start. Several can only be unlocked once you’ve completed the research task in the Lab.

You can make changes to your base’s layout in the Command Center.

The most integral rooms for your base

If you want to manage your base in The Alters, then you should take note of the functions of each room. Modules like the Airlock (i.e. where you enter/exit your base), Captain’s Cabin (i.e. where you sleep), Communication Room (i.e. where you make calls), Command Center (i.e. where you rearrange rooms), and Elevators are, naturally, integral throughout your run. Other modules also offer unique functions:

  • Research Lab – Allows you to unlock and research techs once you have a Scientist.
  • Workshop – Lets you craft tools and consumables. You can have more than one Workshop in your hub.
  • Quantum Computer and The Womb – These modules let you examine Jan’s life paths to “birth” new clones.
  • Machinery – Needs to have a Radiation Filter activated at night or during Magnetic Storms. This prevents Jan and his alters from suffering from radiation sickness.
  • Infirmary – Jan and his clones can recover from injuries and radiation sickness. If you already have a Doctor, then the recovery speed of characters also increases.
  • Greenhouse and Kitchen – The former is used to grow crops, while the latter is used to cook food. Your food can either come from organics or from the crops that you’ve cultivated. Likewise, each character consumes one meal per day, so you should always have more than enough to go by.
  • Dormitory – This is where your alter clones sleep. You should have one in place to improve conditions in your hub.
  • Recreation: Social Room and Gym – Your alters can relax or exercise to help with their motivation.
  • Contemplation Room – This is where alters go if they feel unmotivated or dejected. The Shrink will be able to counsel them, whereas the Guard will be able to discipline them.
  • Storage – The number and size of Storage rooms you have also increases the amount of resources that your base can hold. You don’t need a lot of these early on, as four or five tend to be enough. That said, any excess resources that are gathered will be lost if there is no space available.
  • Recycler – Once researched, this module nets you +5 organics per day depending on the number of people in your base.

How to rearrange modules in your base

A few hours into the campaign, you should take some time to properly manage your base in The Alters. Ideally, you should look at the layout of your hub so you can reposition everything according to your needs. Here are our recommendations:

  • Airlock – Use the Airlock as the central fixture since this is where you spawn in whenever you fast travel back to your base.
  • Elevators – From the Airlock, one elevator shaft should span the entirety of the base from top to bottom. We believe this is preferable to the default configuration, which requires navigating two separate shafts.
  • Command Center, Workshop, Research Lab, and Communication Room – These should be fairly close to the Airlock and main elevator shaft due to how often you’d revisit these areas.
  • Quantum Computer and The Womb – Both should be adjacent to one another as they’re related to birthing new alters.
  • Kitchen, Dormitory, and other recreational spaces – Alters tend to hang out and rest in these rooms, so it’s a good idea to have them close to each other in case new dialogue options appear.
  • Machinery – Just remember to always have extra Radiation Filters that are active. You can also “uphold” a certain number of these so you don’t have to worry about last-minute crafting.
  • Storage – You can leave these near the bottom of the hub.

Note: You don’t need to go to each production-related room if you just want to add a craftable item to the queue. Instead, you can do this via the Production menu, before having an alter complete the task via the Assignments menu. However, if you want to manually craft the items yourself, then you have to visit these rooms.

Reconfigure and reposition modules so that it’s easier to navigate the interior of your base.

Base Navigation System: Structures and mass

Progression throughout the campaign entails moving your base before the burning sun scorches everything around you. Here’s a quick summary:

  • The Base Navigation System tells you all the information that you need. This can be accessed via the panel at the right-hand side of the Command Center.
  • Every structure/module that you add increases the total mass of your base.
  • Moving your base to a new region–which also causes the story to advance to the next chapter–requires two things:
    • You must complete the main objectives in the chapter/region.
    • The amount of organics resource that you have in your storage is equivalent to the total mass of your base. For example, if your base’s mass is 300, then you must have 300 organics.

In the end, you have to decide when to have more modules. You can have a lot of modules early so you can make use of their functions, but you should also consider how this would affect the total mass and the organics that you still have to mine.

That does it for our guide on how to manage your base in The Alters. Since we’re already talking about what goes on in your mobile habitat, then we might as well discuss how to increase the happiness of your characters. You can also check our beginner’s guide for more survival tips.

Can you help Jan Dolski and his clones stay alive throughout their ordeal? Well, if you need more tips, you can head over to our The Alters guides hub.



Source link

June 15, 2025 0 comments
0 FacebookTwitterPinterestEmail
Manage Linux Network Connections
Gaming Gear

How to manage Linux network connections via nmcli and the terminal

by admin June 14, 2025



We take graphical user interfaces (GUIs) for granted. They generally “just work” and we can largely go about our business without even thinking. The Linux networking GUI is very much now in this camp. We were there when networking with Linux was a chore, heck we remember setting up PPP to connect to the Internet via a modem, in Linux!

What happens when things go wrong? The GUI breaks down, or were left with just a Linux terminal? Perhaps we are installing Linux on a server with no GUI? In these circumstances we need to understand how to make, break and configure connections using the nmcli command.

The nmcli command is one of many command-line tools to manage your network connections, and in this how to we will use it to check the connections on a system, bring connections down (off) and up (on) and finally we shall create a static IP address.


You may like

Working with an Interface

Interfaces are our points of connection. They can be physical, for example Ethernet, or they can be radio based, Wi-Fi for example. Each interface has a unique name, to identify whether it is Ethernet or Wi-Fi. In the past these names were generic, eth0 for the first Ethernet connection and wlan0 for Wi-Fi. In more recent years, these interface names have changed to be more specific.

Our first task is to identify the available interfaces.

1. Open a terminal and list all of the available connection / interfaces. The nmcli command can be used on its own, but passing the -p option will produce a “prettier” output.

nmcli -p

(Image credit: Future)

2. The output for the previous command will show all of the connections / interfaces. To return just the active interface connections use this command. Again, using the -p option provides a clearer view of the output.

Get Tom’s Hardware’s best news and in-depth reviews, straight to your inbox.

nmcli -p dev status

(Image credit: Future)

3. Use this command to get the details of a specific connection. Remember to change the name of the connection to match the output of the previous command. There is a lot of output, and you can pipe the output of the command using grep to pick out specific details.

nmcli -p con show

(Image credit: Future)

4. Use this command to determine the default gateway for your connection. The default gateway is typically our home router, the hardware that enables us to connect to the Internet. The output should show the ipv4 and ipv6 gateway details.

nmcli -p con show | grep GATEWAY

(Image credit: Future)

5. To bring a connection down (disable / disconnect) use this command. This will disconnect your Linux device from the network. Remember to replace the connection name with your connection name.

nmcli -p con down

(Image credit: Future)

6. List the connections, this will show that your device is no longer connected to the network.

nmcli -p dev status

(Image credit: Future)

7. Bring the connection up using this command. Remember to change the connection name.

nmcli -p con up

(Image credit: Future)

Setting a static IP address

For many of us, a dynamically assigned IP address from our router is all we need to get online. What if we want to create a server? A server will need a static IP address to enable connecting devices to find it.

We’re going to use nmcli to modify the connection so that we have a specific IP address.

We’re using an Ubuntu LTS, but the instructions will also work on a Raspberry Pi running Raspberry Pi OS, or any other Debian / Ubuntu based machine.

1. Open a terminal and using nmcli set the connection details. The connection name is as we have used above. The required IP address is as per your requirements, but it should be within the range offered by the device. The gateway is typically the IP address of the router. The DNS server can be your router

nmcli connection modify “CONNECTION NAME” \
ipv4.addresses REQUIRED IP ADDRESS/24 \
ipv4.gateway YOUR GATEWAY \
ipv4.dns YOUR DNS SERVER \
ipv4.method manual

2. Bring the connection down. Remember to use your connection name.

nmcli -p con down

3. Now bring the connection back up. Remember to use your connection name.

nmcli -p con up

4. Check that the connection has been made correctly. The State column should show “connected”.

nmcli -p dev status

(Image credit: Future)

6. Check your IP address. Using the connection show command we pipe the output through grep, looking for “ipv4.addresses”.

nmcli -p con show <> | grep ipv4.addresses

(Image credit: Future)

7. Finally ping an IP address to ensure that your server can reach the outside world. You should see pings being sent within a few milliseconds, if there is a problem then the command will error. Press CTRL + C to end the ping command. We typically use Google’s DNS server IP address 8.8.8.8, but you can also use CloudFlare’s 1.1.1.1 or OpenDNS 208.67.222.123. Alternatively, you can ping a URL such as google.com.

ping 8.8.8.8

(Image credit: Future)

More Linux Tutorials

🐧 How To Dual Boot Linux and Windows 11

🐧 How to Create Custom Grub Menu Backgrounds for Linux Boots

🐧 How to Use Nohup to Run Linux Scripts Unattended

🐧 How To Find Large Files on Linux

🐧 How To Mount and Unmount Drives on Linux

🐧 How To Manage Users in Linux



Source link

June 14, 2025 0 comments
0 FacebookTwitterPinterestEmail
How to manage your bookmarks in Google Chrome
Gaming Gear

How to manage your bookmarks in Google Chrome

by admin May 19, 2025


There’s a lot to look at, watch, and listen to on the web. Fully utilizing the bookmarks feature in Google Chrome can be a real help in staying on top of everything.

Chrome is the browser I use most often, and I’ve got a huge number of bookmarked sites inside it: long reads I want to get back to once work is done, news updates to write up for work, gift ideas, apps I’d like to check out, important Slack channels, and content systems for my job… the list goes on. All synced between devices and available everywhere.

If you haven’t done a deep dive into Chrome’s bookmarks feature then you might not be aware of everything you can do with it, how it can save you time, and how you can bring some kind of order to your web browsing.

You can edit bookmarks as soon as you’ve saved them. Screenshot: Google

The star icon to the right of the address bar in Chrome on the desktop is for saving new bookmarks. Click it and the current page gets saved to the most recently used bookmarks folder. You can also press Ctrl+D (Windows) or Cmd+D (macOS), which is even easier. On mobile, tap the three dots at the top then the star icon (Android), or the three dots at the bottom then Add to bookmarks (iOS) to save the current page as a new bookmark.

As soon as a bookmark is saved, a small dialog pops up. You can use it to change the bookmark name and folder if you need to, or just click Done to move on.

More options can be found on the desktop by clicking the three dots (top right) then Bookmarks and lists. You’re able to add bookmarks from this menu, too, and there’s also a Bookmark all tabs option, which saves every open tab (which, like tab groups, is handy if you need to do something else but want to be able to get back to where you are).

On the same Bookmarks and lists menu you can toggle the bookmarks bar on and off. The bookmarks bar sits just below the address bar, and gives you another way to add bookmarks: drag the URL of the site you’re viewing down from the address bar to the bookmarks bar.

You can find your saved links in the bookmark manager. Screenshot: Google

Bookmarks become a lot more useful when they’re well organized. On the desktop you can launch the full bookmarks manager by clicking Bookmarks on the bookmarks bar, or by clicking the three dots (top right) and then Bookmarks and Lists > Bookmark Manager. You can search through your bookmarks here, and create new folders: Click the three dots (top right), then Add new folder — and yes, you can put folders inside other folders. (This is also where you’ll find the Export feature, and it’s a good idea to export your bookmarks occasionally as a backup.)

Folders are a key part of keeping your bookmarks organized, and they’re all accessible on the left of the bookmarks manager page. Click and drag bookmarks to change their order, or to move them into different folders. Right-click on a folder to rename or delete it, or drag it on top of another folder to put it inside that folder.

You can double-click any bookmark to open it. To edit it, click the three dots to the right: You’re able to rename your bookmarks and change their URLs, as well as put them in different folders. If you right-click on a bookmarks folder, you get the option to open all the links it contains in separate tabs — which may not do your computer much good if there are dozens or hundreds of bookmarks in the folder.

The bookmark manager can be accessed on mobile too, though you don’t get quite as many options to play around with. Tap the three dots at the top (Android) or bottom (iOS) of the interface, then choose Bookmarks to see the list. As long as you’re signed in with your Google account, bookmarks will sync between your devices.

Doing more with bookmarks

With some tweaks, you can get your bookmarks bar looking much more compact. Screenshot: Google

There are other ways to work with your bookmarks in Chrome.

  • Here’s a clever trick for your desktop bookmarks bar: right-click on each bookmark in turn, remove the text in the Name field completely each time, and click Save. You’ll then have a compact row of bookmark icons showing only the favicons for each site (such as a purple V for The Verge). It’s a neat way to put more bookmarks within each reach, and you can still tell what each one is.
  • Something else you might want to try is to search through your bookmarks directly from the address bar. You may see some bookmark results suggested underneath as you type out your search query, and you can also force a bookmarks search by preceding your query with “@bookmarks” and a space.
  • If you want to keep bookmarks visible at all times, that’s possible too. Click the three dots in Chrome for the desktop, then choose Bookmarks and lists > Show all bookmarks. A side panel appears displaying all your bookmarks: You can search through them, create new folders, and edit your bookmarks from here (click the three dots to the side).
  • The icons in the top right corner, from left to right, let you change the order of the bookmark lists, switch between compact and visual views, and edit multiple bookmarks at once. You can shut down the panel with the X button, but if you click the pin button just next to it before you do, you get a dedicated bookmarks panel icon that stays permanently available on the Chrome toolbar, and will let you open it back up again.

This has hopefully given you some idea of what you can do with bookmarks in Google Chrome. And there’s more, so it might be worth it to take some time and look around. It’s not the most sophisticated of systems, but it does give you plenty of flexibility in terms of how you can use it and what’s possible, so you can get your folders and shortcuts set up in the ways that work best for you.





Source link

May 19, 2025 0 comments
0 FacebookTwitterPinterestEmail

Categories

  • Crypto Trends (975)
  • Esports (738)
  • Game Reviews (687)
  • Game Updates (858)
  • GameFi Guides (967)
  • Gaming Gear (923)
  • NFT Gaming (949)
  • Product Reviews (913)
  • Uncategorized (1)

Recent Posts

  • Ethereum’s Vitalik Buterin Makes Stunning Prediction: Details
  • Japan Targets 20% Crypto Tax, Bitcoin ETF & Stablecoin by 2026
  • How to Watch ‘Unforgotten’: Stream Season 6 Anywhere for Free
  • PLL quarterfinals preview: Key stats, matchups, how to watch
  • Grayscale, Bitwise and Others File Updates for Spot XRP ETFs

Recent Posts

  • Ethereum’s Vitalik Buterin Makes Stunning Prediction: Details

    August 23, 2025
  • Japan Targets 20% Crypto Tax, Bitcoin ETF & Stablecoin by 2026

    August 23, 2025
  • How to Watch ‘Unforgotten’: Stream Season 6 Anywhere for Free

    August 23, 2025
  • PLL quarterfinals preview: Key stats, matchups, how to watch

    August 23, 2025
  • Grayscale, Bitwise and Others File Updates for Spot XRP ETFs

    August 23, 2025

Newsletter

Subscribe my Newsletter for new blog posts, tips & new photos. Let's stay updated!

About me

Welcome to Laughinghyena.io, your ultimate destination for the latest in blockchain gaming and gaming products. We’re passionate about the future of gaming, where decentralized technology empowers players to own, trade, and thrive in virtual worlds.

Recent Posts

  • Ethereum’s Vitalik Buterin Makes Stunning Prediction: Details

    August 23, 2025
  • Japan Targets 20% Crypto Tax, Bitcoin ETF & Stablecoin by 2026

    August 23, 2025

Newsletter

Subscribe my Newsletter for new blog posts, tips & new photos. Let's stay updated!

@2025 laughinghyena- All Right Reserved. Designed and Developed by Pro


Back To Top
Laughing Hyena
  • Home
  • Hyena Games
  • Esports
  • NFT Gaming
  • Crypto Trends
  • Game Reviews
  • Game Updates
  • GameFi Guides
  • Shop

Shopping Cart

Close

No products in the cart.

Close