About 27 results found. (Query 0.03200 seconds)
NodelistDB Node 1:218/930 - Reachability History Node connectivity testing and reachability analysis Search Nodes and SysOps Statistics Current network view Browse Zones, regions and nets Analytics Protocol and trend reports Reachability Operational history Downloads Nodelist archive Links Community references API HTTP endpoints Node Information Address: 1:218/930 System Name: The_CPM_Den Location: Phoenix_AZ Sysop: Mark_Acierno Reachability Statistics Time Period: Last 7 days Last 2 weeks Last 30 days...
__name__ } [Errno { e . errno } ] ' ) raise if self . debug : print ( cp ) if check and cp . returncode != 0 : raise MMGenCalledProcessError ( cp ) return cp def run_cmd ( self , cmd , silent = False , check = True , is_daemon = False ) : def run_cmd ( self , cmd , silent = False , is_daemon = False ) : if is_daemon and not silent : msg ( ' Starting {} {} on port {} ' . format ( self . net_desc , self . desc , self . rpc_port ) ) msg ( f '...
Note on Generated & Drawn Content: The prohibition on child pornography (CP) includes photorealistic AI-generated images, realistic 3D models, and deepfakes that depict such content. This rule does not apply to 2D drawn art (e.g., anime/manga style "loli" characters).
Like this     # date 201508151435     Let's check what we have     date   Fri Aug 15 14:35:00 UTC 2015     to change just the time, enter     date 1440     If you want to set seconds as well, do the following     date 1440.30     To set your time zone just copy your zone file from here /usr/share/zoneinfo to /etc/localtime     For example:     cp /usr/share/zoneinfo/Europe/Kiev/etc/localtime     Or     cp /usr/share/zoneinfo/Europe/Moscow/etc/localtime       That's it!...
Debugging lessons learned while fixing NetBSD About me [email protected] [email protected] NetBSD/pkgsrc for the last 3 years This talk Mix of a bunch of bugs Not solo work Thanks to riastradh, dholland, martin, kamil, many others Early attempts checkout the source code cvs [email protected]:/cvsroot co src ./build.sh -U -u -O ~/obj -m amd64 tools kernel=GENERIC cp /netbsd /onetbsd cp ~/obj/.../GENERIC/netbsd / 5-10 minutes round trip time to check (so slow that I...
Admins can do what they want on their own turf but they can't do shit about you doing your own thing. imo the free speech issue in i2p usually boils down to whether or not the admin wants CP on their site by lilly (administator) 6 months ago [reply] no cp and no violent content/calls to violence here please by lilly (administator) 7 months ago [reply] welcome to i2p!
#define NALLOC 1024 /* minimum #units to request */ /* morecore: ask system for more memory */ static Header *morecore(unsigned nu) { char *cp, *sbrk(int); Header *up; if (nu < NALLOC) nu = NALLOC; cp = sbrk(nu * sizeof(Header)); if (cp == (char *) -1) /* no space at all */ return NULL; up = (Header *) cp; up- > s.size = nu; free((void...
Install PAM and Samba password sync : aptitude install libpam-smbpass cp / usr / share / doc / libpam-smbpass / examples / password-sync / etc / pam.d / [Optional] Note that this step is not needed and probably not even recommended by now.
Seattle Computer Products decides to make their own disk operating system (DOS), due to delays by Digital Research in releasing a CP/M-86 operating system. August QDOS 0.10 (Quick and Dirty Operating System) is shipped by Seattle Computer Products. Even though it had been created in only two man-months, the DOS worked surprisingly well.
Assuming you are building a live image in the current directory and have generated all .deb files for a single version of both packages in the directory above, these bash commands would copy all of the relevant packages including default back-ends: 154 $ cp ../live-boot{_,-initramfs-tools,-doc}*.deb  config/packages.chroot/ $ cp ../live-config{_,-sysvinit,-doc}*.deb  config/packages.chroot/ 155 3.3.3 Da "istantanee" 156 You can let live-build automatically use the latest...