• General Linux Chat and Small Questions v. Year of the Linux Desktop!
    4,886 replies, posted
What's that thing called that outputs computer specs to the terminal with an ASCII art of the distro's logo?
archey3
[QUOTE=daigennki;47011988]What's that thing called that outputs computer specs to the terminal with an ASCII art of the distro's logo?[/QUOTE] [url]https://github.com/KittyKatt/screenFetch[/url] Or Archey.
[QUOTE=daigennki;47011988]What's that thing called that outputs computer specs to the terminal with an ASCII art of the distro's logo?[/QUOTE] There's also [URL="https://github.com/trizen/alsi"]alsi[/URL].
I remember the days when it was cool to get archey, have it make a screenshot and boast about specs and distro/de/wm/mouse cursor theme choice. "I'm running Gentoo Linux on my i7 quad core and 8GB RAM!" "Well [I]I'm[/I] running Arch on a Pentium 2 with 400 MhZ and 128MB RAM and it's smooth as butter!" Haha those days!
[QUOTE=FPtje;47014140]I remember the days when it was cool to get archey, have it make a screenshot and boast about specs and distro/de/wm/mouse cursor theme choice. "I'm running Gentoo Linux on my i7 quad core and 8GB RAM!" "Well [I]I'm[/I] running Arch on a Pentium 2 with 400 MhZ and 128MB RAM and it's smooth as butter!" Haha those days![/QUOTE] And then there's the odd guy who comes in with Gentoo on his Power Mac G4, which he had to place the Mac into the freezer in order to not make it overheat when compiling the kernel.
I'm dualbooting Windows and Ubuntu right now, but whenever I install fglrx drivers, I boot into low graphics mode and basically can't do shit until I uninstall them through the terminal. Anyone know how to install AMD's proprietary drivers without ritual sacrifice?
[QUOTE=brandonsh;47016984]I'm dualbooting Windows and Ubuntu right now, but whenever I install fglrx drivers, I boot into low graphics mode and basically can't do shit until I uninstall them through the terminal. Anyone know how to install AMD's proprietary drivers without ritual sacrifice?[/QUOTE] I can tell you the only two ways I know. get Nvidea gpu wait for (miracle) better drivers
[QUOTE=Coolboy;47017033]I can tell you the only two ways I know. get Nvidea gpu wait for (miracle) better drivers[/QUOTE] Hmm... well, where can I find a goat to sacrifice to the elder gods of AMD?
AMD drivers on Linux are frighteningly bad catalyst is so slow to update that they don't even include them in the Arch repositories anymore
At least you don't have a damn optimus system. Bumblebee is great, really, but a lot of games don't support it.
After several hours of faffing about with mesa, I've managed to get Steam games to actually run on open source drivers under 14.10. For now this is victory enough :v:
[QUOTE=reevezy67;47017442]At least you don't have a damn optimus system. Bumblebee is great, really, but a lot of games don't support it.[/QUOTE] isn't there a command you can run to force bumblebee to kick in? or am i getting confused
Yeah, I'm saying that when you do that a lot of games don't work.
Any suggestion on a music player? I've just always used Foobar on my Windows machines, never really had much need for uses on my Linux boxes as they've primarily been potatoes, servers, or home-use machines. Switching over to it as a primary for my laptop.
I like Clementine.
VLC
Audacious
VLC. I'm listening to music during a lesson at school right now with VLC.
Patch your systems, new vulnerability out, remote exploit that can bypass user authentication. [url]https://security-tracker.debian.org/tracker/CVE-2015-0235[/url]
[QUOTE=Levelog;47018928]Any suggestion on a music player? I've just always used Foobar on my Windows machines, never really had much need for uses on my Linux boxes as they've primarily been potatoes, servers, or home-use machines. Switching over to it as a primary for my laptop.[/QUOTE] I use [URL="http://deadbeef.sourceforge.net/"]DeaDBeeF[/URL], it's really simple, fast and light.
[code]adam@servers:/servervhd/linux32$ ls libstdc++.so.6 steamcmd adam@servers:/servervhd/linux32$ ./steamcmd -bash: ./steamcmd: No such file or directory[/code] wat [editline]27th January 2015[/editline] [QUOTE=nikomo;47020744]Patch your systems, new vulnerability out, remote exploit that can bypass user authentication. [url]https://security-tracker.debian.org/tracker/CVE-2015-0235[/url][/QUOTE] [code]Ubuntu 14.10 (Utopic Unicorn): DNE[/code] What does this mean?
[QUOTE=Adam.GameDev;47021197] [code]Ubuntu 14.10 (Utopic Unicorn): DNE[/code] What does this mean?[/QUOTE] I think it means Does Not Exist, the package changed name from eglibc to glibc in Ubuntu 14.10
[QUOTE=Adam.GameDev;47021197][code]adam@servers:/servervhd/linux32$ ls libstdc++.so.6 steamcmd adam@servers:/servervhd/linux32$ ./steamcmd -bash: ./steamcmd: No such file or directory[/code] wat [/QUOTE] [code]# file steamcmd && ls -l steamcmd[/code] ?
[QUOTE=mastersrp;47021295][code]# file steamcmd && ls -l steamcmd[/code] ?[/QUOTE] [code]steamcmd: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.34, BuildID[sha1]=17188c02dec11be2af104afd625f39a2c89b54c7, not stripped -rwxrw-r-- 1 adam adam 5642610 Feb 5 2013 steamcmd[/code] [editline]27th January 2015[/editline] Does it matter that the VHD was created with a different Ubuntu install?
[QUOTE=nikomo;47020744]Patch your systems, new vulnerability out, remote exploit that can bypass user authentication. [url]https://security-tracker.debian.org/tracker/CVE-2015-0235[/url][/QUOTE] Related: [URL="http://www.musl-libc.org/"]http://www.musl-libc.org/[/URL] "Don't use glibc" Not very related but i read about this yesterday so fuck it: [URL="http://skarnet.org/software/s6-dns/getaddrinfo.html"]http://skarnet.org/software/s6-dns/getaddrinfo.html[/URL] "Don't use NSSR"
chmod +x steamcmd && ./steamcmd I think?
I can't try that right now because Azure is being shit and not letting me create a new VM because the VHD it wants to create already exists, and it won't let me delete it because it's being used by a non-existent VM. :suicide: /rant
[QUOTE=Adam.GameDev;47021638]I can't try that right now because Azure is being shit and not letting me create a new VM because the VHD it wants to create already exists, and it won't let me delete it because it's being used by a non-existent VM. :suicide: /rant[/QUOTE] Grab a file manager and delete it manually? I recommend shutting down Azure first of course
You have to delete them from the web app though, not the VM [editline]27th January 2015[/editline] Okay I lost the VHD and now I'm reinstalling SteamCMD and am getting this: [code]steamcmd.sh: 3: cd: can't cd to steamcmd.sh steamcmd.sh: 16: [: unexpected operator steamcmd.sh: 16: [: unexpected operator steamcmd.sh: 29: steamcmd.sh: /linux32/steamcmd: not found[/code] I've installed lib32gcc1 and lib32stdc++6 which made it work last time, but now they're doing nothing
Sorry, you need to Log In to post a reply to this thread.