Jump to content

pixeledadler

Member
  • Posts

    21
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Contact Methods

  • Steam
    monejs

Profile Information

  • Gender
    Male
  • Location
    Germany
  • Interests
    Die hard team RED fan
  • Occupation
    Student and a Postman

System

  • CPU
    AMD Phenom II X4 965 Processor × 4
  • Motherboard
    GA-970A-DS3 (rev. 3.0)
  • RAM
    Kingstone 99U5403-046.A
  • GPU
    ASUS HD7750-1GB
  • Storage
    WD 10EARS
  • Display(s)
    Samsung BX2431
  • Cooling
    BeQuiet PureRock
  • Keyboard
    Logitech K200
  • Mouse
    Mionix Naos 7000
  • Sound
    MDR-1000X
  • Operating System
    openSUSE Tumbleweed

pixeledadler's Achievements

  1. If windows is also not detecting the WiFi card, you can try re-plugging it. If it is integrated, I guess not an option. Also, If you try like a Ubuntu Live USB, does the card show up then?
  2. It's practically the same, but with extra features. As far as I can tell everything, that is bash, is compatible with zsh. I might be mistaking in some edge cases, though.
  3. Is it a laptop? I had this stupid mistake, where I accidentally disabled the radio through the function keys and couldn't figure out for the life of me, what was wrong. Apparently it powered the wifi card off on the hardware level.
  4. I am using zsh (z-shell) with the oh-my-zsh wrapper OhMyZsh. Works like a charm and has many more features. I highly recommend this.
  5. @Eigenvektor Yeah. Hate them null checks. This would also mean, every object must have a full constructor.
  6. Hello dear coders This one thing doesn't leave my mind: Is it good practice to avoid null values? The argument being, one can avoid uncertainty, when variables always have a certain value. The contra argument: it uses more resources. What do you say? Do you practice using certain values everywhere?
  7. You are probably right, but I couldn't find a proper and complete EFI guide for installing arch, when I was installing it. I just wanted to put it out there.
  8. Okay. I also had this problem. Here are the steps, you have to take to install arch in efi configuration: When you have booted from the USB: 1. do a time synchronisation timedatectl set-ntp true 2. Then use cfdisk to partition the drive cfdisk /dev/sda It has quite a good UI to make the partitions. Depending of the size of your disk, I would either suggest If you have more than 50GB of space /dev/sda1 512MB for /boot /dev/sda2 1.5x your RAM size for swap /dev/sda3 25G for / /dev/sda4 the rest for /home If less then 50G, then leave the /home out and use the whole space for the / 3. Lets format the partitions mkfs.fat -F32 /dev/sda1 mkswap /dev/sda2 mkfs.ext4 /dev/sda3 mkfs.ext4 /dev/sda4 If you don't have a separate partition for your /home, don't do the last command. These commands will format the efi partition in FAT32, make a swap partition and format your system to EXT4 file system. 4. Now lets mount to /mnt swapon /dev/sda2 *for the swap partition mount /dev/sda3 /mnt *this will mount the root to /mnt as in the manual mkdir /mnt/boot /mnt/home *leave the home out, if you don't have a home partition mount /dev/sda1 /mnt/boot *for the efi and grub mount /dev/sda4 /mnt/home *If you have a home partition 5. Now let's install. You can, before the installation, edit the mirror list for faster download, but it is up to you. There is some wudu magic as how the servers are ordered in the /etc/mirrorlist it makes some sense. I would suggest to install everything with this: pacstrap /mnt base base-devel linux linux-firmware You will need all of these eventually. That is why I like to install them at the beginning. You can also toss in there some other programs you know, you will need. 6. Create the file system table genfstab -U /mnt >> /mnt/etc/fstab If after all installation the system still does not want to function properly with the partitions, then omit the -U, so no UUID will be used for partition identification, but rather just their file system i.e. /dev/sda* 7. Change root to your newly install arch arch-chroot /mnt 8. Set the timezone As per the manual 9. Also localization as per manual 10. Set your computer name aka hostname Please substitute the *your computer name here* with the actual name you want to call your computer touch /etc/hostname echo *your computer name here* >> /etc/hostname You should also configure the hosts file. Open it by nano /etc/hosts and add these lines at the end of the file changing the hostname with your actual hostsname aka the name you named your computer in previous step 127.0.0.1 localhost ::1 localhost 127.0.1.1 *hostname*.localdomain *myhostname* 11. You will also need a network manager and you install it by simply typing pacman -S networkmanager You also need to enable it, so you have internet after the installation systemctl enable NetworkManager 12. Now lets set a password for the root, so no one can exploit that by simply typing passwd and type a good password. Most likely you won't be using this password ever. but who knows 13. Let's add a standard user without root privileges. useradd -m *your username* Give the user some priviliges usermod -aG wheel,audio,video,optical,storage *your username* And now we will have to do something a bit more challenging, but hang in there. We need to give the user occasional root access by adding the user to the sudo group. Type in nano /etc/sudoers and locate this line and make damn sure this is the line: # %wheel ALL=(ALL) ALL and uncommet (delete the hashtag) at the beginning of the line. 14. Now let's seal with the GRUB and EFI First we need to install the grub and an efi tool pacman -S grub efibootmgr And now let the magic happen: grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=Arch This command will install the efi system in the /boot directory and add Arch boot-loader to your computer boot manager One more thing, we need to configure the grub grub-mkconfig -o /boot/grub/grub.cfg And now you are officially all set for a fresh EFI Arch. What you do after is absolutely up to you, if you want to go wayland or xorg and what windows manager you want to use.
  9. Sup, as @sazrocks said, it's a good place to start with Pop!_OS. It is a quite user friendly and very Linux like distro, with one of the most, if not the most, popular desktop environments Gnome. Pop also has the most 3rd party app support. The most apps are made for Ubuntu and almost all of them work flawlessly on Pop. A very good German produced Linux system is Manjaro. (https://manjaro.org/) It looks a bit more like Windows and could be easier to adopt, if you want to flatten the learning curve. It uses not so common desktop environment by default. It is very light on the hardware and the speed of installing, booting and sleep/wake is just staggering. It doesn't have a great app support, but if you only plan to use it for web and office, it is really good. It also includes an office, that is very similar to MS Office. Called FreeOffice (so choose this at the installation) One of best backed systems out there is Fedora. It is quite heavy all together, but is a very robust system. One problem might be, it doesn't that great app support and You might have to tinker around to make everything work your way, if you need to use some special programs/apps. I my self use Fedora, but it's just because I like to tinker around.
  10. For the more privacy and security concerned of your viewers, I think a professional review of the Librem Laptops were quite appreciated. Here is a link https://puri.sm/products Preferably the 15" one https://puri.sm/products/librem-15/
  11. Youre drive might have a few important sectors dead. I would advice to take a closer look on the drive. This is a typical symptom, when they are dying.
  12. Am I wrong to think that from FX-6300 to i3-6100 is actually a downgrade and that the weakest part of the old PC is actually the graphics card? Please enlighten me on this one.
  13. I'll look in to that. The homepage seems to be quite promising.
×