/sqt/ - Stupid Question Thread

Try being smart for once and google your shit

Other urls found in this thread:

ftp.gnu.org/gnu/gnuzilla/52.1.0/
libreplanet.org/wiki/Group:IceCat/Compile_and_package/build_38.8.0_on_devuan_(debian)_jessie
ebay.com/sch/i.html?&_nkw=thinkpad x1&_udhi=250
youtube.com/watch?v=9v4laaQrvQI
www3.lenovo.com/us/en/laptops/thinkpad/thinkpad-13-series/c/thinkpad13
security.debian.org/debian-security
twitter.com/NSFWRedditVideo

Shut the fuck up

This

Why would you reply to your own post?

I am so lonely. How do I attract the attention of CIA?

Take a look at the poster count sometimes, will you?

How do I install icecat in Debian ?

Assuming something vaguely bash-like, here's a sloppy pseudocode-type prototype:

for ((int i=0; i < 10000; i++)) {
if [[ -ne $i]] then
echo $i
fi
}
I think the for loop syntax is actually zsh specific but you should be able to google it, and the "not exists" if flag, to actually make this work in bash or whatever.

Then you can e.g. pipe it into a file (add #!/bin/bash to the top, save into a file, chmod +x, then ./myfile > missing.txt) if you want

Do illegal shit without protection.

did you try apt

They don't have repository you need to download the file and I don't know how to use the chmod command

is matter a botnet?

What's some good free video editing software?

Fuck off.

Who would be so petty as to shoop a post counter?

Shotcut

download R to your computer

how about learning chmod?

chmod +x file_to_execute

>icecat
ftp.gnu.org/gnu/gnuzilla/52.1.0/

whats your problem?

botnet

I dont use zsh and have no clue how to process this

What does chmod +x your file means ?
The terminal can't find my file and you can't launch "icecat" like Ubuntu

It's on my desktop but I can't launch it

Damn. Didn't realize there was already a new thread. Reposting from the previous thread, but what is the best FOSS backup utility that I can use to backup my files to an external harddrive? I'm not planning on using it for automatic backups. Just manually backing up my files every month or so.

rsync is the kitchen sink of file transfers

This is what rsync is for.

open a console to the folder you uncompress the tar file

execute the program by ./executable_filename

report what error you see

Fsarchiver. Good shit. Google it.

Is swapping an ssd for an hdd in a laptop retard proof? It's a Toshiba C55.
What's the best free cloning software?

#!/bin/bash

if [ -n "$1" ]
then
directory=$1
else
echo 'You need to specify a directory'
exit
fi


for i in `seq 1 15`
do
check=$directory$i
if [ -d $check ]
then
echo $check ' exist'
else
echo $check ' do not exist'
`echo $i >> list_of_directories_missing`
fi
done


put that on a .sh file, execute chmod +x on this file and execute it with :
./script.sh path/to/directory/
you need to specify the / at the end of the path. It will generate a file with the list of missing directories

Yes
clonezilla

"No such file or directory"

Nothing is truly retard-proof
Clonezilla works

Is this the legit stupid question thread?

Its having an issue with padding(001,002)

can you upload a screenshot?
its weird

oh, all your folders are 001/ 002/ 003/ ?

Yes

...

i'm having a bit of trouble with task manager
i'm using a shared computer, and every day i have to use task manager to log off the other person who uses it. this has worked all the time, up until right now. it won't let me sign them off, even in admin mode. what do? they're eating up an extra gig of ram i could be using.

I got a Crucial ssd that comes with Acronis apparently, will that work if the drives aren't the same size?

ahhh, nope the ./executable_filename could be
./icecat
or something

chmod +x icecat
./icecat

Jesus, the summerfags are out in force today

Moot himself pointed out that idiocy doesn't peak in the Northern Hemisphere summer. Like him, I blame the Aussies.

same goes with icecat-bin

You are either missing dependencies or you got the wrong format. Run
file icecat
And
ldd icecat
To check

I want to turn off these two settings in Windows 7.

Turning them off in this menu does nothing. I turn them off, click “Save Changes”, and when I return to this menu, they are still on.

However, if I turn on the “Windows Firewall” service and go to this menu, they are set to “off”.

What the fuck? I don’t want to run Windows Firewall. Can anyone offer any insight into what is going on?

Picture related

What's the best solution out of the two?

How would B work? does your ISP provide you multiple IPs?

libreplanet.org/wiki/Group:IceCat/Compile_and_package/build_38.8.0_on_devuan_(debian)_jessie

some dependencies needed

There's one line to the ISP in A and B

depends if you want to be on the same subnet with your "other shit"

is other shit just wifi defices?

Best IDE for C++ dev on mac (not counting VIM, obviously)?

sorry i don't understand how to do that
add idd to the executable ?

i have debian stretch (9.1 update) is it ok to install this?

nano

Someone redpill me on Rust, please

Can someone explain to me what the fuck i keep doing wrong? I have 2 SSDs and 1TB HDD, im trying to add one more 1TB HDD but my pc wont boot, not even to the menu. Just dead. I think it might have something to do with the power sata cables im using.

Is your modem set up as a router?

#!/bin/bash


if [ -n "$1" ]
then
directory=$1
else
echo 'You need to specify a directory'
exit
fi

if [ -n "$2" ]
then
numberOfFiles=$2
else
echo 'You need to specify how many directories to check'
exit
fi

for i in `seq 1 $2`
do

if [ $(($i%10)) == $i ]
then
check=$directory"0000"$i
elif [ $(($i%100)) == $i ]
then
check=$directory"000"$i
elif [ $(($i%1000)) == $i ]
then
check=$directory'00'$i
elif [ $(($i%10000)) == $i ]
then
check=$directory'0'$i
elif [ $(($i%100000)) == $i ]
then
check=$directory$i
fi


if [ -d $check ]
then
echo $check ' exist'
else
echo $check ' do not exist'
`echo $i >> list_of_directories_missing`
fi

done


bash syntax is really retarded. tweak it a little bit to fit your need, you need to specify the path and number of directories to check as arguments.

Forgot to mention its running off an 850w psu. That should be enough for another drive, right?

ISP gave us a box that basically can work as a switch. It's still under one account / location / IP

Basically. Other shit is wifi stuff and laptops because roommates are laptopfags. Everything beyond the powerline is my space.

I guess. It's a router with the wifi disabled and (I'm assuming now because only the N600 router is plugged into it at the moment) 4 other ethernet ports to connect to.

