Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

Search results

  1. Abhiram Shibu

    How do I link my locally programmed website with Linux hosting

    U can mount the remote disk with SSHFS, or you can use remote development platform of vscode. You can also try rsync. In co-operates, there will be a CI/CD system which is linked to git, it can be github/gerrit, from which code is tested and validated then deployed in the production machine.
  2. Abhiram Shibu

    Question What are best practices you prefer while coding?

    You might have to read Beautiful code or read GNU Coding Standards - GNU Project - Free Software Foundation
  3. Abhiram Shibu

    Featured Which is the overall best laptop brand in India?

    One more thing is that apart from desined to fail hardware, if you really take care of it. Macbook from apple is also a good choice. Macbook have good battery backup, good keyboard and also ofc a good screen with a premium built quality of the chassis. Why I am saying to take care of macbook...
  4. Abhiram Shibu

    Featured Which is the overall best laptop brand in India?

    For me it will be LG, Lenovo, HP. Because these are the ones with a lot of certification and all.. But I do thnk that if you are getting a good laptop which is repairable, by repairable I mean not having to deal with too much glues, like keyboard is glued in then you can say its repairable. So...
  5. Abhiram Shibu

    Solved Does a normal B550M motherboard support nvidia tesla k80?

    By commercial you are meaning enterprise right? . In that case an enterprise hardware like a enterprise gpu will work in consumer motherboards. But it may not be able to use advanced features offered by the enterprise GPU. Like GPU virtualization.
  6. Abhiram Shibu

    Download Drivers for CSR 4.0 Bluetooth Dongle?

    best is to avoid this dongle and buy proper USB BT card.
  7. Abhiram Shibu

    Can room air coolers damage electronics?

    As long as you have windows open and room is not too cold.. like there is some metal which is below room temperature significantly, it won't affect. Just a note if turned off electroinics is somehow taken from somewhere cold into a room with high amount of humidity, then it will be a problem..
  8. Abhiram Shibu

    What are your favorite TUI/ CLI linux apps in each category ?

    nmon will be for everything, atop - task management, nvtop - nvdia usage, htop -overall task manager. nyx - TORmonitor
  9. Abhiram Shibu

    Unable to find start docker containers

    Did you try sudo docker ps -a
  10. Abhiram Shibu

    Solved How to make bluetooth smooth on Linux?

    In my laptop it works fine. So u might wanna install bluez and blueman.
  11. Abhiram Shibu

    Question How to fix an app on a single monitor?

    U might wanna run 2 xorg ( dm ) in top and bottom monitors. One window manager has only option for one program in focus
  12. Abhiram Shibu

    Question No GPU's detected when forwarding X11

    I have no experience with windows, but its something to do with X Forwarding not getting accepted. But wayland is going to make X absolute and forwarding X server requires lot of overhead because data is uncompressed. So yeah.. may be use VNC/XRDP or use LINUX natively.
  13. Abhiram Shibu

    NAT TYPE

    Please do make question bit more clear. NAT is just network addresss translation. If you have public IP available at your router side (not ISP, in your WAN) then you can enable UPNP or add forward rules with a static ip host. If you have IPv6, its always open.
  14. Abhiram Shibu

    TWRP: OrangeFox: Data partition cannot mount as well as cannot be formatted.

    I always used to fix your device via anydesk using a different method, today only u traveled.. and not for this.. mainly echo issue..
  15. Abhiram Shibu

    Question Any way to play games on a local server through laptop?

    There are some software with less lag but not good for FPS gaming
  16. Abhiram Shibu

    TWRP: OrangeFox: Data partition cannot mount as well as cannot be formatted.

    If you have experienced something like: This might be due to stock rom encryption which does not play well with dm-verity in TWRP and orangefox. If you want to fix this situation, 1. Connect the phone to PC 2. Boot phone to fastboot 3. Open Terminal/CMD with fastboot binary in path. 4. Type...
  17. Abhiram Shibu

    Is it true that Qualcomm Snapdragon’s upcoming chipset is 895/898 which is based on 4nm?

    According to rumors Rumor: the Snapdragon 895 will be fabbed on 4nm Samsung node, the 895+ on 4nm TSMC node this seems to be true.
  18. Abhiram Shibu

    Solved Formatted partition showing read only

    If your system is debain based (ubuntu, mint, kali...) sudo chown -R $(whoami):$(whoami) /media/$(whoami)/* if your system is vanilla (arch, lfs, redhat) sudo chown -R $(whoami):$(whoami) /run/media/$(whoami)/* Both of the above command changes permissions, do use this with...
  19. Abhiram Shibu

    Is it possible to run google colab in selenium?

    As long as u cant sign in to google.. the answer is no..