What's wrong with xfce ?
Facebook killed the radio star. And by radio star, I mean the premise of distributed forums around the internet. And that got got by Instagram/SnapChat. And that got got by TikTok. Where the fuck is the internet we once knew?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote
LILO: linux init=/bin/bash
Quote
# mount -o remount,rw /
Quote
# mount -o remount,ro /
Quote
sh-3.00$ cat test.txt; ls -l test.txt; id
x86
-rw-r--r-- 1 tmp users 4 2005-09-19 00:33 test.txt
uid=1000(tmp) gid=100(users) groups=100(users),11(floppy),17(audio),18(video),19(cdrom)
sh-3.00$ rm -f test.txt
rm: cannot remove `test.txt': Operation not permitted
Quote
root@tmp:/home/tmp# id ; rm -f test.txt
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy)
rm: cannot remove `test.txt': Operation not permitted
Quote
root@tmp:/home/tmp# lsattr test.txt
----i-------- test.txt
root@tmp:/home/tmp# chattr -i test.txt
root@tmp:/home/tmp# rm test.txt
Quote from: GameSnake on August 24, 2005, 10:09:03 PM
Completely-open-source, non-commercial products will never be 100% up-to-par with commercial and closed-source products.
Quote
I'm complaining that I can't use Linux on my computer in a way that utilizes my computer's full potential in what I want to use it for.
Quote from: MyndFyrex86] link=topic=2436.msg23203#msg23203 date=1124988546]Quote from: GameSnake on August 24, 2005, 10:09:03 PM
Articles like this always deserve a comment or two.
Yes, I would like, hope and pray that open source and Linux are the way of the future.
Right along with communism?
OK, here's the thing:
Completely-open-source, non-commercial products will never be 100% up-to-par with commercial and closed-source products.
Quote
# skill -STOP pts/2
Quote
# skill -CONT pts/2
Quote
# pkill -KILL -u tmp bash
Quote
sh-3.00$ pgrep xmms
1600
1601
1602
1605
10422
10423
Quote
Code:
while (1) {
fork();
}
Can I do it yet? =)
That's basically what it does, but how?
Page created in 0.024 seconds with 12 queries.