it boots without it?
if so its probably dead drive that cant be recognized

also whats this? seems not connected properly

I dont see other issue here. but note the icecat latest version is 52.1.0, the example is 38.8.0.

use 52.1.0 instead, could have some new dependencies btw

>Basically. Other shit is wifi stuff and laptops because roommates are laptopfags. Everything beyond the powerline is my space.

if you want to share files with them, see each other on the network, then option A

I'm looking for a good laptop under 200 bucks that I can use between my classes and stuff
Not going to play demanding vidya and stuff on it, already have a rig at home

>also whats this? seems not connected properly

forgot pic

used thinkpad
ebay.com/sch/i.html?&_nkw=thinkpad x1&_udhi=250

Sounds like "ISP modem" is a common gateway (modem/router combo). You either want to disable it's route function and run everything through the n600 (option a) or set the n600 in AP mode for option b. You could leave them both as fully functioning routers, but that would mildly fuck over whoever was behind the n600

Lol, it's something that should be plugged in right. Looks like sata

I've heard network over powerline sucks, you can dive a try anyway.

use wireshark to check your packets do not suffer because of frequently CRC error.

you have too many molex connectors.

it didn't at first. Since I didn't have enough power sata, i grabbed one from my old PC. that's the one in the pic that doesnt say SATA plugged into the psu. I unplugged that (just went to my dvd drive) and then it booted. So i unplugged it again, plugged in drive 2 and now it boots but it doesnt recognize the new drive.
yeah it sags a little lol. my SSDs dont have any issues though. just the hard drives. This case doesnt leave a lot of room for cable management sadly

i am just getting more error at first it was dpkg lock
and now i can't install this : apt-get install libpango libpangoxft libpangoft2 libfreetype libxft libgtk2 libx11

is something wrong with my debian installation or something ?

Is there any (markdown)-editor that allows to export to html, that simply has a table of contents on the left side and the content on the right?

All I could come up with is using Word and Export to PDF, but that sucks, because you can't embed code in a syntax highligted box.

yeah i unplugged the molex connectors, that was the cable i was talking about here from the old pc.
That said, where can i get power sata that will work with my PSU?

Should I be using .h or .hpp for C++ headers? Why would you use one over the other?

Have you done apt update?

your psu should have come with the necessary cables, i can see from your original pic you don't have the 'sata' cables plugged in.

of course apt-get update then upgrade
it's also a fresh install i downloaded the iso three days ago...

sudo apt-get update
then try again

It's pretty decent for me, a bit of a delay but it's stable. I heard the advertised speeds are absurdly inaccurate and the lower rated ones are absolute shit, not already including the wires in your house.

Whats a good new laptop with a ssd for $500?
Just for browsing and school stuff.

Anyone knows how much torque 300 gf.cm is in real world aplications?
I have a step motor and need it for something like this
youtube.com/watch?v=9v4laaQrvQI
Except it will be pushing empty plastic bottles

What is a Sup Forums approved android image viewer?, also, it needs to be able to delete whole folders

thinkpad 13
be sure you customize and up the screen to FHD
www3.lenovo.com/us/en/laptops/thinkpad/thinkpad-13-series/c/thinkpad13

like i said, the SSDs are not the problem. The cable was just slightly loose. the PC boots up alright now, it just isnt recognizing the new hard drive at all. I am using a wrist guard and stuff, so i cant imagine i shocked it or anything.

Thinkpad x220 w/ samsung 850 evo. Probably only cost you $200. ebay.

Enterprise hardware > consumer, always. Better built and cheaper once they toss them out. And owner usually treated them good, since they were a company laptop.

vi /etc/apt/sources.list
what's your apt update server?

leafpic

Are chromebooks a meme?

Probably not helpful but icecat is a pile of shit anyway

just saw this : "The repository 'cdrom://[Official Debian GNU/Linux Live 9.1.0 lxde 2017-07-23T02:39] stretch Release' does not have a Release file

Data from such a repository can't be authenticated and is therefore potentially dangerous to use " wtf

Yes.

What's the best ISO image burner for USB sticks on Windows 10?

"# Line commented out by installer because it failed to verify:
# deb security.debian.org/debian-security stretch/updates main
# Line commented out by installer because it failed to verify:
# deb-src security.debian.org/debian-security stretch/updates main

deb cdrom:[Official Debian GNU/Linux Live 9.1.0 lxde 2017-07-23T02:39]/ stretch main

# Line commented out by installer because it failed to verify:
#deb security.debian.org/debian-security stretch/updates main
# Line commented out by installer because it failed to verify:
#deb-src security.debian.org/debian-security stretch/updates main
"

d-does that mean i don't have an update server?

see this file /etc/apt/sources.list

more /etc/apt/sources.list

if you dont know vi

Rufus. HANDS. DOWN.

also ichoosed an french mirror at the installation

markdown format doesn't really support that kind of input

install gentoo, use dd